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 265CE200C58 for ; Sun, 2 Apr 2017 06:02:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24C70160B9D; Sun, 2 Apr 2017 04:02:34 +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 CAB48160BA1 for ; Sun, 2 Apr 2017 06:02:31 +0200 (CEST) Received: (qmail 96770 invoked by uid 500); 2 Apr 2017 04:02:25 -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 95669 invoked by uid 99); 2 Apr 2017 04:02:25 -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 04:02:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BB615E9676; Sun, 2 Apr 2017 04:02:24 +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 04:02:29 -0000 Message-Id: In-Reply-To: <96cee2e19c2e4a81920d3930ccf2b29c@git.apache.org> References: <96cee2e19c2e4a81920d3930ccf2b29c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6. archived-at: Sun, 02 Apr 2017 04:02:34 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html index 581ba48..b705301 100644 --- a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html +++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html @@ -124,104 +124,104 @@ -T -FixedLengthWrapper.decode(PositionedByteRange src)  +Object[] +Struct.decode(PositionedByteRange src)  -Short -OrderedInt16.decode(PositionedByteRange src)  +Byte +RawByte.decode(PositionedByteRange src)  -Long -RawLong.decode(PositionedByteRange src)  +byte[] +OrderedBlob.decode(PositionedByteRange src)  -Number -OrderedNumeric.decode(PositionedByteRange src)  +Short +OrderedInt16.decode(PositionedByteRange src)  -byte[] -OrderedBlob.decode(PositionedByteRange src)  +Integer +RawInteger.decode(PositionedByteRange src)  -Byte -OrderedInt8.decode(PositionedByteRange src)  +T +TerminatedWrapper.decode(PositionedByteRange src)  -Long -OrderedInt64.decode(PositionedByteRange src)  +T +FixedLengthWrapper.decode(PositionedByteRange src)  -Byte -RawByte.decode(PositionedByteRange src)  +Double +RawDouble.decode(PositionedByteRange src)  String RawString.decode(PositionedByteRange src)  -Object[] -Struct.decode(PositionedByteRange src)  +T +DataType.decode(PositionedByteRange src) +
Read an instance of T from the buffer src.
+ -Short -RawShort.decode(PositionedByteRange src)  +Long +OrderedInt64.decode(PositionedByteRange src)  byte[] OrderedBlobVar.decode(PositionedByteRange src)  -Float -OrderedFloat32.decode(PositionedByteRange src)  +Number +OrderedNumeric.decode(PositionedByteRange src)  -Double -OrderedFloat64.decode(PositionedByteRange src)  +Short +RawShort.decode(PositionedByteRange src)  -T -DataType.decode(PositionedByteRange src) -
Read an instance of T from the buffer src.
- +Long +RawLong.decode(PositionedByteRange src)  -Float -RawFloat.decode(PositionedByteRange src)  +byte[] +RawBytes.decode(PositionedByteRange src)  -T -TerminatedWrapper.decode(PositionedByteRange src)  - - Integer OrderedInt32.decode(PositionedByteRange src)  - + String OrderedString.decode(PositionedByteRange src)  + +Float +RawFloat.decode(PositionedByteRange src)  + -byte[] -RawBytes.decode(PositionedByteRange src)  +Byte +OrderedInt8.decode(PositionedByteRange src)  -Integer -RawInteger.decode(PositionedByteRange src)  +Float +OrderedFloat32.decode(PositionedByteRange src)  Double -RawDouble.decode(PositionedByteRange src)  +OrderedFloat64.decode(PositionedByteRange src)  org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell PBCell.decode(PositionedByteRange src)  -byte[] -RawBytesTerminated.decode(PositionedByteRange src, - int length) -
Read a byte[] from the buffer src.
+Object +Struct.decode(PositionedByteRange src, + int index) +
Read the field at index.
@@ -232,10 +232,10 @@ -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.
@@ -301,13 +301,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.
@@ -319,12 +319,12 @@ int -OrderedInt8.encode(PositionedByteRange dst, +RawByte.encode(PositionedByteRange dst, Byte val)  int -RawByte.encode(PositionedByteRange dst, +OrderedInt8.encode(PositionedByteRange dst, Byte val)  @@ -344,11 +344,12 @@ int -OrderedBlob.encode(PositionedByteRange dst, +RawBytesFixedLength.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write a subset of val to dst.
+
Write val into buff, respecting offset and + length.
@@ -363,12 +364,11 @@ int -RawBytesFixedLength.encode(PositionedByteRange dst, +OrderedBlob.encode(PositionedByteRange dst, byte[] val, int voff, int vlen) -
Write val into buff, respecting offset and - length.
+
Write a subset of val to dst.
@@ -396,42 +396,42 @@ 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 -OrderedInt32.encode(PositionedByteRange dst, +RawInteger.encode(PositionedByteRange dst, Integer val)  int -RawInteger.encode(PositionedByteRange dst, +OrderedInt32.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)  @@ -466,20 +466,20 @@ int -FixedLengthWrapper.encode(PositionedByteRange dst, - T val)  +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.
- +FixedLengthWrapper.encode(PositionedByteRange dst, + T val)  int -TerminatedWrapper.encode(PositionedByteRange dst, - T val) +DataType.encode(PositionedByteRange dst, + T val)
Write instance val into buffer dst.
@@ -520,14 +520,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.
@@ -559,59 +559,59 @@ int -OrderedBytesBase.skip(PositionedByteRange src)  +Struct.skip(PositionedByteRange src)  int -FixedLengthWrapper.skip(PositionedByteRange src)  +RawByte.skip(PositionedByteRange src)  int -RawLong.skip(PositionedByteRange src)  +OrderedBytesBase.skip(PositionedByteRange src)  int -RawByte.skip(PositionedByteRange src)  +RawInteger.skip(PositionedByteRange src)  int -RawString.skip(PositionedByteRange src)  +TerminatedWrapper.skip(PositionedByteRange src) +
Skip src's position forward over one encoded value.
+ int -Struct.skip(PositionedByteRange src)  +FixedLengthWrapper.skip(PositionedByteRange src)  int -RawShort.skip(PositionedByteRange src)  +RawDouble.skip(PositionedByteRange src)  int -DataType.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawString.skip(PositionedByteRange src)  int -RawFloat.skip(PositionedByteRange src)  +DataType.skip(PositionedByteRange src) +
Skip src's position forward over one encoded value.
+ int -TerminatedWrapper.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawShort.skip(PositionedByteRange src)  int -RawBytes.skip(PositionedByteRange src)  +RawLong.skip(PositionedByteRange src)  int -RawInteger.skip(PositionedByteRange src)  +RawBytes.skip(PositionedByteRange src)  int -RawDouble.skip(PositionedByteRange src)  +RawFloat.skip(PositionedByteRange src)  int @@ -690,8 +690,8 @@ -abstract PositionedByteRange -AbstractPositionedByteRange.deepCopy()  +PositionedByteRange +SimplePositionedByteRange.deepCopy()  PositionedByteRange @@ -702,8 +702,8 @@ SimplePositionedMutableByteRange.deepCopy()  -PositionedByteRange -SimplePositionedByteRange.deepCopy()  +abstract PositionedByteRange +AbstractPositionedByteRange.deepCopy()  (package private) PositionedByteRange @@ -713,21 +713,15 @@ PositionedByteRange -AbstractPositionedByteRange.get(byte[] dst)  - - -PositionedByteRange PositionedByteRange.get(byte[] dst)
Fill dst with bytes from the range, starting from position.
- + PositionedByteRange -AbstractPositionedByteRange.get(byte[] dst, - int offset, - int length)  +AbstractPositionedByteRange.get(byte[] dst)  - + PositionedByteRange PositionedByteRange.get(byte[] dst, int offset, @@ -736,9 +730,15 @@ position. + +PositionedByteRange +AbstractPositionedByteRange.get(byte[] dst, + int offset, + int length)  + PositionedByteRange -AbstractPositionedByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst)  @@ -753,12 +753,12 @@ PositionedByteRange -SimplePositionedByteRange.get(int index, +AbstractPositionedByteRange.get(int index, byte[] dst)  PositionedByteRange -AbstractPositionedByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst, int offset, int length)  @@ -779,14 +779,14 @@ PositionedByteRange -SimplePositionedByteRange.get(int index, +AbstractPositionedByteRange.get(int index, byte[] dst, int offset, int length)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(byte val)  +PositionedByteRange +SimplePositionedByteRange.put(byte val)  PositionedByteRange @@ -799,12 +799,12 @@ SimplePositionedMutableByteRange.put(byte val)  -PositionedByteRange -SimplePositionedByteRange.put(byte val)  +abstract PositionedByteRange +AbstractPositionedByteRange.put(byte val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(byte[] val)  +PositionedByteRange +SimplePositionedByteRange.put(byte[] val)  PositionedByteRange @@ -817,12 +817,12 @@ SimplePositionedMutableByteRange.put(byte[] val)  -PositionedByteRange -SimplePositionedByteRange.put(byte[] val)  +abstract PositionedByteRange +AbstractPositionedByteRange.put(byte[] val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(byte[] val, +PositionedByteRange +SimplePositionedByteRange.put(byte[] val, int offset, int length)  @@ -841,14 +841,14 @@ int length)  -PositionedByteRange -SimplePositionedByteRange.put(byte[] val, +abstract PositionedByteRange +AbstractPositionedByteRange.put(byte[] val, int offset, int length)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(int index, +PositionedByteRange +SimplePositionedByteRange.put(int index, byte val)  @@ -862,13 +862,13 @@ byte val)  -PositionedByteRange -SimplePositionedByteRange.put(int index, +abstract PositionedByteRange +AbstractPositionedByteRange.put(int index, byte val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(int index, +PositionedByteRange +SimplePositionedByteRange.put(int index, byte[] val)  @@ -882,13 +882,13 @@ byte[] val)  -PositionedByteRange -SimplePositionedByteRange.put(int index, +abstract PositionedByteRange +AbstractPositionedByteRange.put(int index, byte[] val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(int index, +PositionedByteRange +SimplePositionedByteRange.put(int index, byte[] val, int offset, int length)  @@ -908,15 +908,15 @@ int length)  -PositionedByteRange -SimplePositionedByteRange.put(int index, +abstract PositionedByteRange +AbstractPositionedByteRange.put(int index, byte[] val, int offset, int length)  -abstract PositionedByteRange -AbstractPositionedByteRange.putInt(int val)  +PositionedByteRange +SimplePositionedByteRange.putInt(int val)  PositionedByteRange @@ -929,12 +929,12 @@ SimplePositionedMutableByteRange.putInt(int val)  -PositionedByteRange -SimplePositionedByteRange.putInt(int val)  +abstract PositionedByteRange +AbstractPositionedByteRange.putInt(int val)  -abstract PositionedByteRange -AbstractPositionedByteRange.putInt(int index, +PositionedByteRange +SimplePositionedByteRange.putInt(int index, int val)  @@ -948,13 +948,13 @@ int val)  -PositionedByteRange -SimplePositionedByteRange.