From commits-return-67504-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Fri Feb 9 16:14:10 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id D6D1F180676 for ; Fri, 9 Feb 2018 16:14:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C69C4160C67; Fri, 9 Feb 2018 15:14:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AC708160C66 for ; Fri, 9 Feb 2018 16:14:08 +0100 (CET) Received: (qmail 88408 invoked by uid 500); 9 Feb 2018 15:14:06 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 87571 invoked by uid 99); 9 Feb 2018 15:14:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2018 15:14:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 108D4F351F; Fri, 9 Feb 2018 15:14:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Fri, 09 Feb 2018 15:14:18 -0000 Message-Id: <08c9ac5352f74ea8afe5b8c71dae1662@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/51] [partial] hbase-site git commit: Published site at . http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html index 7161108..fe5ef34 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html +++ b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html @@ -166,27 +166,27 @@ DataBlockEncoder.EncodedSeeker -CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, +RowIndexCodecV1.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, +CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -FastDiffDeltaEncoder.createSeeker(CellComparator comparator, +DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, +FastDiffDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -RowIndexCodecV1.createSeeker(CellComparator comparator, +PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  @@ -198,13 +198,13 @@ ByteBuffer -BufferedDataBlockEncoder.decodeKeyValues(DataInputStream source, - HFileBlockDecodingContext blkDecodingCtx)  +RowIndexCodecV1.decodeKeyValues(DataInputStream source, + HFileBlockDecodingContext decodingCtx)  ByteBuffer -RowIndexCodecV1.decodeKeyValues(DataInputStream source, - HFileBlockDecodingContext decodingCtx)  +BufferedDataBlockEncoder.decodeKeyValues(DataInputStream source, + HFileBlockDecodingContext blkDecodingCtx)  @@ -279,17 +279,17 @@ HFileBlockDecodingContext -NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta)  +HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext)  HFileBlockDecodingContext -HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContext fileContext) -
create a encoder specific decoding context for reading.
- +NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta)  HFileBlockDecodingContext -HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext)  +HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContext fileContext) +
create a encoder specific decoding context for reading.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html index 79b047f..66443b9 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html +++ b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html @@ -116,36 +116,36 @@ HFileBlockDefaultDecodingContext decodingCtx)
  -protected abstract ByteBuffer -BufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, +protected ByteBuffer +CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  protected ByteBuffer -CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, +DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  protected ByteBuffer -PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  protected ByteBuffer -FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  -protected ByteBuffer -DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +protected abstract ByteBuffer +BufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultEncodingContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultEncodingContext.html b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultEncodingContext.html index 11e3404..7ae4a73 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultEncodingContext.html +++ b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultEncodingContext.html @@ -129,33 +129,33 @@ HFileBlockDefaultEncodingContext encodingCtx)  -abstract int -BufferedDataBlockEncoder.internalEncode(Cell cell, - HFileBlockDefaultEncodingContext encodingCtx, +int +CopyKeyDataBlockEncoder.internalEncode(Cell cell, + HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  int -CopyKeyDataBlockEncoder.internalEncode(Cell cell, +DiffKeyDeltaEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  int -PrefixKeyDeltaEncoder.internalEncode(Cell cell, +FastDiffDeltaEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  int -FastDiffDeltaEncoder.internalEncode(Cell cell, +PrefixKeyDeltaEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  -int -DiffKeyDeltaEncoder.internalEncode(Cell cell, - HFileBlockDefaultEncodingContext encodingContext, +abstract int +BufferedDataBlockEncoder.internalEncode(Cell cell, + HFileBlockDefaultEncodingContext encodingCtx, DataOutputStream out)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockEncodingContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockEncodingContext.html b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockEncodingContext.html index a645e6c..ea9be24 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockEncodingContext.html +++ b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockEncodingContext.html @@ -170,13 +170,13 @@ int -BufferedDataBlockEncoder.encode(Cell cell, +RowIndexCodecV1.encode(Cell cell, HFileBlockEncodingContext encodingCtx, DataOutputStream out)  int -RowIndexCodecV1.encode(Cell cell, +BufferedDataBlockEncoder.encode(Cell cell, HFileBlockEncodingContext encodingCtx, DataOutputStream out)  @@ -190,13 +190,13 @@ void -BufferedDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +RowIndexCodecV1.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader)  void -RowIndexCodecV1.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +BufferedDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader)  @@ -213,7 +213,7 @@ void -BufferedDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, +RowIndexCodecV1.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, DataOutputStream out)  @@ -223,7 +223,7 @@ void -RowIndexCodecV1.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, +BufferedDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, DataOutputStream out)  @@ -255,21 +255,21 @@ HFileBlockEncodingContext +HFileDataBlockEncoderImpl.newDataBlockEncodingContext(byte[] dummyHeader, + HFileContext fileContext)  + + +HFileBlockEncodingContext NoOpDataBlockEncoder.newDataBlockEncodingContext(byte[] dummyHeader, HFileContext meta)  - + HFileBlockEncodingContext HFileDataBlockEncoder.newDataBlockEncodingContext(byte[] headerBytes, HFileContext fileContext)
Create an encoder specific encoding context object for writing.
- -HFileBlockEncodingContext -HFileDataBlockEncoderImpl.newDataBlockEncodingContext(byte[] dummyHeader, - HFileContext fileContext)  - @@ -281,64 +281,64 @@ - - + DataOutputStream out)  - + DataOutputStream out) +
Encodes a KeyValue.
+ - - + BlockType blockType)  - + BlockType blockType) +
Ends encoding for a block of KeyValues.
+ - + + + + - - - -
intNoOpDataBlockEncoder.encode(Cell cell, +HFileDataBlockEncoderImpl.encode(Cell cell, HFileBlockEncodingContext encodingCtx, DataOutputStream out) 
intHFileDataBlockEncoder.encode(Cell cell, +NoOpDataBlockEncoder.encode(Cell cell, HFileBlockEncodingContext encodingCtx, - DataOutputStream out) -
Encodes a KeyValue.
-
intHFileDataBlockEncoderImpl.encode(Cell cell, +HFileDataBlockEncoder.encode(Cell cell, HFileBlockEncodingContext encodingCtx, - DataOutputStream out) 
voidNoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +HFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader, BlockType blockType) 
voidHFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +NoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader, - BlockType blockType) -
Ends encoding for a block of KeyValues.
-
voidHFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +HFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader, - BlockType blockType) 
voidNoOpDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, +HFileDataBlockEncoderImpl.startBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out) 
voidNoOpDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, + DataOutputStream out) 
void HFileDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out)
Starts encoding for a block of KeyValues.
voidHFileDataBlockEncoderImpl.startBlockEncoding(HFileBlockEncodingContext encodingCtx, - DataOutputStream out) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html index 015ca62..720681f 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html @@ -541,7 +541,7 @@ the order they are declared.
  • values

    -
    public static BlockType[] values()
    +
    public static BlockType[] values()
    Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -561,7 +561,7 @@ for (BlockType c : BlockType.values())
    • valueOf

      -
      public static BlockType valueOf(String name)
      +
      public static BlockType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.State.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.State.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.State.html index c5c2fe4..dab10c3 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.State.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.State.html @@ -248,7 +248,7 @@ the order they are declared.
      • values

        -
        public static HFileBlock.Writer.State[] values()
        +
        public static HFileBlock.Writer.State[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -268,7 +268,7 @@ for (HFileBlock.Writer.State c : HFileBlock.Writer.State.values())
        • valueOf

          -
          public static HFileBlock.Writer.State valueOf(String name)
          +
          public static HFileBlock.Writer.State valueOf(String name)
          Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/class-use/BucketCache.BucketEntry.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/class-use/BucketCache.BucketEntry.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/class-use/BucketCache.BucketEntry.html index cdc3e73..a546f65 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/class-use/BucketCache.BucketEntry.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/class-use/BucketCache.BucketEntry.html @@ -176,13 +176,13 @@ void -CachedEntryQueue.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> entry) -
          Attempt to add the specified entry to this queue.
          - +BucketCache.BucketEntryGroup.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> block)  void -BucketCache.BucketEntryGroup.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> block)  +CachedEntryQueue.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> entry) +
          Attempt to add the specified entry to this queue.
          + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/0ab8335e/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCache.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCache.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCache.html index dde9628..964ee7c 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCache.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCache.html @@ -231,15 +231,15 @@ BlockCache[] -BlockCache.getBlockCaches()  +CombinedBlockCache.getBlockCaches()  BlockCache[] -LruBlockCache.getBlockCaches()  +BlockCache.getBlockCaches()  BlockCache[] -CombinedBlockCache.getBlockCaches()  +LruBlockCache.getBlockCaches()  BlockCache[]