http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b1eb7453/apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 5c6e3ac..51c2573 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -1473,7 +1473,8 @@ <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#cloneTags-org.apache.hadoop.hbase.Cell-">cloneTags(Cell)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> <dd> <div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">As of HBase-2.0. Will be removed in HBase-3.0.</span></div> +<div class="block"><span class="deprecationComment">As of HBase-2.0. Will be removed in HBase-3.0. + Use <code>RawCell.cloneTags()</code></span></div> </div> </dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#cloneValue-org.apache.hadoop.hbase.Cell-">cloneValue(Cell)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> @@ -2589,11 +2590,26 @@ </div> </dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#createCell-org.apache.hadoop.hbase.Cell-java.util.List-">createCell(Cell, List<Tag>)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> -<dd> </dd> +<dd> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0. + Use CP environment to build Cell using <code>ExtendedCellBuilder</code></span></div> +</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#createCell-org.apache.hadoop.hbase.Cell-byte:A-">createCell(Cell, byte[])</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> -<dd> </dd> +<dd> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0. + Use CP environment to build Cell using <code>ExtendedCellBuilder</code></span></div> +</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#createCell-org.apache.hadoop.hbase.Cell-byte:A-byte:A-">createCell(Cell, byte[], byte[])</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> -<dd> </dd> +<dd> +<div class="block"><span class="deprecatedLabel">Deprecated.</span> +<div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0. + Use CP environment to build Cell using <code>ExtendedCellBuilder</code></span></div> +</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#createCellScanner-java.util.List-">createCellScanner(List<? extends CellScannable>)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#createCellScanner-java.lang.Iterable-">createCellScanner(Iterable<Cell>)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> @@ -8235,7 +8251,8 @@ <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#getTag-org.apache.hadoop.hbase.Cell-byte-">getTag(Cell, byte)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> <dd> <div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0.</span></div> +<div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0. + Use <code>RawCell.getTag(byte)</code></span></div> </div> </dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#getTagArray-org.apache.hadoop.hbase.Cell-">getTagArray(Cell)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> @@ -8247,7 +8264,8 @@ <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/CellUtil.html#getTags-org.apache.hadoop.hbase.Cell-">getTags(Cell)</a></span> - Static method in class org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/CellUtil.html" title="class in org.apache.hadoop.hbase">CellUtil</a></dt> <dd> <div class="block"><span class="deprecatedLabel">Deprecated.</span> -<div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0.</span></div> +<div class="block"><span class="deprecationComment">As of release 2.0.0, this will be removed in HBase 3.0.0. + Use <code>RawCell.getTags()</code></span></div> </div> </dd> <dt><span class="memberNameLink"><a href="org/apache/hadoop/hbase/Cell.html#getTagsArray--">getTagsArray()</a></span> - Method in interface org.apache.hadoop.hbase.<a href="org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></dt>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b1eb7453/apidocs/org/apache/hadoop/hbase/Cell.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/hadoop/hbase/Cell.html b/apidocs/org/apache/hadoop/hbase/Cell.html index b6a066f..3fb9ee9 100644 --- a/apidocs/org/apache/hadoop/hbase/Cell.html +++ b/apidocs/org/apache/hadoop/hbase/Cell.html @@ -506,12 +506,13 @@ byte <a href="../../../../src-html/org/apache/hadoop/hbase/Cell.html#line.1 <ul class="blockListLast"> <li class="blockList"> <h4>getTagsLength</h4> -<pre>int <a href="../../../../src-html/org/apache/hadoop/hbase/Cell.html#line.193">getTagsLength</a>()</pre> +<pre>int <a href="../../../../src-html/org/apache/hadoop/hbase/Cell.html#line.194">getTagsLength</a>()</pre> <div class="block">HBase internally uses 2 bytes to store tags length in Cell. As the tags length is always a non-negative number, to make good use of the sign bit, - the max of tags length is defined as <code>TagUtil.MAX_TAGS_LENGTH</code>, which is 2 * Short.MAX_VALUE + 1 = 65535. + the max of tags length is defined 2 * Short.MAX_VALUE + 1 = 65535. As a result, the return type is int, because a short is not capable of handling that. - Please note that even if the return type is int, the max tags length is far less than Integer.MAX_VALUE.</div> + Please note that even if the return type is int, the max tags length is far + less than Integer.MAX_VALUE.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the total length of the tags in the Cell.</dd>