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 B4AD9200C59 for ; Sun, 2 Apr 2017 16:39:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B3AD5160B9A; Sun, 2 Apr 2017 14:39:06 +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 11D57160B8E for ; Sun, 2 Apr 2017 16:39:03 +0200 (CEST) Received: (qmail 45582 invoked by uid 500); 2 Apr 2017 14:38: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 39746 invoked by uid 99); 2 Apr 2017 14:38:54 -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 14:38:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7214E117B; Sun, 2 Apr 2017 14:38:54 +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 14:39:37 -0000 Message-Id: <4a293af0d3a3467ea06a281e77cd3ed4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [45/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6. archived-at: Sun, 02 Apr 2017 14:39:06 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/71b53f08/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 83170ac..2d0e7ab 100644 --- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html +++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html @@ -125,104 +125,104 @@ byte[] -RawBytes.decode(PositionedByteRange src)  +OrderedBlobVar.decode(PositionedByteRange src)  -T -FixedLengthWrapper.decode(PositionedByteRange src)  +Number +OrderedNumeric.decode(PositionedByteRange src)  -Short -RawShort.decode(PositionedByteRange src)  +Byte +RawByte.decode(PositionedByteRange src)  -T -TerminatedWrapper.decode(PositionedByteRange src)  +Integer +OrderedInt32.decode(PositionedByteRange src)  -Float -OrderedFloat32.decode(PositionedByteRange src)  +T +FixedLengthWrapper.decode(PositionedByteRange src)  -Double -OrderedFloat64.decode(PositionedByteRange src)  +String +OrderedString.decode(PositionedByteRange src)  Float RawFloat.decode(PositionedByteRange src)  -Byte -OrderedInt8.decode(PositionedByteRange src)  +Integer +RawInteger.decode(PositionedByteRange src)  -Object[] -Struct.decode(PositionedByteRange src)  +T +DataType.decode(PositionedByteRange src) +
Read an instance of T from the buffer src.
+ -byte[] -OrderedBlob.decode(PositionedByteRange src)  +Long +RawLong.decode(PositionedByteRange src)  -Integer -RawInteger.decode(PositionedByteRange src)  - - Short -OrderedInt16.decode(PositionedByteRange src)  +RawShort.decode(PositionedByteRange src)  - + String RawString.decode(PositionedByteRange src)  + +byte[] +RawBytes.decode(PositionedByteRange src)  + byte[] -OrderedBlobVar.decode(PositionedByteRange src)  +OrderedBlob.decode(PositionedByteRange src)  -Byte -RawByte.decode(PositionedByteRange src)  +Object[] +Struct.decode(PositionedByteRange src)  -String -OrderedString.decode(PositionedByteRange src)  +Double +RawDouble.decode(PositionedByteRange src)  -Integer -OrderedInt32.decode(PositionedByteRange src)  +Short +OrderedInt16.decode(PositionedByteRange src)  -Long -OrderedInt64.decode(PositionedByteRange src)  +Byte +OrderedInt8.decode(PositionedByteRange src)  -Number -OrderedNumeric.decode(PositionedByteRange src)  +Double +OrderedFloat64.decode(PositionedByteRange src)  -T -DataType.decode(PositionedByteRange src) -
Read an instance of T from the buffer src.
- +Float +OrderedFloat32.decode(PositionedByteRange src)  Long -RawLong.decode(PositionedByteRange src)  +OrderedInt64.decode(PositionedByteRange src)  -Double -RawDouble.decode(PositionedByteRange src)  +T +TerminatedWrapper.decode(PositionedByteRange src)  byte[] -RawBytes.decode(PositionedByteRange src, +RawBytesFixedLength.decode(PositionedByteRange src, int length)
Read a byte[] from the buffer src.
byte[] -RawBytesFixedLength.decode(PositionedByteRange src, +RawBytes.decode(PositionedByteRange src, int length)
Read a byte[] from the buffer src.
@@ -273,13 +273,13 @@ double -OrderedFloat64.decodeDouble(PositionedByteRange src) +OrderedNumeric.decodeDouble(PositionedByteRange src)
Read a double value from the buffer src.
double -OrderedNumeric.decodeDouble(PositionedByteRange src) +OrderedFloat64.decodeDouble(PositionedByteRange src)
Read a double value from the buffer src.
@@ -297,13 +297,13 @@ long -OrderedInt64.decodeLong(PositionedByteRange src) +OrderedNumeric.decodeLong(PositionedByteRange src)
Read a long value from the buffer src.
long -OrderedNumeric.decodeLong(PositionedByteRange src) +OrderedInt64.decodeLong(PositionedByteRange src)
Read a long value from the buffer src.
@@ -315,36 +315,36 @@ int -OrderedInt8.encode(PositionedByteRange dst, +RawByte.encode(PositionedByteRange dst, Byte val)  int -RawByte.encode(PositionedByteRange dst, +OrderedInt8.encode(PositionedByteRange dst, Byte val)  int -RawBytes.encode(PositionedByteRange dst, +OrderedBlobVar.encode(PositionedByteRange dst, byte[] val)  int -OrderedBlob.encode(PositionedByteRange dst, +RawBytes.encode(PositionedByteRange dst, byte[] val)  int -OrderedBlobVar.encode(PositionedByteRange dst, +OrderedBlob.encode(PositionedByteRange dst, byte[] val)  int -RawBytes.encode(PositionedByteRange dst, +OrderedBlobVar.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into dst, respecting voff and vlen.
+
Write a subset of val to buff.
@@ -359,70 +359,70 @@ int -RawBytesTerminated.encode(PositionedByteRange dst, +RawBytes.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into dst, respecting offset and - length.
+
Write val into dst, respecting voff and vlen.
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.
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 -OrderedFloat64.encode(PositionedByteRange dst, +RawDouble.encode(PositionedByteRange dst, Double val)  int -RawDouble.encode(PositionedByteRange dst, +OrderedFloat64.encode(PositionedByteRange dst, Double val)  int -OrderedFloat32.encode(PositionedByteRange dst, +RawFloat.encode(PositionedByteRange dst, Float val)  int -RawFloat.encode(PositionedByteRange dst, +OrderedFloat32.encode(PositionedByteRange dst, Float val)  int -RawInteger.encode(PositionedByteRange dst, +OrderedInt32.encode(PositionedByteRange dst, Integer val)  int -OrderedInt32.encode(PositionedByteRange dst, +RawInteger.encode(PositionedByteRange dst, Integer val)  int -OrderedInt64.encode(PositionedByteRange dst, +RawLong.encode(PositionedByteRange dst, Long val)  int -RawLong.encode(PositionedByteRange dst, +OrderedInt64.encode(PositionedByteRange dst, Long val)  @@ -447,12 +447,12 @@ int -RawString.encode(PositionedByteRange dst, +OrderedString.encode(PositionedByteRange dst, String val)  int -OrderedString.encode(PositionedByteRange dst, +RawString.encode(PositionedByteRange dst, String val)  @@ -462,15 +462,15 @@ int -TerminatedWrapper.encode(PositionedByteRange dst, - T val) +DataType.encode(PositionedByteRange dst, + T val)
Write instance val into buffer dst.
int -DataType.encode(PositionedByteRange dst, - T val) +TerminatedWrapper.encode(PositionedByteRange dst, + T val)
Write instance val into buffer dst.
@@ -483,14 +483,14 @@ int -OrderedFloat64.encodeDouble(PositionedByteRange dst, +OrderedNumeric.encodeDouble(PositionedByteRange dst, double val)
Write instance val into buffer dst.
int -OrderedNumeric.encodeDouble(PositionedByteRange dst, +OrderedFloat64.encodeDouble(PositionedByteRange dst, double val)
Write instance val into buffer dst.
@@ -511,14 +511,14 @@ int -OrderedInt64.encodeLong(PositionedByteRange dst, +OrderedNumeric.encodeLong(PositionedByteRange dst, long val)
Write instance val into buffer dst.
int -OrderedNumeric.encodeLong(PositionedByteRange dst, +OrderedInt64.encodeLong(PositionedByteRange dst, long val)
Write instance val into buffer dst.
@@ -550,7 +550,7 @@ int -RawBytes.skip(PositionedByteRange src)  +RawByte.skip(PositionedByteRange src)  int @@ -558,51 +558,51 @@ int -RawShort.skip(PositionedByteRange src)  +RawFloat.skip(PositionedByteRange src)  int -TerminatedWrapper.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawInteger.skip(PositionedByteRange src)  int -OrderedBytesBase.skip(PositionedByteRange src)  +DataType.skip(PositionedByteRange src) +
Skip src's position forward over one encoded value.
+ int -RawFloat.skip(PositionedByteRange src)  +RawLong.skip(PositionedByteRange src)  int -Struct.skip(PositionedByteRange src)  +RawShort.skip(PositionedByteRange src)  int -RawInteger.skip(PositionedByteRange src)  +RawString.skip(PositionedByteRange src)  int -RawString.skip(PositionedByteRange src)  +RawBytes.skip(PositionedByteRange src)  int -RawByte.skip(PositionedByteRange src)  +Struct.skip(PositionedByteRange src)  int -DataType.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawDouble.skip(PositionedByteRange src)  int -RawLong.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.
+ protected int @@ -672,15 +672,15 @@ PositionedByteRange -SimplePositionedMutableByteRange.deepCopy()  +PositionedByteRange.deepCopy()  PositionedByteRange -PositionedByteRange.deepCopy()  +SimplePositionedByteRange.deepCopy()  PositionedByteRange -SimplePositionedByteRange.deepCopy()  +SimplePositionedMutableByteRange.deepCopy()  PositionedByteRange @@ -699,75 +699,69 @@ PositionedByteRange -SimplePositionedMutableByteRange.get(int index, +PositionedByteRange.get(int index, byte[] dst)  PositionedByteRange -PositionedByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst)  PositionedByteRange -SimplePositionedByteRange.get(int index, +SimplePositionedMutableByteRange.get(int index, byte[] dst)  PositionedByteRange -SimplePositionedMutableByteRange.get(int index, +PositionedByteRange.get(int index, byte[] dst, int offset, int length)  PositionedByteRange -PositionedByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst, int offset, int length)  PositionedByteRange -SimplePositionedByteRange.get(int index, +SimplePositionedMutableByteRange.get(int index, byte[] dst, int offset, int length)  PositionedByteRange -SimplePositionedMutableByteRange.put(byte val)  - - -PositionedByteRange PositionedByteRange.put(byte val)
Store val at the next position in this range.
- + PositionedByteRange SimplePositionedByteRange.put(byte val)  - + PositionedByteRange -SimplePositionedMutableByteRange.put(byte[] val)  +SimplePositionedMutableByteRange.put(byte val)  - + PositionedByteRange PositionedByteRange.put(byte[] val)
Store the content of val in this range, starting at the next position.
- + PositionedByteRange SimplePositionedByteRange.put(byte[] val)  - + PositionedByteRange -SimplePositionedMutableByteRange.put(byte[] val, - int offset, - int length)  +SimplePositionedMutableByteRange.put(byte[] val)  - + PositionedByteRange PositionedByteRange.put(byte[] val, int offset, @@ -775,201 +769,207 @@
Store length bytes from val into this range.
- + PositionedByteRange SimplePositionedByteRange.put(byte[] val, int offset, int length)  + +PositionedByteRange +SimplePositionedMutableByteRange.put(byte[] val, + int offset, + int length)  + PositionedByteRange -SimplePositionedMutableByteRange.put(int index, +PositionedByteRange.put(int index, byte val)  PositionedByteRange -PositionedByteRange.put(int index, +SimplePositionedByteRange.put(int index, byte val)  PositionedByteRange -SimplePositionedByteRange.put(int index, +SimplePositionedMutableByteRange.put(int index, byte val)  PositionedByteRange -SimplePositionedMutableByteRange.put(int index, +PositionedByteRange.put(int index, byte[] val)  PositionedByteRange -PositionedByteRange.