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 3A2F0200B82 for ; Fri, 16 Sep 2016 19:25:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 38D10160AD9; Fri, 16 Sep 2016 17:25:45 +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 BAE08160AB7 for ; Fri, 16 Sep 2016 19:25:42 +0200 (CEST) Received: (qmail 30175 invoked by uid 500); 16 Sep 2016 17:25:34 -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 27510 invoked by uid 99); 16 Sep 2016 17:25:32 -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, 16 Sep 2016 17:25:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 996BAE0B49; Fri, 16 Sep 2016 17:25:32 +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: Fri, 16 Sep 2016 17:26:16 -0000 Message-Id: <4607a7f64eea4828b9340ebf6898353f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [46/52] [partial] hbase-site git commit: Published site at 2597217ae5aa057e1931c772139ce8cc7a2b3efb. archived-at: Fri, 16 Sep 2016 17:25:45 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/fd52f877/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html index ef54c71..d4666b5 100644 --- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html +++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html @@ -124,100 +124,100 @@ -T -DataType.decode(PositionedByteRange src) -
Read an instance of T from the buffer src.
- +byte[] +OrderedBlob.decode(PositionedByteRange src)  -Number -OrderedNumeric.decode(PositionedByteRange src)  +Integer +OrderedInt32.decode(PositionedByteRange src)  -Long -RawLong.decode(PositionedByteRange src)  +String +RawString.decode(PositionedByteRange src)  -Short -RawShort.decode(PositionedByteRange src)  +Long +OrderedInt64.decode(PositionedByteRange src)  -Object[] -Struct.decode(PositionedByteRange src)  +Double +RawDouble.decode(PositionedByteRange src)  -T -FixedLengthWrapper.decode(PositionedByteRange src)  +Integer +RawInteger.decode(PositionedByteRange src)  -Byte -RawByte.decode(PositionedByteRange src)  +Double +OrderedFloat64.decode(PositionedByteRange src)  -String -RawString.decode(PositionedByteRange src)  +Float +RawFloat.decode(PositionedByteRange src)  -Byte -OrderedInt8.decode(PositionedByteRange src)  +T +FixedLengthWrapper.decode(PositionedByteRange src)  -byte[] -RawBytes.decode(PositionedByteRange src)  +String +OrderedString.decode(PositionedByteRange src)  +Number +OrderedNumeric.decode(PositionedByteRange src)  + + T TerminatedWrapper.decode(PositionedByteRange src)  + +Float +OrderedFloat32.decode(PositionedByteRange src)  + -String -OrderedString.decode(PositionedByteRange src)  +byte[] +RawBytes.decode(PositionedByteRange src)  Long -OrderedInt64.decode(PositionedByteRange src)  +RawLong.decode(PositionedByteRange src)  Short -OrderedInt16.decode(PositionedByteRange src)  +RawShort.decode(PositionedByteRange src)  byte[] OrderedBlobVar.decode(PositionedByteRange src)  -Integer -RawInteger.decode(PositionedByteRange src)  - - -Integer -OrderedInt32.decode(PositionedByteRange src)  - - -Double -OrderedFloat64.decode(PositionedByteRange src)  +Byte +RawByte.decode(PositionedByteRange src)  -byte[] -OrderedBlob.decode(PositionedByteRange src)  +Byte +OrderedInt8.decode(PositionedByteRange src)  -Double -RawDouble.decode(PositionedByteRange src)  +T +DataType.decode(PositionedByteRange src) +
Read an instance of T from the buffer src.
+ -Float -RawFloat.decode(PositionedByteRange src)  +Object[] +Struct.decode(PositionedByteRange src)  -Float -OrderedFloat32.decode(PositionedByteRange src)  +Short +OrderedInt16.decode(PositionedByteRange src)  -Object -Struct.decode(PositionedByteRange src, - int index) -
Read the field at index.
+byte[] +RawBytesFixedLength.decode(PositionedByteRange src, + int length) +
Read a byte[] from the buffer src.
@@ -235,10 +235,10 @@ -byte[] -RawBytesFixedLength.decode(PositionedByteRange src, - int length) -
Read a byte[] from the buffer src.
+Object +Struct.decode(PositionedByteRange src, + int index) +
Read the field at index.
@@ -273,13 +273,13 @@ double -OrderedNumeric.decodeDouble(PositionedByteRange src) +OrderedFloat64.decodeDouble(PositionedByteRange src)
Read a double value from the buffer src.
double -OrderedFloat64.decodeDouble(PositionedByteRange src) +OrderedNumeric.decodeDouble(PositionedByteRange src)
Read a double value from the buffer src.
@@ -297,13 +297,13 @@ long -OrderedNumeric.decodeLong(PositionedByteRange src) +OrderedInt64.decodeLong(PositionedByteRange src)
Read a long value from the buffer src.
long -OrderedInt64.decodeLong(PositionedByteRange src) +OrderedNumeric.decodeLong(PositionedByteRange src)
Read a long value from the buffer src.
@@ -325,74 +325,74 @@ int -RawBytes.encode(PositionedByteRange dst, +OrderedBlob.encode(PositionedByteRange dst, byte[] val)  int -OrderedBlobVar.encode(PositionedByteRange dst, +RawBytes.encode(PositionedByteRange dst, byte[] val)  int -OrderedBlob.encode(PositionedByteRange dst, +OrderedBlobVar.encode(PositionedByteRange dst, byte[] val)  int -RawBytesTerminated.encode(PositionedByteRange dst, +OrderedBlob.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into dst, respecting offset and - length.
+
Write a subset of val to dst.
int -RawBytes.encode(PositionedByteRange dst, +RawBytesFixedLength.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into dst, respecting voff and vlen.
+
Write val into buff, respecting offset and + length.
int -OrderedBlobVar.encode(PositionedByteRange dst, +RawBytesTerminated.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write a subset of val to buff.
+
Write val into dst, respecting offset and + length.
int -RawBytesFixedLength.encode(PositionedByteRange dst, +RawBytes.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into buff, respecting offset and - length.
+
Write val into dst, respecting voff and vlen.
int -OrderedBlob.encode(PositionedByteRange dst, +OrderedBlobVar.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write a subset of val to dst.
+
Write a subset of val to buff.
int -OrderedFloat64.encode(PositionedByteRange dst, +RawDouble.encode(PositionedByteRange dst, Double val)  int -RawDouble.encode(PositionedByteRange dst, +OrderedFloat64.encode(PositionedByteRange dst, Double val)  @@ -407,22 +407,22 @@ int -RawInteger.encode(PositionedByteRange dst, +OrderedInt32.encode(PositionedByteRange dst, Integer val)  int -OrderedInt32.encode(PositionedByteRange dst, +RawInteger.encode(PositionedByteRange dst, Integer val)  int -RawLong.encode(PositionedByteRange dst, +OrderedInt64.encode(PositionedByteRange dst, Long val)  int -OrderedInt64.encode(PositionedByteRange dst, +RawLong.encode(PositionedByteRange dst, Long val)  @@ -457,23 +457,23 @@ int -DataType.encode(PositionedByteRange dst, - T val) -
Write instance val into buffer dst.
- - - -int FixedLengthWrapper.encode(PositionedByteRange dst, T val)  - + int TerminatedWrapper.encode(PositionedByteRange dst, T val)
Write instance val into buffer dst.
+ +int +DataType.encode(PositionedByteRange dst, + T val) +
Write instance val into buffer dst.
+ + int OrderedInt8.encodeByte(PositionedByteRange dst, @@ -483,14 +483,14 @@ int -OrderedNumeric.encodeDouble(PositionedByteRange dst, +OrderedFloat64.encodeDouble(PositionedByteRange dst, double val)
Write instance val into buffer dst.
int -OrderedFloat64.encodeDouble(PositionedByteRange dst, +OrderedNumeric.encodeDouble(PositionedByteRange dst, double val)
Write instance val into buffer dst.
@@ -511,14 +511,14 @@ int -OrderedNumeric.encodeLong(PositionedByteRange dst, +OrderedInt64.encodeLong(PositionedByteRange dst, long val)
Write instance val into buffer dst.
int -OrderedInt64.encodeLong(PositionedByteRange dst, +OrderedNumeric.encodeLong(PositionedByteRange dst, long val)
Write instance val into buffer dst.
@@ -550,21 +550,19 @@ int -DataType.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawString.skip(PositionedByteRange src)  int -RawLong.skip(PositionedByteRange src)  +RawDouble.skip(PositionedByteRange src)  int -RawShort.skip(PositionedByteRange src)  +RawInteger.skip(PositionedByteRange src)  int -Struct.skip(PositionedByteRange src)  +RawFloat.skip(PositionedByteRange src)  int @@ -572,11 +570,13 @@ int -RawByte.skip(PositionedByteRange src)  +OrderedBytesBase.skip(PositionedByteRange src)  int -RawString.skip(PositionedByteRange src)  +TerminatedWrapper.skip(PositionedByteRange src) +
Skip src's position forward over one encoded value.
+ int @@ -584,25 +584,25 @@ int -TerminatedWrapper.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawLong.skip(PositionedByteRange src)  int -OrderedBytesBase.skip(PositionedByteRange src)  +RawShort.skip(PositionedByteRange src)  int -RawInteger.skip(PositionedByteRange src)  +RawByte.skip(PositionedByteRange src)  int -RawDouble.skip(PositionedByteRange src)  +DataType.skip(PositionedByteRange src) +
Skip src's position forward over one encoded value.
+ int -RawFloat.skip(PositionedByteRange src)  +Struct.skip(PositionedByteRange src)  protected int @@ -672,15 +672,15 @@ PositionedByteRange -PositionedByteRange.deepCopy()  +SimplePositionedMutableByteRange.deepCopy()  PositionedByteRange -SimplePositionedMutableByteRange.deepCopy()  +SimplePositionedByteRange.deepCopy()  PositionedByteRange -SimplePositionedByteRange.deepCopy()  +PositionedByteRange.deepCopy()  PositionedByteRange @@ -699,53 +699,61 @@ PositionedByteRange -PositionedByteRange.get(int index, +SimplePositionedMutableByteRange.get(int index, byte[] dst)  PositionedByteRange -SimplePositionedMutableByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst)  PositionedByteRange -SimplePositionedByteRange.get(int index, +PositionedByteRange.get(int index, byte[] dst)  PositionedByteRange -PositionedByteRange.get(int index, +SimplePositionedMutableByteRange.get(int index, byte[] dst, int offset, int length)  PositionedByteRange -SimplePositionedMutableByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst, int offset, int length)  PositionedByteRange -SimplePositionedByteRange.get(int index, +PositionedByteRange.get(int index, byte[] dst, int offset, int length)  PositionedByteRange +SimplePositionedMutableByteRange.put(byte val)  + + +PositionedByteRange +SimplePositionedByteRange.put(byte val)  + + +PositionedByteRange PositionedByteRange.put(byte val)
Store val at the next position in this range.
PositionedByteRange -SimplePositionedMutableByteRange.put(byte val)  +SimplePositionedMutableByteRange.put(byte[] val)  PositionedByteRange -SimplePositionedByteRange.put(byte val)  +SimplePositionedByteRange.put(byte[] val)  PositionedByteRange @@ -755,11 +763,15 @@ PositionedByteRange -SimplePositionedMutableByteRange.put(byte[] val)  +SimplePositionedMutableByteRange.put(byte[] val, + int offset, + int length)  PositionedByteRange -SimplePositionedByteRange.put(byte[] val)  +SimplePositionedByteRange.put(byte[] val, + int offset, + int length)  PositionedByteRange @@ -771,80 +783,78 @@ PositionedByteRange -SimplePositionedMutableByteRange.put(byte[] val, - int offset, - int length)  - - -PositionedByteRange -SimplePositionedByteRange.put(byte[] val, - int offset, - int length)  - - -PositionedByteRange -PositionedByteRange.put(int index, +SimplePositionedMutableByteRange.put(int index, byte val)  PositionedByteRange -SimplePositionedMutableByteRange.put(int index, +SimplePositionedByteRange.put(int index, byte val)  PositionedByteRange -SimplePositionedByteRange.put(int index, +PositionedByteRange.put(int index, byte val)  PositionedByteRange -PositionedByteRange.put(int index, +SimplePositionedMutableByteRange.put(int index, byte[] val)  PositionedByteRange -SimplePositionedMutableByteRange.put(int index, +SimplePositionedByteRange.put(int index, byte[] val)  PositionedByteRange -SimplePositionedByteRange.put(int index, +PositionedByteRange.put(int index, byte[] val)  PositionedByteRange -PositionedByteRange.put(int index, +SimplePositionedMutableByteRange.put(int index, byte[] val, int offset, int length)  PositionedByteRange -SimplePositionedMutableByteRange.put(int index, +SimplePositionedByteRange.put(int index, byte[] val, int offset, int length)  PositionedByteRange -SimplePositionedByteRange.put(int index, +PositionedByteRange.put(int index, byte[] val, int offset, int length)  PositionedByteRange +SimplePositionedMutableByteRange.putInt(int val)  + + +PositionedByteRange