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 592AD200C51 for ; Sun, 9 Apr 2017 11:34:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 57DEC160BAC; Sun, 9 Apr 2017 09:34:02 +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 3243F160BAB for ; Sun, 9 Apr 2017 11:34:00 +0200 (CEST) Received: (qmail 80794 invoked by uid 500); 9 Apr 2017 09:33:58 -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 78012 invoked by uid 99); 9 Apr 2017 09:33:55 -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, 09 Apr 2017 09:33:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7DB32E00C5; Sun, 9 Apr 2017 09:33:55 +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, 09 Apr 2017 09:34:16 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] hbase-site git commit: Published site at 59e8b8e2ba4d403d042fe4cc02f8f9f80aad67af. archived-at: Sun, 09 Apr 2017 09:34:02 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32aa5813/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 192e66a..c7928a3 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 -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)  @@ -252,13 +252,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)  @@ -333,17 +333,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/32aa5813/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 3b5da5b..1d5f6e2 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/32aa5813/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 718430f..b33d3a0 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/32aa5813/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 0d0eac9..bae8c3c 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 -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)  @@ -240,13 +240,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)  @@ -263,7 +263,7 @@ void -BufferedDataBlockEncoder.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, +RowIndexCodecV1.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, DataOutputStream out)  @@ -273,7 +273,7 @@ void -RowIndexCodecV1.startBlockEncoding(HFileBlockEncodingContext blkEncodingCtx, +BufferedDataBlockEncoder.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,64 +331,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/32aa5813/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 a348321..550444b 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/32aa5813/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 bf5a83b..a0c88e9 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/32aa5813/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 51ce07a..eb43650 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/32aa5813/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 2f924a0..be72f20 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/32aa5813/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 3cfc5e0..32008e5 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[] -BlockCache.getBlockCaches()  +CombinedBlockCache.getBlockCaches()  BlockCache[] -LruBlockCache.getBlockCaches()  +BlockCache.getBlockCaches()  BlockCache[] -CombinedBlockCache.getBlockCaches()  +LruBlockCache.getBlockCaches()  BlockCache[]