http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html new file mode 100644 index 0000000..7c46fae --- /dev/null +++ b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html @@ -0,0 +1,909 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>PrivateCellUtil.EmptyByteBufferExtendedCell (Apache HBase 3.0.0-SNAPSHOT API)</title> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="PrivateCellUtil.EmptyByteBufferExtendedCell (Apache HBase 3.0.0-SNAPSHOT API)"; + } + } + 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}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/PrivateCellUtil.EmptyByteBufferExtendedCell.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html" target="_top">Frames</a></li> +<li><a href="PrivateCellUtil.EmptyByteBufferExtendedCell.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.hadoop.hbase</div> +<h2 title="Class PrivateCellUtil.EmptyByteBufferExtendedCell" class="title">Class PrivateCellUtil.EmptyByteBufferExtendedCell</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">org.apache.hadoop.hbase.ByteBufferExtendedCell</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.hadoop.hbase.PrivateCellUtil.EmptyByteBufferExtendedCell</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interface in org.apache.hadoop.hbase">Cell</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a>, <a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a>, <a href="../../../../org/apache/hadoop/hbase/RawCell.html" title="interface in org.apache.hadoop.hbase">RawCell</a></dd> +</dl> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">PrivateCellUtil.FirstOnRowByteBufferExtendedCell</a>, <a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.LastOnRowByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">PrivateCellUtil.LastOnRowByteBufferExtendedCell</a></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.html" title="class in org.apache.hadoop.hbase">PrivateCellUtil</a></dd> +</dl> +<hr> +<br> +<pre>private abstract static class <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.html#line.1399">PrivateCellUtil.EmptyByteBufferExtendedCell</a> +extends <a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></pre> +<div class="block">These cells are used in reseeks/seeks to improve the read performance. They are not real cells + that are returned back to the clients</div> +</li> +</ul> +</div> +<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.Type.html" title="enum in org.apache.hadoop.hbase">Cell.Type</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields.inherited.from.class.org.apache.hadoop.hbase.ExtendedCell"> +<!-- --> +</a> +<h3>Fields 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#CELL_NOT_BASED_ON_CHUNK">CELL_NOT_BASED_ON_CHUNK</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields.inherited.from.class.org.apache.hadoop.hbase.RawCell"> +<!-- --> +</a> +<h3>Fields 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#MAX_TAGS_LENGTH">MAX_TAGS_LENGTH</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colLast" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#EmptyByteBufferExtendedCell--">EmptyByteBufferExtendedCell</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>byte[]</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getFamilyArray--">getFamilyArray</a></span>()</code> +<div class="block">Contiguous bytes composed of legal HDFS filename characters which may start at any index in the + containing array.</div> +</td> +</tr> +<tr id="i1" 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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getFamilyByteBuffer--">getFamilyByteBuffer</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>byte</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getFamilyLength--">getFamilyLength</a></span>()</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getFamilyOffset--">getFamilyOffset</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getFamilyPosition--">getFamilyPosition</a></span>()</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>byte[]</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getQualifierArray--">getQualifierArray</a></span>()</code> +<div class="block">Contiguous raw bytes that may start at any index in the containing array.</div> +</td> +</tr> +<tr id="i6" 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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getQualifierByteBuffer--">getQualifierByteBuffer</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getQualifierLength--">getQualifierLength</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getQualifierOffset--">getQualifierOffset</a></span>()</code> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getQualifierPosition--">getQualifierPosition</a></span>()</code> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>byte[]</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getRowArray--">getRowArray</a></span>()</code> +<div class="block">Contiguous raw bytes that may start at any index in the containing array.</div> +</td> +</tr> +<tr id="i11" 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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getRowByteBuffer--">getRowByteBuffer</a></span>()</code> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getRowLength--">getRowLength</a></span>()</code> </td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getRowOffset--">getRowOffset</a></span>()</code> </td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getRowPosition--">getRowPosition</a></span>()</code> </td> +</tr> +<tr id="i15" class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getSequenceId--">getSequenceId</a></span>()</code> +<div class="block">A region-specific unique monotonically increasing sequence ID given to each Cell.</div> +</td> +</tr> +<tr id="i16" class="altColor"> +<td class="colFirst"><code>byte[]</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.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="i17" 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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getTagsByteBuffer--">getTagsByteBuffer</a></span>()</code> </td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.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="i19" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getTagsOffset--">getTagsOffset</a></span>()</code> </td> +</tr> +<tr id="i20" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getTagsPosition--">getTagsPosition</a></span>()</code> </td> +</tr> +<tr id="i21" class="rowColor"> +<td class="colFirst"><code>byte[]</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.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="i22" 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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getValueByteBuffer--">getValueByteBuffer</a></span>()</code> </td> +</tr> +<tr id="i23" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getValueLength--">getValueLength</a></span>()</code> </td> +</tr> +<tr id="i24" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getValueOffset--">getValueOffset</a></span>()</code> </td> +</tr> +<tr id="i25" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#getValuePosition--">getValuePosition</a></span>()</code> </td> +</tr> +<tr id="i26" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#setSequenceId-long-">setSequenceId</a></span>(long seqId)</code> +<div class="block">Sets with the given seqId.</div> +</td> +</tr> +<tr id="i27" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#setTimestamp-byte:A-">setTimestamp</a></span>(byte[] ts)</code> +<div class="block">Sets with the given timestamp.</div> +</td> +</tr> +<tr id="i28" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#setTimestamp-long-">setTimestamp</a></span>(long ts)</code> +<div class="block">Sets with the given timestamp.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<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></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <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>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.hadoop.hbase.ExtendedCell"> +<!-- --> +</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#deepClone--">deepClone</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getChunkId--">getChunkId</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getSerializedSize-boolean-">getSerializedSize</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getType--">getType</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#getTypeByte--">getTypeByte</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.nio.ByteBuffer-int-">write</a>, <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html#write-java.io.OutputStream-boolean-">write</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> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.hadoop.hbase.Cell"> +<!-- --> +</a> +<h3>Methods 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.html#getTimestamp--">getTimestamp</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.hadoop.hbase.io.HeapSize"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.hadoop.hbase.io.<a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a></h3> +<code><a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html#heapSize--">heapSize</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="EmptyByteBufferExtendedCell--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>EmptyByteBufferExtendedCell</h4> +<pre>private <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1399">EmptyByteBufferExtendedCell</a>()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="setSequenceId-long-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setSequenceId</h4> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1402">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> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>seqId</code> - sequence ID</dd> +</dl> +</li> +</ul> +<a name="setTimestamp-long-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setTimestamp</h4> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1407">setTimestamp</a>(long ts)</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> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ts</code> - timestamp</dd> +</dl> +</li> +</ul> +<a name="setTimestamp-byte:A-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setTimestamp</h4> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1412">setTimestamp</a>(byte[] ts)</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> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ts</code> - buffer containing the timestamp value</dd> +</dl> +</li> +</ul> +<a name="getRowArray--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRowArray</h4> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1417">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> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The array containing the row bytes.</dd> +</dl> +</li> +</ul> +<a name="getRowOffset--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRowOffset</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1422">getRowOffset</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Array index of first row byte</dd> +</dl> +</li> +</ul> +<a name="getRowLength--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRowLength</h4> +<pre>public short <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1427">getRowLength</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Number of row bytes. Must be < rowArray.length - offset.</dd> +</dl> +</li> +</ul> +<a name="getFamilyArray--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFamilyArray</h4> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1432">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> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the array containing the family bytes.</dd> +</dl> +</li> +</ul> +<a name="getFamilyOffset--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFamilyOffset</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1437">getFamilyOffset</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Array index of first family byte</dd> +</dl> +</li> +</ul> +<a name="getFamilyLength--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFamilyLength</h4> +<pre>public byte <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1442">getFamilyLength</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Number of family bytes. Must be < familyArray.length - offset.</dd> +</dl> +</li> +</ul> +<a name="getQualifierArray--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getQualifierArray</h4> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1447">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> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The array containing the qualifier bytes.</dd> +</dl> +</li> +</ul> +<a name="getQualifierOffset--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getQualifierOffset</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1452">getQualifierOffset</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Array index of first qualifier byte</dd> +</dl> +</li> +</ul> +<a name="getQualifierLength--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getQualifierLength</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1457">getQualifierLength</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Number of qualifier bytes. Must be < qualifierArray.length - offset.</dd> +</dl> +</li> +</ul> +<a name="getSequenceId--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSequenceId</h4> +<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1462">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 + row is no longer involved in any operations that require strict consistency.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>seqId (always > 0 if exists), or 0 if it no longer exists</dd> +</dl> +</li> +</ul> +<a name="getValueArray--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getValueArray</h4> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1467">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> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The array containing the value bytes.</dd> +</dl> +</li> +</ul> +<a name="getValueOffset--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getValueOffset</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1472">getValueOffset</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Array index of first value byte</dd> +</dl> +</li> +</ul> +<a name="getValueLength--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getValueLength</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1477">getValueLength</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Number of value bytes. Must be < valueArray.length - offset.</dd> +</dl> +</li> +</ul> +<a name="getTagsArray--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTagsArray</h4> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1482">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="returnLabel">Returns:</span></dt> +<dd>the tags byte array</dd> +</dl> +</li> +</ul> +<a name="getTagsOffset--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTagsOffset</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1487">getTagsOffset</a>()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the first offset where the tags start in the Cell</dd> +</dl> +</li> +</ul> +<a name="getTagsLength--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTagsLength</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1492">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="returnLabel">Returns:</span></dt> +<dd>the total length of the tags in the Cell.</dd> +</dl> +</li> +</ul> +<a name="getRowByteBuffer--"> +<!-- --> +</a> +<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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1497">getRowByteBuffer</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getRowByteBuffer--">getRowByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> containing the row bytes.</dd> +</dl> +</li> +</ul> +<a name="getRowPosition--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRowPosition</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1502">getRowPosition</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getRowPosition--">getRowPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Position in the <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> where row bytes start</dd> +</dl> +</li> +</ul> +<a name="getFamilyByteBuffer--"> +<!-- --> +</a> +<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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1507">getFamilyByteBuffer</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getFamilyByteBuffer--">getFamilyByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> containing the column family bytes.</dd> +</dl> +</li> +</ul> +<a name="getFamilyPosition--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFamilyPosition</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1512">getFamilyPosition</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getFamilyPosition--">getFamilyPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Position in the <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> where column family bytes start</dd> +</dl> +</li> +</ul> +<a name="getQualifierByteBuffer--"> +<!-- --> +</a> +<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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1517">getQualifierByteBuffer</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getQualifierByteBuffer--">getQualifierByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> containing the column qualifier bytes.</dd> +</dl> +</li> +</ul> +<a name="getQualifierPosition--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getQualifierPosition</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1522">getQualifierPosition</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getQualifierPosition--">getQualifierPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Position in the <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> where column qualifier bytes start</dd> +</dl> +</li> +</ul> +<a name="getTagsByteBuffer--"> +<!-- --> +</a> +<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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1527">getTagsByteBuffer</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getTagsByteBuffer--">getTagsByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> containing the tag bytes.</dd> +</dl> +</li> +</ul> +<a name="getTagsPosition--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTagsPosition</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1532">getTagsPosition</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getTagsPosition--">getTagsPosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Position in the <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> where tag bytes start</dd> +</dl> +</li> +</ul> +<a name="getValueByteBuffer--"> +<!-- --> +</a> +<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/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1537">getValueByteBuffer</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getValueByteBuffer--">getValueByteBuffer</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> containing the value bytes.</dd> +</dl> +</li> +</ul> +<a name="getValuePosition--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getValuePosition</h4> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html#line.1542">getValuePosition</a>()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html#getValuePosition--">getValuePosition</a></code> in class <code><a href="../../../../org/apache/hadoop/hbase/ByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase">ByteBufferExtendedCell</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>Position in the <a href="http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> where value bytes start</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/PrivateCellUtil.EmptyByteBufferExtendedCell.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html" target="_top">Frames</a></li> +<li><a href="PrivateCellUtil.EmptyByteBufferExtendedCell.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2007–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d449e87f/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html index 0edc5fd..9c48023 100644 --- a/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html +++ b/devapidocs/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html @@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html" target="_top">Frames</a></li> @@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>private abstract static class <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.html#line.1276">PrivateCellUtil.EmptyCell</a> +<pre>private abstract static class <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.html#line.1297">PrivateCellUtil.EmptyCell</a> extends <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> implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title="interface in org.apache.hadoop.hbase">ExtendedCell</a></pre> <div class="block">These cells are used in reseeks/seeks to improve the read performance. They are not real cells @@ -143,7 +143,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <!-- --> </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> +<code><a href="../../../../org/apache/hadoop/hbase/Cell.Type.html" title="enum in org.apache.hadoop.hbase">Cell.Type</a></code></li> </ul> </li> </ul> @@ -353,7 +353,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockListLast"> <li class="blockList"> <h4>EmptyCell</h4> -<pre>private <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1276">EmptyCell</a>()</pre> +<pre>private <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1297">EmptyCell</a>()</pre> </li> </ul> </li> @@ -370,7 +370,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/PrivateCellUtil.EmptyCell.html#line.1279">setSequenceId</a>(long seqId)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1300">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> @@ -387,7 +387,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/PrivateCellUtil.EmptyCell.html#line.1284">setTimestamp</a>(long ts)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1305">setTimestamp</a>(long ts)</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> <dl> @@ -404,7 +404,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/PrivateCellUtil.EmptyCell.html#line.1289">setTimestamp</a>(byte[] ts)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1310">setTimestamp</a>(byte[] ts)</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> <dl> @@ -421,7 +421,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/PrivateCellUtil.EmptyCell.html#line.1294">getRowArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1315">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> @@ -439,7 +439,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/PrivateCellUtil.EmptyCell.html#line.1299">getRowOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1320">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> @@ -454,7 +454,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/PrivateCellUtil.EmptyCell.html#line.1304">getRowLength</a>()</pre> +<pre>public short <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1325">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> @@ -469,7 +469,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/PrivateCellUtil.EmptyCell.html#line.1309">getFamilyArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1330">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> @@ -487,7 +487,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/PrivateCellUtil.EmptyCell.html#line.1314">getFamilyOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1335">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> @@ -502,7 +502,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/PrivateCellUtil.EmptyCell.html#line.1319">getFamilyLength</a>()</pre> +<pre>public byte <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1340">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> @@ -517,7 +517,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/PrivateCellUtil.EmptyCell.html#line.1324">getQualifierArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1345">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> @@ -534,7 +534,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/PrivateCellUtil.EmptyCell.html#line.1329">getQualifierOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1350">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> @@ -549,7 +549,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/PrivateCellUtil.EmptyCell.html#line.1334">getQualifierLength</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1355">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> @@ -564,7 +564,7 @@ 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/PrivateCellUtil.EmptyCell.html#line.1339">getSequenceId</a>()</pre> +<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1360">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 @@ -586,7 +586,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/PrivateCellUtil.EmptyCell.html#line.1344">getValueArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1365">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> @@ -604,7 +604,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/PrivateCellUtil.EmptyCell.html#line.1349">getValueOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1370">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> @@ -619,7 +619,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/PrivateCellUtil.EmptyCell.html#line.1354">getValueLength</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1375">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> @@ -634,7 +634,7 @@ 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/PrivateCellUtil.EmptyCell.html#line.1359">getTagsArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1380">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> @@ -653,7 +653,7 @@ 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/PrivateCellUtil.EmptyCell.html#line.1364">getTagsOffset</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1385">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> @@ -670,7 +670,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title <ul class="blockListLast"> <li class="blockList"> <h4>getTagsLength</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1369">getTagsLength</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html#line.1390">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 * @@ -715,8 +715,8 @@ implements <a href="../../../../org/apache/hadoop/hbase/ExtendedCell.html" title </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.EmptyByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/hadoop/hbase/PrivateCellUtil.FirstOnRowByteBufferExtendedCell.html" title="class in org.apache.hadoop.hbase"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/hadoop/hbase/PrivateCellUtil.EmptyCell.html" target="_top">Frames</a></li>