Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57C3B190EC for ; Wed, 20 Apr 2016 16:27:07 +0000 (UTC) Received: (qmail 75509 invoked by uid 500); 20 Apr 2016 16:27:00 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 75376 invoked by uid 500); 20 Apr 2016 16:26:59 -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 73108 invoked by uid 99); 20 Apr 2016 16:26:58 -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; Wed, 20 Apr 2016 16:26:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A302EE0901; Wed, 20 Apr 2016 16:26:58 +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: Wed, 20 Apr 2016 16:27:43 -0000 Message-Id: In-Reply-To: <3ca732acd66e48e1971525e0f9425293@git.apache.org> References: <3ca732acd66e48e1971525e0f9425293@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [47/51] [partial] hbase-site git commit: Published site at 3e1bdccc53a0a41fc231cf5aec358ace367b0a62. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/09017087/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 741cc94..58b0e89 100644 --- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html +++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html @@ -116,107 +116,107 @@ -String -OrderedString.decode(PositionedByteRange src)  +byte[] +OrderedBlob.decode(PositionedByteRange src)  -Long -OrderedInt64.decode(PositionedByteRange src)  +Integer +OrderedInt32.decode(PositionedByteRange src)  -Byte -OrderedInt8.decode(PositionedByteRange src)  +String +RawString.decode(PositionedByteRange src)  -byte[] -OrderedBlobVar.decode(PositionedByteRange src)  +Long +OrderedInt64.decode(PositionedByteRange src)  -Float -RawFloat.decode(PositionedByteRange src)  +Double +RawDouble.decode(PositionedByteRange src)  -String -RawString.decode(PositionedByteRange src)  +Integer +RawInteger.decode(PositionedByteRange src)  -T -DataType.decode(PositionedByteRange src) -
Read an instance of T from the buffer src.
- +Double +OrderedFloat64.decode(PositionedByteRange src)  -Short -RawShort.decode(PositionedByteRange src)  +Float +RawFloat.decode(PositionedByteRange src)  -byte[] -OrderedBlob.decode(PositionedByteRange src)  +T +FixedLengthWrapper.decode(PositionedByteRange src)  -Float -OrderedFloat32.decode(PositionedByteRange src)  +String +OrderedString.decode(PositionedByteRange src)  -Object[] -Struct.decode(PositionedByteRange src)  +Number +OrderedNumeric.decode(PositionedByteRange src)  -Double -RawDouble.decode(PositionedByteRange src)  +T +TerminatedWrapper.decode(PositionedByteRange src)  -Byte -RawByte.decode(PositionedByteRange src)  +Float +OrderedFloat32.decode(PositionedByteRange src)  -Integer -OrderedInt32.decode(PositionedByteRange src)  +byte[] +RawBytes.decode(PositionedByteRange src)  Long RawLong.decode(PositionedByteRange src)  -byte[] -RawBytes.decode(PositionedByteRange src)  +Short +RawShort.decode(PositionedByteRange src)  -Double -OrderedFloat64.decode(PositionedByteRange src)  +byte[] +OrderedBlobVar.decode(PositionedByteRange src)  -T -FixedLengthWrapper.decode(PositionedByteRange src)  +Byte +RawByte.decode(PositionedByteRange src)  -T -TerminatedWrapper.decode(PositionedByteRange src)  +Byte +OrderedInt8.decode(PositionedByteRange src)  -Integer -RawInteger.decode(PositionedByteRange src)  +T +DataType.decode(PositionedByteRange src) +
Read an instance of T from the buffer src.
+ -Short -OrderedInt16.decode(PositionedByteRange src)  +Object[] +Struct.decode(PositionedByteRange src)  -Number -OrderedNumeric.decode(PositionedByteRange src)  +Short +OrderedInt16.decode(PositionedByteRange src)  byte[] -RawBytesTerminated.decode(PositionedByteRange src, +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.
+byte[] +RawBytesTerminated.decode(PositionedByteRange src, + int length) +
Read a byte[] from the buffer src.
@@ -227,10 +227,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.
@@ -307,55 +307,56 @@ int -OrderedInt8.encode(PositionedByteRange dst, +RawByte.encode(PositionedByteRange dst, Byte val)  int -RawByte.encode(PositionedByteRange dst, +OrderedInt8.encode(PositionedByteRange dst, Byte val)  int -OrderedBlobVar.encode(PositionedByteRange dst, +OrderedBlob.encode(PositionedByteRange dst, byte[] val)  int -OrderedBlob.encode(PositionedByteRange dst, +RawBytes.encode(PositionedByteRange dst, byte[] val)  int -RawBytes.encode(PositionedByteRange dst, +OrderedBlobVar.encode(PositionedByteRange dst, byte[] val)  int -OrderedBlobVar.encode(PositionedByteRange dst, +OrderedBlob.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write a subset of val to buff.
+
Write a subset of val to dst.
int -RawBytesTerminated.encode(PositionedByteRange dst, +RawBytesFixedLength.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into dst, respecting offset and +
Write val into buff, respecting offset and length.
int -OrderedBlob.encode(PositionedByteRange dst, +RawBytesTerminated.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write a subset of val to dst.
+
Write val into dst, respecting offset and + length.
@@ -369,12 +370,11 @@ int -RawBytesFixedLength.encode(PositionedByteRange dst, +OrderedBlobVar.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into buff, respecting offset and - length.
+
Write a subset of val to buff.
@@ -439,33 +439,33 @@ int -OrderedString.encode(PositionedByteRange dst, +RawString.encode(PositionedByteRange dst, String val)  int -RawString.encode(PositionedByteRange dst, +OrderedString.encode(PositionedByteRange dst, String val)  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, @@ -542,37 +542,37 @@ int -OrderedBytesBase.skip(PositionedByteRange src)  +RawString.skip(PositionedByteRange src)  int -RawFloat.skip(PositionedByteRange src)  +RawDouble.skip(PositionedByteRange src)  int -RawString.skip(PositionedByteRange src)  +RawInteger.skip(PositionedByteRange src)  int -DataType.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawFloat.skip(PositionedByteRange src)  int -RawShort.skip(PositionedByteRange src)  +FixedLengthWrapper.skip(PositionedByteRange src)  int -Struct.skip(PositionedByteRange src)  +OrderedBytesBase.skip(PositionedByteRange src)  int -RawDouble.skip(PositionedByteRange src)  +TerminatedWrapper.skip(PositionedByteRange src) +
Skip src's position forward over one encoded value.
+ int -RawByte.skip(PositionedByteRange src)  +RawBytes.skip(PositionedByteRange src)  int @@ -580,21 +580,21 @@ int -RawBytes.skip(PositionedByteRange src)  +RawShort.skip(PositionedByteRange src)  int -FixedLengthWrapper.skip(PositionedByteRange src)  +RawByte.skip(PositionedByteRange src)  int -TerminatedWrapper.skip(PositionedByteRange src) +DataType.skip(PositionedByteRange src)
Skip src's position forward over one encoded value.
int -RawInteger.skip(PositionedByteRange src)  +Struct.skip(PositionedByteRange src)  protected int @@ -664,15 +664,15 @@ PositionedByteRange -PositionedByteRange.deepCopy()  +SimplePositionedMutableByteRange.deepCopy()  PositionedByteRange -SimplePositionedMutableByteRange.deepCopy()  +SimplePositionedByteRange.deepCopy()  PositionedByteRange -SimplePositionedByteRange.deepCopy()  +PositionedByteRange.deepCopy()  PositionedByteRange @@ -691,53 +691,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 @@ -747,11 +755,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 @@ -763,80 +775,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 +SimplePositionedByteRange.putInt(int val)  + + +PositionedByteRange PositionedByteRange.putInt(int val)
Store int val at the next position in this range.
PositionedByteRange -SimplePositionedMutableByteRange.putInt(int val)  +SimplePositionedMutableByteRange.putInt(int index, + int val)  PositionedByteRange -SimplePositionedByteRange.putInt(int val)  +SimplePositionedByteRange.putInt(int index, + int val)  PositionedByteRange @@ -845,13 +855,13 @@ PositionedByteRange -SimplePositionedMutableByteRange.putInt(int index, - int val)  +SimplePositionedMutableByteRange.putLong(int index, + long val)  PositionedByteRange -SimplePositionedByteRange.putInt(int index, - int val)  +SimplePositionedByteRange.putLong(int index, + long val)  PositionedByteRange @@ -860,13 +870,11 @@ PositionedByteRange -SimplePositionedMutableByteRange.putLong(int index, - long val)  +SimplePositionedMutableByteRange.putLong(long val)  PositionedByteRange -SimplePositionedByteRange.putLong(int index, - long val)  +SimplePositionedByteRange.putLong(long val)  PositionedByteRange @@ -876,11 +884,13 @@ PositionedByteRange -SimplePositionedMutableByteRange.putLong(long val)  +SimplePositionedMutableByteRange.putShort(int index, + short val)  PositionedByteRange -SimplePositionedByteRange.putLong(long val)  +SimplePositionedByteRange.putShort(int index, + short val)  PositionedByteRange @@ -889,13 +899,11 @@ PositionedByteRange -SimplePositionedMutableByteRange.putShort(int index, - short val)  +SimplePositionedMutableByteRange.putShort(short val)  PositionedByteRange -SimplePositionedByteRange.putShort(int index, - short val)  +SimplePositionedByteRange.putShort(short val)  PositionedByteRange @@ -905,11 +913,11 @@ PositionedByteRange -SimplePositionedMutableByteRange.putShort(short val)  +SimplePositionedMutableByteRange.set(byte[] bytes)  PositionedByteRange -SimplePositionedByteRange.putShort(short val)  +SimplePositionedByteRange.set(byte[] bytes)  PositionedByteRange @@ -917,11 +925,15 @@ PositionedByteRange -SimplePositionedMutableByteRange.set(byte[] bytes)  +SimplePositionedMutableByteRange.set(byte[] bytes, + int offset, + int length)  PositionedByteRange -SimplePositionedByteRange.set(byte[] bytes)  +SimplePositionedByteRange.