Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 38829200C6D for ; Sun, 2 Apr 2017 06:33:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 377F0160BAA; Sun, 2 Apr 2017 04:33:14 +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 DB632160BA5 for ; Sun, 2 Apr 2017 06:33:11 +0200 (CEST) Received: (qmail 23375 invoked by uid 500); 2 Apr 2017 04:33:10 -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 19757 invoked by uid 99); 2 Apr 2017 04:33:07 -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; Sun, 02 Apr 2017 04:33:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 54225E9683; Sun, 2 Apr 2017 04:33:07 +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: Sun, 02 Apr 2017 04:33:29 -0000 Message-Id: <6e290a192dbe4068999008eb32e600bf@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [24/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6. archived-at: Sun, 02 Apr 2017 04:33:14 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/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 c7928a3..192e66a 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 @@ -220,27 +220,27 @@ DataBlockEncoder.EncodedSeeker -RowIndexCodecV1.createSeeker(CellComparator comparator, +CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, +PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, +FastDiffDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -FastDiffDeltaEncoder.createSeeker(CellComparator comparator, +DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, +RowIndexCodecV1.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  @@ -252,13 +252,13 @@ ByteBuffer -RowIndexCodecV1.decodeKeyValues(DataInputStream source, - HFileBlockDecodingContext decodingCtx)  +BufferedDataBlockEncoder.decodeKeyValues(DataInputStream source, + HFileBlockDecodingContext blkDecodingCtx)  ByteBuffer -BufferedDataBlockEncoder.decodeKeyValues(DataInputStream source, - HFileBlockDecodingContext blkDecodingCtx)  +RowIndexCodecV1.decodeKeyValues(DataInputStream source, + HFileBlockDecodingContext decodingCtx)  @@ -333,18 +333,18 @@ HFileBlockDecodingContext -HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext)  - - -HFileBlockDecodingContext NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta)  - + HFileBlockDecodingContext HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContext fileContext)
create a encoder specific decoding context for reading.
+ +HFileBlockDecodingContext +HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext)  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/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 1d5f6e2..3b5da5b 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 ByteBuffer -CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, +protected abstract ByteBuffer +BufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  protected ByteBuffer -DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +CopyKeyDataBlockEncoder.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 -PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  -protected abstract ByteBuffer -BufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, +protected ByteBuffer +DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/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 b33d3a0..718430f 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)  -int -CopyKeyDataBlockEncoder.internalEncode(Cell cell, - HFileBlockDefaultEncodingContext encodingContext, +abstract int +BufferedDataBlockEncoder.internalEncode(Cell cell, + HFileBlockDefaultEncodingContext encodingCtx, DataOutputStream out)  int -DiffKeyDeltaEncoder.internalEncode(Cell cell, +CopyKeyDataBlockEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  int -FastDiffDeltaEncoder.internalEncode(Cell cell, +PrefixKeyDeltaEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  int -PrefixKeyDeltaEncoder.internalEncode(Cell cell, +FastDiffDeltaEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  -abstract int -BufferedDataBlockEncoder.internalEncode(Cell cell, - HFileBlockDefaultEncodingContext encodingCtx, +int +DiffKeyDeltaEncoder.internalEncode(Cell cell, + HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/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 bae8c3c..0d0eac9 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 @@ -220,13 +220,13 @@ int -RowIndexCodecV1.encode(Cell cell, +BufferedDataBlockEncoder.encode(Cell cell, HFileBlockEncodingContext encodingCtx, DataOutputStream out)  int -BufferedDataBlockEncoder.encode(Cell cell, +RowIndexCodecV1.encode(Cell cell, HFileBlockEncodingContext encodingCtx, DataOutputStream out)  @@ -240,13 +240,13 @@ void -RowIndexCodecV1.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +BufferedDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader)  void -BufferedDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, +RowIndexCodecV1.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader)  @@ -263,7 +263,7 @@ void -RowIndexCodecV1.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, +BufferedDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, DataOutputStream out)  @@ -273,7 +273,7 @@ void -BufferedDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, +RowIndexCodecV1.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, DataOutputStream out)  @@ -305,21 +305,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)  + @@ -331,17 +331,11 @@ - - - - - + - - - - + + + + - + - + - + - + - + + + + +
intHFileDataBlockEncoderImpl.encode(Cell cell, - HFileBlockEncodingContext encodingCtx, - DataOutputStream out) 
int NoOpDataBlockEncoder.encode(Cell cell, HFileBlockEncodingContext encodingCtx, DataOutputStream out) 
int HFileDataBlockEncoder.encode(Cell cell, HFileBlockEncodingContext encodingCtx, @@ -349,21 +343,20 @@
Encodes a KeyValue.
voidHFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx, - DataOutputStream out, - byte[] uncompressedBytesWithHeader, - BlockType blockType) 
intHFileDataBlockEncoderImpl.encode(Cell cell, + HFileBlockEncodingContext encodingCtx, + DataOutputStream out) 
void NoOpDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, byte[] uncompressedBytesWithHeader, BlockType blockType) 
void HFileDataBlockEncoder.endBlockEncoding(HFileBlockEncodingContext encodingCtx, DataOutputStream out, @@ -372,23 +365,30 @@
Ends encoding for a block of KeyValues.
voidHFileDataBlockEncoderImpl.startBlockEncoding(HFileBlockEncodingContext encodingCtx, - DataOutputStream out) HFileDataBlockEncoderImpl.endBlockEncoding(HFileBlockEncodingContext encodingCtx, + DataOutputStream out, + byte[] uncompressedBytesWithHeader, + BlockType blockType) 
void NoOpDataBlockEncoder.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/3a970c89/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 550444b..a348321 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/3a970c89/devapidocs/org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html b/devapidocs/org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html index a0c88e9..bf5a83b 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html @@ -240,7 +240,7 @@ the order they are declared.
      • values

        -
        public static Cacheable.MemoryType[] values()
        +
        public static Cacheable.MemoryType[] 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: @@ -260,7 +260,7 @@ for (Cacheable.MemoryType c : Cacheable.MemoryType.values())
        • valueOf

          -
          public static Cacheable.MemoryType valueOf(String name)
          +
          public static Cacheable.MemoryType 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/3a970c89/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 eb43650..51ce07a 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/3a970c89/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 be72f20..2f924a0 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,14 +176,14 @@ void -BucketCache.BucketEntryGroup.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> block)  - - -void CachedEntryQueue.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> entry)
              Attempt to add the specified entry to this queue.
              + +void +BucketCache.BucketEntryGroup.add(Map.Entry<BlockCacheKey,BucketCache.BucketEntry> block)  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/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 32008e5..3cfc5e0 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 @@ -227,15 +227,15 @@ - + - + - +
              BlockCache[]CombinedBlockCache.getBlockCaches() BlockCache.getBlockCaches() 
              BlockCache[]BlockCache.getBlockCaches() LruBlockCache.getBlockCaches() 
              BlockCache[]LruBlockCache.getBlockCaches() CombinedBlockCache.getBlockCaches() 
              BlockCache[]