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 E3EFF200D3C for ; Tue, 14 Nov 2017 16:20:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E26FB160BF4; Tue, 14 Nov 2017 15:20: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 8F417160C09 for ; Tue, 14 Nov 2017 16:20:42 +0100 (CET) Received: (qmail 68887 invoked by uid 500); 14 Nov 2017 15:20:38 -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 66944 invoked by uid 99); 14 Nov 2017 15:20:37 -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; Tue, 14 Nov 2017 15:20:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DFB4BF5E3C; Tue, 14 Nov 2017 15:20:35 +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: Tue, 14 Nov 2017 15:21:08 -0000 Message-Id: In-Reply-To: <53539bcd7f4347d5808e19f0948c3ac8@git.apache.org> References: <53539bcd7f4347d5808e19f0948c3ac8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [partial] hbase-site git commit: Published site at . archived-at: Tue, 14 Nov 2017 15:20:46 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6607d33c/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html index 3425d77..f909add 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -529,34 +529,34 @@ service. static Cell -CellUtil.createCell(Cell cell, +PrivateCellUtil.createCell(Cell cell, byte[] tags)  static Cell -PrivateCellUtil.createCell(Cell cell, +CellUtil.createCell(Cell cell, byte[] tags)  static Cell -CellUtil.createCell(Cell cell, +PrivateCellUtil.createCell(Cell cell, byte[] value, byte[] tags)  static Cell -PrivateCellUtil.createCell(Cell cell, +CellUtil.createCell(Cell cell, byte[] value, byte[] tags)  static Cell -CellUtil.createCell(Cell cell, +PrivateCellUtil.createCell(Cell cell, List<Tag> tags)  static Cell -PrivateCellUtil.createCell(Cell cell, +CellUtil.createCell(Cell cell, List<Tag> tags)  @@ -739,16 +739,16 @@ service. static byte[] +PrivateCellUtil.cloneTags(Cell cell)  + + +static byte[] CellUtil.cloneTags(Cell cell)
Deprecated. 
As of HBase-2.0. Will be removed in HBase-3.0.
- -static byte[] -PrivateCellUtil.cloneTags(Cell cell)  - static byte[] CellUtil.cloneValue(Cell cell)  @@ -762,6 +762,11 @@ service. int +CellComparatorImpl.compare(Cell a, + Cell b)  + + +int KeyValue.MetaComparator.compare(Cell left, Cell right)
Deprecated. 
@@ -769,7 +774,7 @@ service. table. - + int KeyValue.KVComparator.compare(Cell left, Cell right) @@ -778,11 +783,6 @@ service. rowkey, colfam/qual, timestamp, type, mvcc - -int -CellComparatorImpl.compare(Cell a, - Cell b)  - int CellComparatorImpl.compare(Cell a, @@ -793,27 +793,27 @@ service. static int -CellUtil.compare(CellComparator comparator, +PrivateCellUtil.compare(CellComparator comparator, Cell left, byte[] key, int offset, int length) -
Deprecated.  -
As of HBase-2.0. Will be removed in HBase-3.0
-
+
Used when a cell needs to be compared with a key byte[] such as cases of finding the index from + the index block, bloom keys from the bloom blocks This byte[] is expected to be serialized in + the KeyValue serialization format If the KeyValue (Cell's) serialization format changes this + method cannot be used.
static int -PrivateCellUtil.compare(CellComparator comparator, +CellUtil.compare(CellComparator comparator, Cell left, byte[] key, int offset, int length) -
Used when a cell needs to be compared with a key byte[] such as cases of finding the index from - the index block, bloom keys from the bloom blocks This byte[] is expected to be serialized in - the KeyValue serialization format If the KeyValue (Cell's) serialization format changes this - method cannot be used.
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
@@ -1016,23 +1016,23 @@ service. int -KeyValue.KVComparator.compareRows(Cell left, - Cell right) -
Deprecated. 
-  - - -int CellComparatorImpl.compareRows(Cell left, Cell right)
Compares the rows of the left and right cell.
- + int CellComparatorImpl.MetaCellComparator.compareRows(Cell left, Cell right)  + +int +KeyValue.KVComparator.compareRows(Cell left, + Cell right) +
Deprecated. 
+  + int CellComparator.compareTimestamps(Cell leftCell, @@ -1042,17 +1042,17 @@ service. int -KeyValue.KVComparator.compareTimestamps(Cell left, +CellComparatorImpl.compareTimestamps(Cell left, Cell right) -
Deprecated. 
-  +
Compares cell's timestamps in DESCENDING order.
+ int -CellComparatorImpl.compareTimestamps(Cell left, +KeyValue.KVComparator.compareTimestamps(Cell left, Cell right) -
Compares cell's timestamps in DESCENDING order.
- +
Deprecated. 
static int @@ -1239,34 +1239,34 @@ service. static Cell -CellUtil.createCell(Cell cell, +PrivateCellUtil.createCell(Cell cell, byte[] tags)  static Cell -PrivateCellUtil.createCell(Cell cell, +CellUtil.createCell(Cell cell, byte[] tags)  static Cell -CellUtil.createCell(Cell cell, +PrivateCellUtil.createCell(Cell cell, byte[] value, byte[] tags)  static Cell -PrivateCellUtil.createCell(Cell cell, +CellUtil.createCell(Cell cell, byte[] value, byte[] tags)  static Cell -CellUtil.createCell(Cell cell, +PrivateCellUtil.createCell(Cell cell, List<Tag> tags)  static Cell -PrivateCellUtil.createCell(Cell cell, +CellUtil.createCell(Cell cell, List<Tag> tags)  @@ -1356,153 +1356,153 @@ service. static boolean -CellUtil.equalsIgnoreMvccVersion(Cell a, +PrivateCellUtil.equalsIgnoreMvccVersion(Cell a, Cell b) -
Deprecated.  -
As of HBase-2.0. Will be removed in HBase-3.0
-
+
special case for Cell.equals
static boolean -PrivateCellUtil.equalsIgnoreMvccVersion(Cell a, +CellUtil.equalsIgnoreMvccVersion(Cell a, Cell b) -
special case for Cell.equals
- - - -static long -CellUtil.estimatedHeapSizeOf(Cell cell)
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
As of HBase-2.0. Will be removed in HBase-3.0
- + static long PrivateCellUtil.estimatedHeapSizeOf(Cell cell)
This is an estimate of the heap space occupied by a cell.
- -static int -CellUtil.estimatedSerializedSizeOf(Cell cell) + +static long +CellUtil.estimatedHeapSizeOf(Cell cell)
Deprecated. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + static int PrivateCellUtil.estimatedSerializedSizeOf(Cell cell)
Estimate based on keyvalue's serialization format in the RPC layer.
- + static int -CellUtil.estimatedSerializedSizeOfKey(Cell cell) +CellUtil.estimatedSerializedSizeOf(Cell cell)
Deprecated. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + static int PrivateCellUtil.estimatedSerializedSizeOfKey(Cell cell)
Calculates the serialized key size.
- -static ByteRange -CellUtil.fillFamilyRange(Cell cell, - ByteRange range) + +static int +CellUtil.estimatedSerializedSizeOfKey(Cell cell)
Deprecated.  -
As of HBase-2.0. Will be removed in HBase-3.0.
+
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + static ByteRange PrivateCellUtil.fillFamilyRange(Cell cell, ByteRange range)  - + static ByteRange -CellUtil.fillQualifierRange(Cell cell, - ByteRange range) +CellUtil.fillFamilyRange(Cell cell, + ByteRange range)
Deprecated. 
As of HBase-2.0. Will be removed in HBase-3.0.
- + static ByteRange PrivateCellUtil.fillQualifierRange(Cell cell, ByteRange range)  - + static ByteRange -CellUtil.fillRowRange(Cell cell, - ByteRange range) +CellUtil.fillQualifierRange(Cell cell, + ByteRange range)
Deprecated. 
As of HBase-2.0. Will be removed in HBase-3.0.
- + static ByteRange PrivateCellUtil.fillRowRange(Cell cell, ByteRange range)
ByteRange
- + static ByteRange -CellUtil.fillTagRange(Cell cell, +CellUtil.fillRowRange(Cell cell, ByteRange range)
Deprecated. 
As of HBase-2.0. Will be removed in HBase-3.0.
- + static ByteRange PrivateCellUtil.fillTagRange(Cell cell, ByteRange range)  - + static ByteRange -CellUtil.fillValueRange(Cell cell, - ByteRange range) +CellUtil.fillTagRange(Cell cell, + ByteRange range)
Deprecated. 
As of HBase-2.0. Will be removed in HBase-3.0.
- + static ByteRange PrivateCellUtil.fillValueRange(Cell cell, ByteRange range)  + +static ByteRange +CellUtil.fillValueRange(Cell cell, + ByteRange range) +
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0.
+
+ + static int -CellUtil.findCommonPrefixInFlatKey(Cell c1, +PrivateCellUtil.findCommonPrefixInFlatKey(Cell c1, Cell c2, boolean bypassFamilyCheck, boolean withTsType) -
Deprecated.  -
As of HBase-2.0. Will be removed in HBase-3.0
-
+
Find length of common prefix in keys of the cells, considering key as byte[] if serialized in + KeyValue.
static int -PrivateCellUtil.findCommonPrefixInFlatKey(Cell c1, +CellUtil.findCommonPrefixInFlatKey(Cell c1, Cell c2, boolean bypassFamilyCheck, boolean withTsType) -
Find length of common prefix in keys of the cells, considering key as byte[] if serialized in - KeyValue.
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
@@ -1511,16 +1511,16 @@ service. static byte[] -CellUtil.getCellKeySerializedAsKeyValueKey(Cell cell) -
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0.
-
+PrivateCellUtil.getCellKeySerializedAsKeyValueKey(Cell cell) +
This method exists just to encapsulate how we serialize keys.
static byte[] -PrivateCellUtil.getCellKeySerializedAsKeyValueKey(Cell cell) -
This method exists just to encapsulate how we serialize keys.
+CellUtil.getCellKeySerializedAsKeyValueKey(Cell cell) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
@@ -1544,16 +1544,16 @@ service. static byte -CellUtil.getRowByte(Cell cell, +PrivateCellUtil.getRowByte(Cell cell, int index) -
Deprecated. 
+
misc
static byte -PrivateCellUtil.getRowByte(Cell cell, +CellUtil.getRowByte(Cell cell, int index) -
misc
+
Deprecated. 
@@ -1571,18 +1571,18 @@ service. static Tag -CellUtil.getTag(Cell cell, +PrivateCellUtil.getTag(Cell cell, byte type) -
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0.
-
+
Retrieve Cell's first tag, matching the passed in type
static Tag -PrivateCellUtil.getTag(Cell cell, +CellUtil.getTag(Cell cell, byte type) -
Retrieve Cell's first tag, matching the passed in type
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
@@ -1595,16 +1595,16 @@ service. static List<Tag> +PrivateCellUtil.getTags(Cell cell)  + + +static List<Tag> CellUtil.getTags(Cell cell)
Deprecated. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
- -static List<Tag> -PrivateCellUtil.getTags(Cell cell)  - static byte[] PrivateCellUtil.getTagsArray(Cell cell) @@ -1637,33 +1637,37 @@ service. static ByteBuffer +PrivateCellUtil.getValueBufferShallowCopy(Cell cell)  + + +static ByteBuffer CellUtil.getValueBufferShallowCopy(Cell cell)
Deprecated. 
As of HBase-2.0. Will be removed in 3.0.
- -static ByteBuffer -PrivateCellUtil.getValueBufferShallowCopy(Cell cell)  - static boolean CellUtil.isDelete(Cell cell)  static boolean +PrivateCellUtil.isDeleteColumnOrFamily(Cell cell)  + + +static boolean CellUtil.isDeleteColumnOrFamily(Cell cell)
Deprecated. 
As of release 2.0.0, this will be removed in HBase 3.0.0.
- + static boolean -PrivateCellUtil.isDeleteColumnOrFamily(Cell cell)  +PrivateCellUtil.isDeleteColumns(Cell cell)  - + static boolean CellUtil.isDeleteColumns(Cell cell)
Deprecated.  @@ -1671,11 +1675,11 @@ service.
- + static boolean -PrivateCellUtil.isDeleteColumns(Cell cell)  +PrivateCellUtil.isDeleteColumnVersion(Cell cell)  - + static boolean CellUtil.isDeleteColumnVersion(Cell cell)
Deprecated.  @@ -1683,11 +1687,11 @@ service.
- + static boolean -PrivateCellUtil.isDeleteColumnVersion(Cell cell)  +PrivateCellUtil.isDeleteFamily(Cell cell)  - + static boolean CellUtil.isDeleteFamily(Cell cell)
Deprecated.  @@ -1695,11 +1699,11 @@ service.
- + static boolean -PrivateCellUtil.isDeleteFamily(Cell cell)  +PrivateCellUtil.isDeleteFamilyVersion(Cell cell)  - + static boolean CellUtil.isDeleteFamilyVersion(Cell cell)
Deprecated.  @@ -1707,11 +1711,11 @@ service.
- + static boolean -PrivateCellUtil.isDeleteFamilyVersion(Cell cell)  +PrivateCellUtil.isDeleteType(Cell cell)  - + static boolean CellUtil.isDeleteType(Cell cell)
Deprecated.  @@ -1719,10 +1723,6 @@ service.
- -static boolean -PrivateCellUtil.isDeleteType(Cell cell)  - static boolean CellUtil.isPut(Cell cell)  @@ -1748,27 +1748,27 @@ service. static boolean -CellUtil.matchingColumn(Cell left, +PrivateCellUtil.matchingColumn(Cell left, byte[] fam, int foffset, int flength, byte[] qual, int qoffset, - int qlength) -
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0.
-
- + int qlength)
  static boolean -PrivateCellUtil.matchingColumn(Cell left, +CellUtil.matchingColumn(Cell left, byte[] fam, int foffset, int flength, byte[] qual, int qoffset, - int qlength)  + int qlength) +
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
+ static boolean @@ -1782,6 +1782,13 @@ service. static boolean +PrivateCellUtil.matchingFamily(Cell left, + byte[] buf, + int offset, + int length)  + + +static boolean CellUtil.matchingFamily(Cell left, byte[] buf, int offset, @@ -1791,13 +1798,6 @@ service. - -static boolean -PrivateCellUtil.matchingFamily(Cell left, - byte[] buf, - int offset, - int length)  - static boolean CellUtil.matchingFamily(Cell left, @@ -1813,22 +1813,22 @@ service. static boolean -CellUtil.matchingQualifier(Cell left, +PrivateCellUtil.matchingQualifier(Cell left, byte[] buf, int offset, int length) -
Deprecated.  -
As of release 2.0.0, this will be removed in HBase 3.0.0.
-
+
Finds if the qualifier part of the cell and the KV serialized byte[] are equal
static boolean -PrivateCellUtil.matchingQualifier(Cell left, +CellUtil.matchingQualifier(Cell left, byte[] buf, int offset, int length) -
Finds if the qualifier part of the cell and the KV serialized byte[] are equal
+
Deprecated.  +
As of release 2.0.0, this will be removed in HBase 3.0.0.
+
@@ -1864,17 +1864,17 @@ service. -static boolean -CellUtil.matchingRowColumn(Cell left, +boolean +KeyValue.KVComparator.matchingRowColumn(Cell left, Cell right) +
Deprecated. 
Compares the row and column of two keyvalues for equality
-boolean -KeyValue.KVComparator.matchingRowColumn(Cell left, +static boolean +CellUtil.matchingRowColumn(Cell left, Cell right) -
Deprecated. 
Compares the row and column of two keyvalues for equality
@@ -1896,17 +1896,17 @@ service. int length)
  -static boolean -CellUtil.matchingRows(Cell left, +boolean +KeyValue.KVComparator.matchingRows(Cell left, Cell right) +
Deprecated. 
Compares the row of two keyvalues for equality
-boolean -KeyValue.KVComparator.matchingRows(Cell left, +static boolean +CellUtil.matchingRows(Cell left, Cell right) -
Deprecated. 
Compares the row of two keyvalues for equality
@@ -1926,6 +1926,11 @@ service. static boolean +PrivateCellUtil.matchingType(Cell a, + Cell b)  + + +static boolean CellUtil.matchingType(Cell a, Cell b)
Deprecated.  @@ -1933,11 +1938,6 @@ service.
- -static boolean -PrivateCellUtil.matchingType(Cell a, - Cell b)  - static boolean CellUtil.matchingValue(Cell left, @@ -1950,14 +1950,14 @@ service. static boolean -CellUtil.matchingValue(Cell left, +PrivateCellUtil.