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 7A291200B41 for ; Thu, 7 Jul 2016 19:58:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 78DCD160A72; Thu, 7 Jul 2016 17:58:09 +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 53BE8160A4F for ; Thu, 7 Jul 2016 19:58:07 +0200 (CEST) Received: (qmail 77305 invoked by uid 500); 7 Jul 2016 17:58:04 -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 74847 invoked by uid 99); 7 Jul 2016 17:58:00 -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; Thu, 07 Jul 2016 17:58:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A66AFE0844; Thu, 7 Jul 2016 17:58:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Thu, 07 Jul 2016 17:58:12 -0000 Message-Id: <6d7082f683be4526b563e81326479fd6@git.apache.org> In-Reply-To: <416e0bf2445c4169a68cd8cd35c09555@git.apache.org> References: <416e0bf2445c4169a68cd8cd35c09555@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/52] [partial] hbase-site git commit: Published site at c137bafe51a9212f0c2bb2aa4cde4614b4e537be. archived-at: Thu, 07 Jul 2016 17:58:09 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/16d2a5b1/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 335d5c4..a24194b 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 @@ -205,30 +205,30 @@ DataBlockEncoder.EncodedSeeker -DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, +CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, - HFileBlockDecodingContext decodingCtx)  +DataBlockEncoder.createSeeker(CellComparator comparator, + HFileBlockDecodingContext decodingCtx) +
Create a HFileBlock seeker which find KeyValues within a block.
+ DataBlockEncoder.EncodedSeeker -CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, +FastDiffDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -FastDiffDeltaEncoder.createSeeker(CellComparator comparator, +PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -DataBlockEncoder.createSeeker(CellComparator comparator, - HFileBlockDecodingContext decodingCtx) -
Create a HFileBlock seeker which find KeyValues within a block.
- +DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, + HFileBlockDecodingContext decodingCtx)  ByteBuffer http://git-wip-us.apache.org/repos/asf/hbase-site/blob/16d2a5b1/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 d8e55a5..6841665 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 @@ -109,35 +109,35 @@ protected ByteBuffer -DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  -protected ByteBuffer -PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +protected abstract ByteBuffer +BufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  -protected abstract ByteBuffer -BufferedDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, +protected ByteBuffer +FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  protected ByteBuffer -CopyKeyDataBlockEncoder.internalDecodeKeyValues(DataInputStream source, +PrefixKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  protected ByteBuffer -FastDiffDeltaEncoder.internalDecodeKeyValues(DataInputStream source, +DiffKeyDeltaEncoder.internalDecodeKeyValues(DataInputStream source, int allocateHeaderLength, int skipLastBytes, HFileBlockDefaultDecodingContext decodingCtx)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/16d2a5b1/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 55fbd64..344c9be 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 @@ -109,31 +109,31 @@ int -DiffKeyDeltaEncoder.internalEncode(Cell cell, +CopyKeyDataBlockEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  -int -PrefixKeyDeltaEncoder.internalEncode(Cell cell, - HFileBlockDefaultEncodingContext encodingContext, - DataOutputStream out)  - - abstract int BufferedDataBlockEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingCtx, DataOutputStream out)  + +int +FastDiffDeltaEncoder.internalEncode(Cell cell, + HFileBlockDefaultEncodingContext encodingContext, + DataOutputStream out)  + int -CopyKeyDataBlockEncoder.internalEncode(Cell cell, +PrefixKeyDeltaEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  int -FastDiffDeltaEncoder.internalEncode(Cell cell, +DiffKeyDeltaEncoder.internalEncode(Cell cell, HFileBlockDefaultEncodingContext encodingContext, DataOutputStream out)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/16d2a5b1/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 91d7c70..89d1c16 100644 --- a/devapidocs/org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html +++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/Cacheable.MemoryType.html @@ -226,7 +226,7 @@ the order they are declared.