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 2120E200C48 for ; Thu, 6 Apr 2017 14:27:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1FC88160BA4; Thu, 6 Apr 2017 12:27:28 +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 B93A7160B84 for ; Thu, 6 Apr 2017 14:27:25 +0200 (CEST) Received: (qmail 19512 invoked by uid 500); 6 Apr 2017 12:27:24 -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 18868 invoked by uid 99); 6 Apr 2017 12:27:23 -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, 06 Apr 2017 12:27:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F7D1E8E71; Thu, 6 Apr 2017 12:27:23 +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: Thu, 06 Apr 2017 12:27:28 -0000 Message-Id: In-Reply-To: <87596648a68549ef9caa80d9786d22da@git.apache.org> References: <87596648a68549ef9caa80d9786d22da@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/50] hbase-site git commit: Published site at d7e3116a1744057359ca48d94aa50d7fdf0db974. archived-at: Thu, 06 Apr 2017 12:27:28 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/717c7c12/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 b705301..581ba48 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 @@ -Object[] -Struct.decode(PositionedByteRange src)  +T +FixedLengthWrapper.decode(PositionedByteRange src)  -Byte -RawByte.decode(PositionedByteRange src)  +Short +OrderedInt16.decode(PositionedByteRange src)  -byte[] -OrderedBlob.decode(PositionedByteRange src)  +Long +RawLong.decode(PositionedByteRange src)  -Short -OrderedInt16.decode(PositionedByteRange src)  +Number +OrderedNumeric.decode(PositionedByteRange src)  -Integer -RawInteger.decode(PositionedByteRange src)  +byte[] +OrderedBlob.decode(PositionedByteRange src)  -T -TerminatedWrapper.decode(PositionedByteRange src)  +Byte +OrderedInt8.decode(PositionedByteRange src)  -T -FixedLengthWrapper.decode(PositionedByteRange src)  +Long +OrderedInt64.decode(PositionedByteRange src)  -Double -RawDouble.decode(PositionedByteRange src)  +Byte +RawByte.decode(PositionedByteRange src)  String RawString.decode(PositionedByteRange src)  -T -DataType.decode(PositionedByteRange src) -
Read an instance of T from the buffer src.
- +Object[] +Struct.decode(PositionedByteRange src)  -Long -OrderedInt64.decode(PositionedByteRange src)  +Short +RawShort.decode(PositionedByteRange src)  byte[] OrderedBlobVar.decode(PositionedByteRange src)  -Number -OrderedNumeric.decode(PositionedByteRange src)  +Float +OrderedFloat32.decode(PositionedByteRange src)  -Short -RawShort.decode(PositionedByteRange src)  +Double +OrderedFloat64.decode(PositionedByteRange src)  -Long -RawLong.decode(PositionedByteRange src)  +T +DataType.decode(PositionedByteRange src) +
Read an instance of T from the buffer src.
+ -byte[] -RawBytes.decode(PositionedByteRange src)  +Float +RawFloat.decode(PositionedByteRange src)  +T +TerminatedWrapper.decode(PositionedByteRange src)  + + Integer OrderedInt32.decode(PositionedByteRange src)  - + String OrderedString.decode(PositionedByteRange src)  - -Float -RawFloat.decode(PositionedByteRange src)  - -Byte -OrderedInt8.decode(PositionedByteRange src)  +byte[] +RawBytes.decode(PositionedByteRange src)  -Float -OrderedFloat32.decode(PositionedByteRange src)  +Integer +RawInteger.decode(PositionedByteRange src)  Double -OrderedFloat64.decode(PositionedByteRange src)  +RawDouble.decode(PositionedByteRange src)  org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell PBCell.decode(PositionedByteRange 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.
@@ -232,10 +232,10 @@ -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.
@@ -301,13 +301,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.
@@ -319,12 +319,12 @@ int -RawByte.encode(PositionedByteRange dst, +OrderedInt8.encode(PositionedByteRange dst, Byte val)  int -OrderedInt8.encode(PositionedByteRange dst, +RawByte.encode(PositionedByteRange dst, Byte val)  @@ -344,12 +344,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.
@@ -364,11 +363,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.
@@ -396,42 +396,42 @@ int -RawDouble.encode(PositionedByteRange dst, +OrderedFloat64.encode(PositionedByteRange dst, Double val)  int -OrderedFloat64.encode(PositionedByteRange dst, +RawDouble.encode(PositionedByteRange dst, Double val)  int -RawFloat.encode(PositionedByteRange dst, +OrderedFloat32.encode(PositionedByteRange dst, Float val)  int -OrderedFloat32.encode(PositionedByteRange dst, +RawFloat.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)  @@ -466,23 +466,23 @@ int -TerminatedWrapper.encode(PositionedByteRange dst, - T val) -
Write instance val into buffer dst.
- - - -int FixedLengthWrapper.encode(PositionedByteRange dst, T val)  - + int DataType.encode(PositionedByteRange dst, T val)
Write instance val into buffer dst.
+ +int +TerminatedWrapper.encode(PositionedByteRange dst, + T val) +
Write instance val into buffer dst.
+ + int OrderedInt8.encodeByte(PositionedByteRange dst, @@ -520,14 +520,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.
@@ -559,59 +559,59 @@ int -Struct.skip(PositionedByteRange src)  +OrderedBytesBase.skip(PositionedByteRange src)  int -RawByte.skip(PositionedByteRange src)  +FixedLengthWrapper.skip(PositionedByteRange src)  int -OrderedBytesBase.skip(PositionedByteRange src)  +RawLong.skip(PositionedByteRange src)  int -RawInteger.skip(PositionedByteRange src)  +RawByte.skip(PositionedByteRange src)  int -TerminatedWrapper.skip(PositionedByteRange src) -
Skip src's position forward over one encoded value.
- +RawString.skip(PositionedByteRange src)  int -FixedLengthWrapper.skip(PositionedByteRange src)  +Struct.skip(PositionedByteRange src)  int -RawDouble.skip(PositionedByteRange src)  +RawShort.skip(PositionedByteRange src)  int -RawString.skip(PositionedByteRange src)  - - -int DataType.skip(PositionedByteRange src)
Skip src's position forward over one encoded value.
+ +int +RawFloat.skip(PositionedByteRange src)  + int -RawShort.skip(PositionedByteRange src)  +TerminatedWrapper.skip(PositionedByteRange src) +
Skip src's position forward over one encoded value.
+ int -RawLong.skip(PositionedByteRange src)  +RawBytes.skip(PositionedByteRange src)  int -RawBytes.skip(PositionedByteRange src)  +RawInteger.skip(PositionedByteRange src)  int -RawFloat.skip(PositionedByteRange src)  +RawDouble.skip(PositionedByteRange src)  int @@ -690,8 +690,8 @@ -PositionedByteRange -SimplePositionedByteRange.deepCopy()  +abstract PositionedByteRange +AbstractPositionedByteRange.deepCopy()  PositionedByteRange @@ -702,8 +702,8 @@ SimplePositionedMutableByteRange.deepCopy()  -abstract PositionedByteRange -AbstractPositionedByteRange.deepCopy()  +PositionedByteRange +SimplePositionedByteRange.deepCopy()  (package private) PositionedByteRange @@ -713,15 +713,21 @@ 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)  +AbstractPositionedByteRange.get(byte[] dst, + int offset, + int length)  - + PositionedByteRange PositionedByteRange.get(byte[] dst, int offset, @@ -730,15 +736,9 @@ position. - -PositionedByteRange -AbstractPositionedByteRange.get(byte[] dst, - int offset, - int length)  - PositionedByteRange -SimplePositionedByteRange.get(int index, +AbstractPositionedByteRange.get(int index, byte[] dst)  @@ -753,12 +753,12 @@ PositionedByteRange -AbstractPositionedByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst)  PositionedByteRange -SimplePositionedByteRange.get(int index, +AbstractPositionedByteRange.get(int index, byte[] dst, int offset, int length)  @@ -779,14 +779,14 @@ PositionedByteRange -AbstractPositionedByteRange.get(int index, +SimplePositionedByteRange.get(int index, byte[] dst, int offset, int length)  -PositionedByteRange -SimplePositionedByteRange.put(byte val)  +abstract PositionedByteRange +AbstractPositionedByteRange.put(byte val)  PositionedByteRange @@ -799,12 +799,12 @@ SimplePositionedMutableByteRange.put(byte val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(byte val)  +PositionedByteRange +SimplePositionedByteRange.put(byte val)  -PositionedByteRange -SimplePositionedByteRange.put(byte[] val)  +abstract PositionedByteRange +AbstractPositionedByteRange.put(byte[] val)  PositionedByteRange @@ -817,12 +817,12 @@ SimplePositionedMutableByteRange.put(byte[] val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(byte[] val)  +PositionedByteRange +SimplePositionedByteRange.put(byte[] val)  -PositionedByteRange -SimplePositionedByteRange.put(byte[] val, +abstract PositionedByteRange +AbstractPositionedByteRange.put(byte[] val, int offset, int length)  @@ -841,14 +841,14 @@ int length)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(byte[] val, +PositionedByteRange +SimplePositionedByteRange.put(byte[] val, int offset, int length)  -PositionedByteRange -SimplePositionedByteRange.put(int index, +abstract PositionedByteRange +AbstractPositionedByteRange.put(int index, byte val)  @@ -862,13 +862,13 @@ byte val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(int index, +PositionedByteRange +SimplePositionedByteRange.put(int index, byte val)  -PositionedByteRange -SimplePositionedByteRange.put(int index, +abstract PositionedByteRange +AbstractPositionedByteRange.put(int index, byte[] val)  @@ -882,13 +882,13 @@ byte[] val)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(int index, +PositionedByteRange +SimplePositionedByteRange.put(int index, byte[] val)  -PositionedByteRange -SimplePositionedByteRange.put(int index, +abstract PositionedByteRange +AbstractPositionedByteRange.put(int index, byte[] val, int offset, int length)  @@ -908,15 +908,15 @@ int length)  -abstract PositionedByteRange -AbstractPositionedByteRange.put(int index, +PositionedByteRange +SimplePositionedByteRange.put(int index, byte[] val, int offset, int length)  -PositionedByteRange -SimplePositionedByteRange.putInt(int val)  +abstract PositionedByteRange +AbstractPositionedByteRange.putInt(int val)  PositionedByteRange @@ -929,12 +929,12 @@ SimplePositionedMutableByteRange.putInt(int val)  -abstract PositionedByteRange -AbstractPositionedByteRange.putInt(int val)  +PositionedByteRange +SimplePositionedByteRange.putInt(int val)  -PositionedByteRange -SimplePositionedByteRange.putInt(int index, +abstract PositionedByteRange +AbstractPositionedByteRange.putInt(int index, int val)  @@ -948,13 +948,13 @@ int val)  -abstract PositionedByteRange -AbstractPositionedByteRange.putInt(int index, +PositionedByteRange +SimplePositionedByteRange.putInt(int index, int val)  -PositionedByteRange -SimplePositionedByteRange.