http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dad9a249/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyValue.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyValue.html b/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyValue.html index 53c88da..0015ad3 100644 --- a/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyValue.html +++ b/devapidocs/org/apache/hadoop/hbase/ByteBufferKeyValue.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>@InterfaceAudience.Private -public class <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.36">ByteBufferKeyValue</a> +public class <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.42">ByteBufferKeyValue</a> extends <a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a> implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></pre> <div class="block">This Cell is an implementation of <a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase"><code>ByteBufferCell</code></a> where the data resides in @@ -134,6 +134,21 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.hadoop.hbase.Cell"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.<a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></h3> +<code><a href="../../../../org/apache/hadoop/hbase/Cell.DataType.html" title="enum in org.apache.hadoop.hbase">Cell.DataType</a></code></li> +</ul> +</li> +</ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> @@ -343,107 +358,119 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getSerializedSize-boolean-">getSerializedSize</a></span>(boolean withTags)</code> </td> </tr> <tr id="i27" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTag-byte-">getTag</a></span>(byte type)</code> +<div class="block">Returns the specific tag of the given type</div> +</td> +</tr> +<tr id="i28" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTags--">getTags</a></span>()</code> +<div class="block">Creates a list of tags in the current cell</div> +</td> +</tr> +<tr id="i29" class="rowColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTagsArray--">getTagsArray</a></span>()</code> <div class="block">Contiguous raw bytes representing tags that may start at any index in the containing array.</div> </td> </tr> -<tr id="i28" class="altColor"> +<tr id="i30" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTagsByteBuffer--">getTagsByteBuffer</a></span>()</code> </td> </tr> -<tr id="i29" class="rowColor"> +<tr id="i31" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTagsLength--">getTagsLength</a></span>()</code> <div class="block">HBase internally uses 2 bytes to store tags length in Cell.</div> </td> </tr> -<tr id="i30" class="altColor"> +<tr id="i32" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTagsOffset--">getTagsOffset</a></span>()</code> </td> </tr> -<tr id="i31" class="rowColor"> +<tr id="i33" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTagsPosition--">getTagsPosition</a></span>()</code> </td> </tr> -<tr id="i32" class="altColor"> +<tr id="i34" class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTimestamp--">getTimestamp</a></span>()</code> </td> </tr> -<tr id="i33" class="rowColor"> +<tr id="i35" class="rowColor"> <td class="colFirst"><code>private int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTimestampOffset--">getTimestampOffset</a></span>()</code> </td> </tr> -<tr id="i34" class="altColor"> +<tr id="i36" class="altColor"> <td class="colFirst"><code>private int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTimestampOffset-int-">getTimestampOffset</a></span>(int keyLen)</code> </td> </tr> -<tr id="i35" class="rowColor"> +<tr id="i37" class="rowColor"> <td class="colFirst"><code>byte</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getTypeByte--">getTypeByte</a></span>()</code> </td> </tr> -<tr id="i36" class="altColor"> +<tr id="i38" class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getValueArray--">getValueArray</a></span>()</code> <div class="block">Contiguous raw bytes that may start at any index in the containing array.</div> </td> </tr> -<tr id="i37" class="rowColor"> +<tr id="i39" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getValueByteBuffer--">getValueByteBuffer</a></span>()</code> </td> </tr> -<tr id="i38" class="altColor"> +<tr id="i40" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getValueLength--">getValueLength</a></span>()</code> </td> </tr> -<tr id="i39" class="rowColor"> +<tr id="i41" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getValueOffset--">getValueOffset</a></span>()</code> </td> </tr> -<tr id="i40" class="altColor"> +<tr id="i42" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#getValuePosition--">getValuePosition</a></span>()</code> </td> </tr> -<tr id="i41" class="rowColor"> +<tr id="i43" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#hashCode--">hashCode</a></span>()</code> <div class="block">In line with <a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#equals-java.lang.Object-"><code>equals(Object)</code></a>, only uses the key portion, not the value.</div> </td> </tr> -<tr id="i42" class="altColor"> +<tr id="i44" class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#heapSize--">heapSize</a></span>()</code> </td> </tr> -<tr id="i43" class="rowColor"> +<tr id="i45" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#setSequenceId-long-">setSequenceId</a></span>(long seqId)</code> <div class="block">Sets with the given seqId.</div> </td> </tr> -<tr id="i44" class="altColor"> +<tr id="i46" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#setTimestamp-byte:A-">setTimestamp</a></span>(byte[] ts)</code> <div class="block">Sets with the given timestamp.</div> </td> </tr> -<tr id="i45" class="rowColor"> +<tr id="i47" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#setTimestamp-long-">setTimestamp</a></span>(long ts)</code> <div class="block">Sets with the given timestamp.</div> </td> </tr> -<tr id="i46" class="altColor"> +<tr id="i48" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#toString--">toString</a></span>()</code> </td> </tr> -<tr id="i47" class="rowColor"> +<tr id="i49" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#write-java.nio.ByteBuffer-int-">write</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> buf, int offset)</code> <div class="block">Write this Cell into the given buf's offset in a <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div> </td> </tr> -<tr id="i48" class="altColor"> +<tr id="i50" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#write-java.io.OutputStream-boolean-">write</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a> out, boolean withTags)</code> @@ -463,14 +490,14 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <!-- --> </a> <h3>Methods inherited from interface org.apache.hadoop.hbase.<a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></h3> -<code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getChunkId--">getChunkId</a></code></li> +<code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getChunkId--">getChunkId</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getType--">getType</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.hadoop.hbase.RawCell"> <!-- --> </a> <h3>Methods inherited from interface org.apache.hadoop.hbase.<a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></h3> -<code><a href="../../../../org/apache/hadoop/hbase/RawCell.html#checkForTagsLength-int-">checkForTagsLength</a>, <a href="../../../../org/apache/hadoop/hbase/RawCell.html#cloneTags--">cloneTags</a>, <a href="../../../../org/apache/hadoop/hbase/RawCell.html#getTag-byte-">getTag</a>, <a href="../../../../org/apache/hadoop/hbase/RawCell.html#getTags--">getTags</a></code></li> +<code><a href="../../../../org/apache/hadoop/hbase/RawCell.html#checkForTagsLength-int-">checkForTagsLength</a>, <a href="../../../../org/apache/hadoop/hbase/RawCell.html#cloneTags--">cloneTags</a></code></li> </ul> </li> </ul> @@ -492,7 +519,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>buf</h4> -<pre>protected final <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.38">buf</a></pre> +<pre>protected final <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.44">buf</a></pre> </li> </ul> <a name="offset"> @@ -501,7 +528,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>offset</h4> -<pre>protected final int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.39">offset</a></pre> +<pre>protected final int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.45">offset</a></pre> </li> </ul> <a name="length"> @@ -510,7 +537,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>length</h4> -<pre>protected final int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.40">length</a></pre> +<pre>protected final int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.46">length</a></pre> </li> </ul> <a name="seqId"> @@ -519,7 +546,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>seqId</h4> -<pre>private long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.41">seqId</a></pre> +<pre>private long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.47">seqId</a></pre> </li> </ul> <a name="FIXED_OVERHEAD"> @@ -528,7 +555,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockListLast"> <li class="blockList"> <h4>FIXED_OVERHEAD</h4> -<pre>public static final int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.43">FIXED_OVERHEAD</a></pre> +<pre>public static final int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.49">FIXED_OVERHEAD</a></pre> </li> </ul> </li> @@ -545,7 +572,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>ByteBufferKeyValue</h4> -<pre>public <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.46">ByteBufferKeyValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> buf, +<pre>public <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.52">ByteBufferKeyValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> buf, int offset, int length, long seqId)</pre> @@ -557,7 +584,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockListLast"> <li class="blockList"> <h4>ByteBufferKeyValue</h4> -<pre>public <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.53">ByteBufferKeyValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> buf, +<pre>public <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.59">ByteBufferKeyValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> buf, int offset, int length)</pre> </li> @@ -576,7 +603,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getBuffer</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.60">getBuffer</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.66">getBuffer</a>()</pre> </li> </ul> <a name="getOffset--"> @@ -585,7 +612,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getOffset</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.65">getOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.71">getOffset</a>()</pre> </li> </ul> <a name="getRowArray--"> @@ -594,7 +621,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getRowArray</h4> -<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.70">getRowArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.76">getRowArray</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getRowArray--">Cell</a></code></span></div> <div class="block">Contiguous raw bytes that may start at any index in the containing array. Max length is Short.MAX_VALUE which is 32,767 bytes.</div> @@ -612,7 +639,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getRowOffset</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.75">getRowOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.81">getRowOffset</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getRowOffset--">getRowOffset</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -627,7 +654,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getRowLength</h4> -<pre>public short <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.80">getRowLength</a>()</pre> +<pre>public short <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.86">getRowLength</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getRowLength--">getRowLength</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -642,7 +669,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getRowLen</h4> -<pre>private short <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.84">getRowLen</a>()</pre> +<pre>private short <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.90">getRowLen</a>()</pre> </li> </ul> <a name="getFamilyArray--"> @@ -651,7 +678,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getFamilyArray</h4> -<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.89">getFamilyArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.95">getFamilyArray</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getFamilyArray--">Cell</a></code></span></div> <div class="block">Contiguous bytes composed of legal HDFS filename characters which may start at any index in the containing array. Max length is Byte.MAX_VALUE, which is 127 bytes.</div> @@ -669,7 +696,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getFamilyOffset</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.94">getFamilyOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.100">getFamilyOffset</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getFamilyOffset--">getFamilyOffset</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -684,7 +711,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getFamilyLength</h4> -<pre>public byte <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.99">getFamilyLength</a>()</pre> +<pre>public byte <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.105">getFamilyLength</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getFamilyLength--">getFamilyLength</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -699,7 +726,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getFamilyLengthPosition</h4> -<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.103">getFamilyLengthPosition</a>()</pre> +<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.109">getFamilyLengthPosition</a>()</pre> </li> </ul> <a name="getFamilyLength-int-"> @@ -708,7 +735,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getFamilyLength</h4> -<pre>private byte <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.108">getFamilyLength</a>(int famLenPos)</pre> +<pre>private byte <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.114">getFamilyLength</a>(int famLenPos)</pre> </li> </ul> <a name="getQualifierArray--"> @@ -717,7 +744,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getQualifierArray</h4> -<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.113">getQualifierArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.119">getQualifierArray</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getQualifierArray--">Cell</a></code></span></div> <div class="block">Contiguous raw bytes that may start at any index in the containing array.</div> <dl> @@ -734,7 +761,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getQualifierOffset</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.118">getQualifierOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.124">getQualifierOffset</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getQualifierOffset--">getQualifierOffset</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -749,7 +776,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getQualifierLength</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.123">getQualifierLength</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.129">getQualifierLength</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getQualifierLength--">getQualifierLength</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -764,7 +791,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getQualifierLength</h4> -<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.127">getQualifierLength</a>(int rlength, +<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.133">getQualifierLength</a>(int rlength, int flength)</pre> </li> </ul> @@ -774,7 +801,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTimestamp</h4> -<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.133">getTimestamp</a>()</pre> +<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.139">getTimestamp</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTimestamp--">getTimestamp</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -790,7 +817,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getKeyLen</h4> -<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.138">getKeyLen</a>()</pre> +<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.144">getKeyLen</a>()</pre> </li> </ul> <a name="getTimestampOffset-int-"> @@ -799,7 +826,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTimestampOffset</h4> -<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.142">getTimestampOffset</a>(int keyLen)</pre> +<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.148">getTimestampOffset</a>(int keyLen)</pre> </li> </ul> <a name="getTypeByte--"> @@ -808,10 +835,12 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTypeByte</h4> -<pre>public byte <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.147">getTypeByte</a>()</pre> +<pre>public byte <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.153">getTypeByte</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTypeByte--">getTypeByte</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTypeByte--">getTypeByte</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The byte representation of the KeyValue.TYPE of this cell: one of Put, Delete, etc</dd> </dl> @@ -823,8 +852,8 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getSequenceId</h4> -<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.153">getSequenceId</a>()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getSequenceId--">Cell</a></code></span></div> +<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.159">getSequenceId</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSequenceId--">ExtendedCell</a></code></span></div> <div class="block">A region-specific unique monotonically increasing sequence ID given to each Cell. It always exists for cells in the memstore but is not retained forever. It will be kept for <a href="../../../../org/apache/hadoop/hbase/HConstants.html#KEEP_SEQID_PERIOD"><code>HConstants.KEEP_SEQID_PERIOD</code></a> days, but generally becomes irrelevant after the cell's @@ -832,6 +861,8 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getSequenceId--">getSequenceId</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSequenceId--">getSequenceId</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>seqId (always > 0 if exists), or 0 if it no longer exists</dd> </dl> @@ -843,7 +874,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>setSequenceId</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.158">setSequenceId</a>(long seqId)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.164">setSequenceId</a>(long seqId)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#setSequenceId-long-">ExtendedCell</a></code></span></div> <div class="block">Sets with the given seqId.</div> <dl> @@ -860,7 +891,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getValueArray</h4> -<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.163">getValueArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.169">getValueArray</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getValueArray--">Cell</a></code></span></div> <div class="block">Contiguous raw bytes that may start at any index in the containing array. Max length is Integer.MAX_VALUE which is 2,147,483,647 bytes.</div> @@ -878,7 +909,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getValueOffset</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.168">getValueOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.174">getValueOffset</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getValueOffset--">getValueOffset</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -893,7 +924,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getValueLength</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.173">getValueLength</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.179">getValueLength</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getValueLength--">getValueLength</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> @@ -908,12 +939,14 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTagsArray</h4> -<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.178">getTagsArray</a>()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsArray--">Cell</a></code></span></div> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.184">getTagsArray</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsArray--">ExtendedCell</a></code></span></div> <div class="block">Contiguous raw bytes representing tags that may start at any index in the containing array.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsArray--">getTagsArray</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsArray--">getTagsArray</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the tags byte array</dd> </dl> @@ -925,10 +958,12 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTagsOffset</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.183">getTagsOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.189">getTagsOffset</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsOffset--">getTagsOffset</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsOffset--">getTagsOffset</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the first offset where the tags start in the Cell</dd> </dl> @@ -940,17 +975,18 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTagsLength</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.188">getTagsLength</a>()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsLength--">Cell</a></code></span></div> -<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 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> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.194">getTagsLength</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsLength--">ExtendedCell</a></code></span></div> +<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 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> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/Cell.html#getTagsLength--">getTagsLength</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTagsLength--">getTagsLength</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the total length of the tags in the Cell.</dd> </dl> @@ -962,7 +998,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getRowByteBuffer</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.201">getRowByteBuffer</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.207">getRowByteBuffer</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getRowByteBuffer--">getRowByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -977,7 +1013,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getRowPosition</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.206">getRowPosition</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.212">getRowPosition</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getRowPosition--">getRowPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -992,7 +1028,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getFamilyByteBuffer</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.211">getFamilyByteBuffer</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.217">getFamilyByteBuffer</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getFamilyByteBuffer--">getFamilyByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1007,7 +1043,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getFamilyPosition</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.216">getFamilyPosition</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.222">getFamilyPosition</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getFamilyPosition--">getFamilyPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1022,7 +1058,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getQualifierByteBuffer</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.221">getQualifierByteBuffer</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.227">getQualifierByteBuffer</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getQualifierByteBuffer--">getQualifierByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1037,7 +1073,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getQualifierPosition</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.226">getQualifierPosition</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.232">getQualifierPosition</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getQualifierPosition--">getQualifierPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1052,7 +1088,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getValueByteBuffer</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.231">getValueByteBuffer</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.237">getValueByteBuffer</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getValueByteBuffer--">getValueByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1067,7 +1103,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getValuePosition</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.236">getValuePosition</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.242">getValuePosition</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getValuePosition--">getValuePosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1082,7 +1118,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTagsByteBuffer</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.241">getTagsByteBuffer</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.247">getTagsByteBuffer</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getTagsByteBuffer--">getTagsByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1097,7 +1133,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTagsPosition</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.246">getTagsPosition</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.252">getTagsPosition</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html#getTagsPosition--">getTagsPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a></code></dd> @@ -1112,7 +1148,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>heapSize</h4> -<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.255">heapSize</a>()</pre> +<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.261">heapSize</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html#heapSize--">heapSize</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></code></dd> @@ -1128,7 +1164,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>write</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.263">write</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a> out, +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.269">write</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a> out, boolean withTags) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.io.OutputStream-boolean-">ExtendedCell</a></code></span></div> @@ -1157,7 +1193,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getSerializedSize</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.270">getSerializedSize</a>(boolean withTags)</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.276">getSerializedSize</a>(boolean withTags)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></code></dd> @@ -1179,7 +1215,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>write</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.279">write</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> buf, +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.285">write</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a> buf, int offset)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.nio.ByteBuffer-int-">ExtendedCell</a></code></span></div> <div class="block">Write this Cell into the given buf's offset in a <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> format.</div> @@ -1198,7 +1234,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.284">toString</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.290">toString</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> @@ -1211,7 +1247,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>setTimestamp</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.289">setTimestamp</a>(long ts) +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.295">setTimestamp</a>(long ts) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#setTimestamp-long-">ExtendedCell</a></code></span></div> <div class="block">Sets with the given timestamp.</div> @@ -1231,7 +1267,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>getTimestampOffset</h4> -<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.294">getTimestampOffset</a>()</pre> +<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.300">getTimestampOffset</a>()</pre> </li> </ul> <a name="setTimestamp-byte:A-"> @@ -1240,7 +1276,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>setTimestamp</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.300">setTimestamp</a>(byte[] ts) +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.306">setTimestamp</a>(byte[] ts) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#setTimestamp-byte:A-">ExtendedCell</a></code></span></div> <div class="block">Sets with the given timestamp.</div> @@ -1260,7 +1296,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>deepClone</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.306">deepClone</a>()</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.312">deepClone</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#deepClone--">ExtendedCell</a></code></span></div> <div class="block">Does a deep copy of the contents to a new memory area and returns it as a new cell.</div> <dl> @@ -1277,7 +1313,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.318">equals</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.324">equals</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> <div class="block">Needed doing 'contains' on List. Only compares the key portion, not the value.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -1291,7 +1327,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.329">hashCode</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.335">hashCode</a>()</pre> <div class="block">In line with <a href="../../../../org/apache/hadoop/hbase/ByteBufferKeyValue.html#equals-java.lang.Object-"><code>equals(Object)</code></a>, only uses the key portion, not the value.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -1302,10 +1338,46 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <a name="calculateHashForKey-org.apache.hadoop.hbase.ByteBufferCell-"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>calculateHashForKey</h4> -<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.333">calculateHashForKey</a>(<a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a> cell)</pre> +<pre>private int <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.339">calculateHashForKey</a>(<a href="../../../../org/apache/hadoop/hbase/ByteBufferCell.html" title="class in org.apache.hadoop.hbase">ByteBufferCell</a> cell)</pre> +</li> +</ul> +<a name="getTag-byte-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTag</h4> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a><<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.355">getTag</a>(byte type)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/RawCell.html#getTag-byte-">RawCell</a></code></span></div> +<div class="block">Returns the specific tag of the given type</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/RawCell.html#getTag-byte-">getTag</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>type</code> - the type of the tag</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the specific tag if available or null</dd> +</dl> +</li> +</ul> +<a name="getTags--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getTags</h4> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/ByteBufferKeyValue.html#line.372">getTags</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../org/apache/hadoop/hbase/RawCell.html#getTags--">RawCell</a></code></span></div> +<div class="block">Creates a list of tags in the current cell</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/RawCell.html#getTags--">getTags</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a list of tags</dd> +</dl> </li> </ul> </li>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dad9a249/devapidocs/org/apache/hadoop/hbase/ByteBufferTag.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ByteBufferTag.html b/devapidocs/org/apache/hadoop/hbase/ByteBufferTag.html index dfc6c8a..0a5415f 100644 --- a/devapidocs/org/apache/hadoop/hbase/ByteBufferTag.html +++ b/devapidocs/org/apache/hadoop/hbase/ByteBufferTag.html @@ -238,7 +238,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interfa <!-- --> </a> <h3>Methods inherited from interface org.apache.hadoop.hbase.<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a></h3> -<code><a href="../../../../org/apache/hadoop/hbase/Tag.html#cloneValue-org.apache.hadoop.hbase.Tag-">cloneValue</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#copyValueTo-org.apache.hadoop.hbase.Tag-byte:A-int-">copyValueTo</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#fromList-java.util.List-">fromList</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueAsByte-org.apache.hadoop.hbase.Tag-">getValueAsByte</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueAsLong-org.apache.hadoop.hbase.Tag-">getValueAsLong</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueAsString-org.apache.hadoop.hbase.Tag-">getValueAsString</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#matchingValue-org.apache.hadoop.hbase.Tag-org.apache.hadoop.hbase.Tag-">matchingValue</a></code></li> +<code><a href="../../../../org/apache/hadoop/hbase/Tag.html#cloneValue-org.apache.hadoop.hbase.Tag-">cloneValue</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#copyValueTo-org.apache.hadoop.hbase.Tag-byte:A-int-">copyValueTo</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueAsByte-org.apache.hadoop.hbase.Tag-">getValueAsByte</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueAsLong-org.apache.hadoop.hbase.Tag-">getValueAsLong</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueAsString-org.apache.hadoop.hbase.Tag-">getValueAsString</a>, <a href="../../../../org/apache/hadoop/hbase/Tag.html#matchingValue-org.apache.hadoop.hbase.Tag-org.apache.hadoop.hbase.Tag-">matchingValue</a></code></li> </ul> </li> </ul>
