You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/12/07 22:29:40 UTC

[29/51] [partial] hbase-site git commit: Initial import from hbase repo 2dc53cb992915ff7c0402290eb723d9422877985

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/80bb2192/0.94/apidocs/org/apache/hadoop/hbase/KeyValue.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/KeyValue.html b/0.94/apidocs/org/apache/hadoop/hbase/KeyValue.html
new file mode 100644
index 0000000..42c660e
--- /dev/null
+++ b/0.94/apidocs/org/apache/hadoop/hbase/KeyValue.html
@@ -0,0 +1,2530 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>KeyValue (HBase 0.94.27 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="KeyValue (HBase 0.94.27 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/KeyValue.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/InvalidFamilyOperationException.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/hadoop/hbase/KeyValue.html" target="_top">Frames</a></li>
+<li><a href="KeyValue.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:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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 KeyValue" class="title">Class KeyValue</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/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>org.apache.hadoop.hbase.KeyValue</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/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a>, org.apache.hadoop.io.Writable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.67">KeyValue</a>
+extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+implements org.apache.hadoop.io.Writable, <a href="../../../../org/apache/hadoop/hbase/io/HeapSize.html" title="interface in org.apache.hadoop.hbase.io">HeapSize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a></pre>
+<div class="block">An HBase Key/Value.  This is the fundamental HBase Type.
+
+ <p>If being used client-side, the primary methods to access individual fields
+ are <a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getRow()"><code>getRow()</code></a>, <a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getFamily()"><code>getFamily()</code></a>, <a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getQualifier()"><code>getQualifier()</code></a>,
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getTimestamp()"><code>getTimestamp()</code></a>, and <a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getValue()"><code>getValue()</code></a>.  These methods allocate new
+ byte arrays and return copies. Avoid their use server-side.
+
+ <p>Instances of this class are immutable.  They do not implement Comparable
+ but Comparators are provided.  Comparators change with context,
+ whether user table or a catalog table comparison.  Its critical you use the
+ appropriate comparator.  There are Comparators for KeyValue instances and
+ then for just the Key portion of a KeyValue used mostly by <a href="../../../../org/apache/hadoop/hbase/io/hfile/HFile.html" title="class in org.apache.hadoop.hbase.io.hfile"><code>HFile</code></a>.
+
+ <p>KeyValue wraps a byte array and takes offsets and lengths into passed
+ array at where to start interpreting the content as KeyValue.  The KeyValue
+ format inside a byte array is:
+ <code>&lt;keylength> &lt;valuelength> &lt;key> &lt;value></code>
+ Key is further decomposed as:
+ <code>&lt;rowlength> &lt;row> &lt;columnfamilylength> &lt;columnfamily> &lt;columnqualifier> &lt;timestamp> &lt;keytype></code>
+ The <code>rowlength</code> maximum is <code>Short.MAX_SIZE</code>,
+ column family length maximum is
+ <code>Byte.MAX_SIZE</code>, and column qualifier + key length must
+ be < <code>Integer.MAX_SIZE</code>.
+ The column does not contain the family/qualifier delimiter, <a href="../../../../org/apache/hadoop/hbase/KeyValue.html#COLUMN_FAMILY_DELIMITER"><code>COLUMN_FAMILY_DELIMITER</code></a></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>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a></strong></code>
+<div class="block">Compare key portion of a <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KVComparator</a></strong></code>
+<div class="block">Compare KeyValues.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.MetaComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.MetaComparator</a></strong></code>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>.META.</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>s.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.MetaKeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.MetaKeyComparator</a></strong></code>
+<div class="block">Compare key portion of a <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> for keys in <code>.META.</code>
+ table.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.RootComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.RootComparator</a></strong></code>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>-ROOT-</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>s.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.RootKeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.RootKeyComparator</a></strong></code>
+<div class="block">Compare key portion of a <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> for keys in <code>-ROOT-<code>
+ table.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.RowComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.RowComparator</a></strong></code>
+<div class="block">Comparator that compares row component only of a KeyValue.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static interface&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html" title="interface in org.apache.hadoop.hbase">KeyValue.SamePrefixComparator</a>&lt;<a href="../../../../org/apache/hadoop/hbase/KeyValue.SamePrefixComparator.html" title="type parameter in KeyValue.SamePrefixComparator">T</a>&gt;</strong></code>
+<div class="block">Avoids redundant comparisons for better performance.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.SplitKeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue.SplitKeyValue</a></strong></code>
+<div class="block">Utility class that splits a KeyValue buffer into separate byte arrays.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a></strong></code>
+<div class="block">Key type.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#COLUMN_FAMILY_DELIM_ARRAY">COLUMN_FAMILY_DELIM_ARRAY</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static char</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#COLUMN_FAMILY_DELIMITER">COLUMN_FAMILY_DELIMITER</a></strong></code>
+<div class="block">Colon character in UTF-8</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KVComparator</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#COMPARATOR">COMPARATOR</a></strong></code>
+<div class="block">Comparator for plain key/values; i.e.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#FAMILY_LENGTH_SIZE">FAMILY_LENGTH_SIZE</a></strong></code>
+<div class="block">Size of the family length field in bytes</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KEY_COMPARATOR">KEY_COMPARATOR</a></strong></code>
+<div class="block">Comparator for plain key; i.e.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KEY_INFRASTRUCTURE_SIZE">KEY_INFRASTRUCTURE_SIZE</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KEY_LENGTH_SIZE">KEY_LENGTH_SIZE</a></strong></code>
+<div class="block">Size of the key length field in bytes</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KEYVALUE_INFRASTRUCTURE_SIZE">KEYVALUE_INFRASTRUCTURE_SIZE</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#LOWESTKEY">LOWESTKEY</a></strong></code>
+<div class="block">Lowest possible key.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KVComparator</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#META_COMPARATOR">META_COMPARATOR</a></strong></code>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>.META.</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>s.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#META_KEY_COMPARATOR">META_KEY_COMPARATOR</a></strong></code>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>.META.</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> keys.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KVComparator</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#ROOT_COMPARATOR">ROOT_COMPARATOR</a></strong></code>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>-ROOT-</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>s.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#ROOT_KEY_COMPARATOR">ROOT_KEY_COMPARATOR</a></strong></code>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>-ROOT-</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> keys.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#ROW_LENGTH_SIZE">ROW_LENGTH_SIZE</a></strong></code>
+<div class="block">Size of the row length field in bytes</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#ROW_OFFSET">ROW_OFFSET</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#TIMESTAMP_SIZE">TIMESTAMP_SIZE</a></strong></code>
+<div class="block">Size of the timestamp field in bytes</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#TIMESTAMP_TYPE_SIZE">TIMESTAMP_TYPE_SIZE</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#TYPE_SIZE">TYPE_SIZE</a></strong></code>
+<div class="block">Size of the key type field in bytes</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue()">KeyValue</a></strong>()</code>
+<div class="block">Writable Constructor -- DO NOT USE</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[])">KeyValue</a></strong>(byte[]&nbsp;bytes)</code>
+<div class="block">Creates a KeyValue from the start of the specified byte array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20byte[],%20byte[])">KeyValue</a></strong>(byte[]&nbsp;row,
+                byte[]&nbsp;family,
+                byte[]&nbsp;qualifier)</code>
+<div class="block">Constructs KeyValue structure filled with null value.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20byte[],%20byte[],%20byte[])">KeyValue</a></strong>(byte[]&nbsp;row,
+                byte[]&nbsp;family,
+                byte[]&nbsp;qualifier,
+                byte[]&nbsp;value)</code>
+<div class="block">Constructs KeyValue structure filled with null value.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20byte[],%20byte[],%20int,%20int,%20long,%20org.apache.hadoop.hbase.KeyValue.Type,%20byte[],%20int,%20int)">KeyValue</a></strong>(byte[]&nbsp;row,
+                byte[]&nbsp;family,
+                byte[]&nbsp;qualifier,
+                int&nbsp;qoffset,
+                int&nbsp;qlength,
+                long&nbsp;timestamp,
+                <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+                byte[]&nbsp;value,
+                int&nbsp;voffset,
+                int&nbsp;vlength)</code>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20byte[],%20byte[],%20long,%20byte[])">KeyValue</a></strong>(byte[]&nbsp;row,
+                byte[]&nbsp;family,
+                byte[]&nbsp;qualifier,
+                long&nbsp;timestamp,
+                byte[]&nbsp;value)</code>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20byte[],%20byte[],%20long,%20org.apache.hadoop.hbase.KeyValue.Type)">KeyValue</a></strong>(byte[]&nbsp;row,
+                byte[]&nbsp;family,
+                byte[]&nbsp;qualifier,
+                long&nbsp;timestamp,
+                <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type)</code>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20byte[],%20byte[],%20long,%20org.apache.hadoop.hbase.KeyValue.Type,%20byte[])">KeyValue</a></strong>(byte[]&nbsp;row,
+                byte[]&nbsp;family,
+                byte[]&nbsp;qualifier,
+                long&nbsp;timestamp,
+                <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+                byte[]&nbsp;value)</code>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20int)">KeyValue</a></strong>(byte[]&nbsp;bytes,
+                int&nbsp;offset)</code>
+<div class="block">Creates a KeyValue from the specified byte array and offset.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20int,%20int)">KeyValue</a></strong>(byte[]&nbsp;bytes,
+                int&nbsp;offset,
+                int&nbsp;length)</code>
+<div class="block">Creates a KeyValue from the specified byte array, starting at offset, and
+ for length <code>length</code>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20int,%20int,%20byte[],%20int,%20int,%20byte[],%20int,%20int,%20long,%20org.apache.hadoop.hbase.KeyValue.Type,%20byte[],%20int,%20int)">KeyValue</a></strong>(byte[]&nbsp;row,
+                int&nbsp;roffset,
+                int&nbsp;rlength,
+                byte[]&nbsp;family,
+                int&nbsp;foffset,
+                int&nbsp;flength,
+                byte[]&nbsp;qualifier,
+                int&nbsp;qoffset,
+                int&nbsp;qlength,
+                long&nbsp;timestamp,
+                <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+                byte[]&nbsp;value,
+                int&nbsp;voffset,
+                int&nbsp;vlength)</code>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20long)">KeyValue</a></strong>(byte[]&nbsp;row,
+                long&nbsp;timestamp)</code>
+<div class="block">Constructs KeyValue structure filled with null value.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(byte[],%20long,%20org.apache.hadoop.hbase.KeyValue.Type)">KeyValue</a></strong>(byte[]&nbsp;row,
+                long&nbsp;timestamp,
+                <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type)</code>
+<div class="block">Constructs KeyValue structure filled with null value.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#KeyValue(int,%20int,%20int,%20long,%20org.apache.hadoop.hbase.KeyValue.Type,%20int)">KeyValue</a></strong>(int&nbsp;rlength,
+                int&nbsp;flength,
+                int&nbsp;qlength,
+                long&nbsp;timestamp,
+                <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+                int&nbsp;vlength)</code>
+<div class="block">Constructs an empty KeyValue structure, with specified sizes.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#clone()">clone</a></strong>()</code>
+<div class="block">Clones a KeyValue.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstDeleteFamilyOnRow(byte[],%20byte[])">createFirstDeleteFamilyOnRow</a></strong>(byte[]&nbsp;row,
+                                                        byte[]&nbsp;family)</code>
+<div class="block">Create a Delete Family KeyValue for the specified row and family that would
+ be smaller than all other possible Delete Family KeyValues that have the
+ same row and family.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstOnRow(byte[])">createFirstOnRow</a></strong>(byte[]&nbsp;row)</code>
+<div class="block">Create a KeyValue that is smaller than all other possible KeyValues
+ for the given row.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstOnRow(byte[],%20byte[],%20byte[])">createFirstOnRow</a></strong>(byte[]&nbsp;row,
+                                byte[]&nbsp;family,
+                                byte[]&nbsp;qualifier)</code>
+<div class="block">Create a KeyValue for the specified row, family and qualifier that would be
+ smaller than all other possible KeyValues that have the same row,family,qualifier.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstOnRow(byte[],%20byte[],%20byte[],%20long)">createFirstOnRow</a></strong>(byte[]&nbsp;row,
+                                byte[]&nbsp;f,
+                                byte[]&nbsp;q,
+                                long&nbsp;ts)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstOnRow(byte[],%20int,%20int,%20byte[],%20int,%20int,%20byte[],%20int,%20int)">createFirstOnRow</a></strong>(byte[]&nbsp;row,
+                                int&nbsp;roffset,
+                                int&nbsp;rlength,
+                                byte[]&nbsp;family,
+                                int&nbsp;foffset,
+                                int&nbsp;flength,
+                                byte[]&nbsp;qualifier,
+                                int&nbsp;qoffset,
+                                int&nbsp;qlength)</code>
+<div class="block">Create a KeyValue for the specified row, family and qualifier that would be
+ smaller than all other possible KeyValues that have the same row,
+ family, qualifier.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstOnRow(byte[],%20int,%20short)">createFirstOnRow</a></strong>(byte[]&nbsp;row,
+                                int&nbsp;roffset,
+                                short&nbsp;rlength)</code>
+<div class="block">Create a KeyValue that is smaller than all other possible KeyValues
+ for the given row.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstOnRow(byte[],%20long)">createFirstOnRow</a></strong>(byte[]&nbsp;row,
+                                long&nbsp;ts)</code>
+<div class="block">Creates a KeyValue that is smaller than all other KeyValues that
+ are older than the passed timestamp.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createFirstOnRowColTS(long)">createFirstOnRowColTS</a></strong>(long&nbsp;ts)</code>
+<div class="block">Creates the first KV with the row/family/qualifier of this KV and the
+ given timestamp.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createKeyOnly(boolean)">createKeyOnly</a></strong>(boolean&nbsp;lenAsVal)</code>
+<div class="block">Creates a new KeyValue that only contains the key portion (the value is
+ set to be null).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createKeyValueFromKey(byte[])">createKeyValueFromKey</a></strong>(byte[]&nbsp;b)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createKeyValueFromKey(byte[],%20int,%20int)">createKeyValueFromKey</a></strong>(byte[]&nbsp;b,
+                                          int&nbsp;o,
+                                          int&nbsp;l)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createKeyValueFromKey(java.nio.ByteBuffer)">createKeyValueFromKey</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;bb)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createLastOnRow(byte[])">createLastOnRow</a></strong>(byte[]&nbsp;row)</code>
+<div class="block">Creates a KeyValue that is last on the specified row id.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createLastOnRow(byte[],%20int,%20int,%20byte[],%20int,%20int,%20byte[],%20int,%20int)">createLastOnRow</a></strong>(byte[]&nbsp;row,
+                              int&nbsp;roffset,
+                              int&nbsp;rlength,
+                              byte[]&nbsp;family,
+                              int&nbsp;foffset,
+                              int&nbsp;flength,
+                              byte[]&nbsp;qualifier,
+                              int&nbsp;qoffset,
+                              int&nbsp;qlength)</code>
+<div class="block">Create a KeyValue for the specified row, family and qualifier that would be
+ larger than or equal to all other possible KeyValues that have the same
+ row, family, qualifier.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createLastOnRowCol()">createLastOnRowCol</a></strong>()</code>
+<div class="block">Similar to <a href="../../../../org/apache/hadoop/hbase/KeyValue.html#createLastOnRow(byte[],%20int,%20int,%20byte[],%20int,%20int,%20byte[],%20int,%20int)"><code>createLastOnRow(byte[], int, int, byte[], int, int,
+ byte[], int, int)</code></a> but creates the last key on the row/column of this KV
+ (the value part of the returned KV is always empty).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#deepCopy()">deepCopy</a></strong>()</code>
+<div class="block">Creates a deep copy of this KeyValue, re-allocating the buffer.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;other)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getBuffer()">getBuffer</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getDelimiter(byte[],%20int,%20int,%20int)">getDelimiter</a></strong>(byte[]&nbsp;b,
+                        int&nbsp;offset,
+                        int&nbsp;length,
+                        int&nbsp;delimiter)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getDelimiterInReverse(byte[],%20int,%20int,%20int)">getDelimiterInReverse</a></strong>(byte[]&nbsp;b,
+                                          int&nbsp;offset,
+                                          int&nbsp;length,
+                                          int&nbsp;delimiter)</code>
+<div class="block">Find index of passed delimiter walking from end of buffer backwards.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getFamily()">getFamily</a></strong>()</code>
+<div class="block">Primarily for use client-side.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getFamilyDelimiterIndex(byte[],%20int,%20int)">getFamilyDelimiterIndex</a></strong>(byte[]&nbsp;b,
+                                              int&nbsp;offset,
+                                              int&nbsp;length)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getFamilyLength()">getFamilyLength</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getFamilyLength(int)">getFamilyLength</a></strong>(int&nbsp;foffset)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getFamilyOffset()">getFamilyOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getFamilyOffset(int)">getFamilyOffset</a></strong>(int&nbsp;rlength)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getKey()">getKey</a></strong>()</code>
+<div class="block">Do not use unless you have to.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getKeyLength()">getKeyLength</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getKeyOffset()">getKeyOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getKeyString()">getKeyString</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getLength()">getLength</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getMemstoreTS()">getMemstoreTS</a></strong>()</code>
+<div class="block">Here be dragons</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getOffset()">getOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getQualifier()">getQualifier</a></strong>()</code>
+<div class="block">Primarily for use client-side.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getQualifierLength()">getQualifierLength</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getQualifierLength(int,%20int)">getQualifierLength</a></strong>(int&nbsp;rlength,
+                                    int&nbsp;flength)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getQualifierOffset()">getQualifierOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getQualifierOffset(int)">getQualifierOffset</a></strong>(int&nbsp;foffset)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getRow()">getRow</a></strong>()</code>
+<div class="block">Primarily for use client-side.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getRowComparator(byte[])">getRowComparator</a></strong>(byte[]&nbsp;tableName)</code>
+<div class="block">Get the appropriate row comparator for the specified table.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>short</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getRowLength()">getRowLength</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getRowOffset()">getRowOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getTimestamp()">getTimestamp</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getTimestampOffset()">getTimestampOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getTimestampOffset(int)">getTimestampOffset</a></strong>(int&nbsp;keylength)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getTotalColumnLength()">getTotalColumnLength</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getTotalColumnLength(int,%20int)">getTotalColumnLength</a></strong>(int&nbsp;rlength,
+                                        int&nbsp;foffset)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getValue()">getValue</a></strong>()</code>
+<div class="block">Returns value in a new byte array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getValueLength()">getValueLength</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#getValueOffset()">getValueOffset</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#heapSize()">heapSize</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#humanReadableTimestamp(long)">humanReadableTimestamp</a></strong>(long&nbsp;timestamp)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isDelete()">isDelete</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isDelete(byte)">isDelete</a></strong>(byte&nbsp;t)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isDeleteColumnOrFamily()">isDeleteColumnOrFamily</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isDeleteFamily()">isDeleteFamily</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isDeleteType()">isDeleteType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isEmptyColumn()">isEmptyColumn</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isInternal()">isInternal</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#isLatestTimestamp()">isLatestTimestamp</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#keyToString(byte[])">keyToString</a></strong>(byte[]&nbsp;k)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#keyToString(byte[],%20int,%20int)">keyToString</a></strong>(byte[]&nbsp;b,
+                      int&nbsp;o,
+                      int&nbsp;l)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#makeColumn(byte[],%20byte[])">makeColumn</a></strong>(byte[]&nbsp;family,
+                    byte[]&nbsp;qualifier)</code>
+<div class="block">Makes a column in family:qualifier form from separate byte arrays.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingColumn(byte[],%20byte[])">matchingColumn</a></strong>(byte[]&nbsp;family,
+                            byte[]&nbsp;qualifier)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingColumnNoDelimiter(byte[])">matchingColumnNoDelimiter</a></strong>(byte[]&nbsp;column)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingFamily(byte[])">matchingFamily</a></strong>(byte[]&nbsp;family)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingFamily(byte[],%20int,%20int)">matchingFamily</a></strong>(byte[]&nbsp;family,
+                            int&nbsp;offset,
+                            int&nbsp;length)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingFamily(org.apache.hadoop.hbase.KeyValue)">matchingFamily</a></strong>(<a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;other)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingQualifier(byte[])">matchingQualifier</a></strong>(byte[]&nbsp;qualifier)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingQualifier(byte[],%20int,%20int)">matchingQualifier</a></strong>(byte[]&nbsp;qualifier,
+                                  int&nbsp;offset,
+                                  int&nbsp;length)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingQualifier(org.apache.hadoop.hbase.KeyValue)">matchingQualifier</a></strong>(<a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;other)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingRow(byte[])">matchingRow</a></strong>(byte[]&nbsp;row)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingRow(byte[],%20int,%20int)">matchingRow</a></strong>(byte[]&nbsp;row,
+                      int&nbsp;offset,
+                      int&nbsp;length)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#matchingRow(org.apache.hadoop.hbase.KeyValue)">matchingRow</a></strong>(<a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;other)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#nonNullRowAndColumn()">nonNullRowAndColumn</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static byte[][]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#parseColumn(byte[])">parseColumn</a></strong>(byte[]&nbsp;c)</code>
+<div class="block">Splits a column in family:qualifier form into separate byte arrays.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#readFields(java.io.DataInput)">readFields</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#readFields(int,%20java.io.DataInput)">readFields</a></strong>(int&nbsp;length,
+                    <a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</a>&nbsp;in)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#setMemstoreTS(long)">setMemstoreTS</a></strong>(long&nbsp;memstoreTS)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#shallowCopy()">shallowCopy</a></strong>()</code>
+<div class="block">Creates a shallow copy of this KeyValue, reusing the data byte buffer.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/KeyValue.SplitKeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue.SplitKeyValue</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#split()">split</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#toString()">toString</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#toStringMap()">toStringMap</a></strong>()</code>
+<div class="block">Produces a string map for this key/value pair.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#updateLatestStamp(byte[])">updateLatestStamp</a></strong>(byte[]&nbsp;now)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/KeyValue.html#write(java.io.DataOutput)">write</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</a>&nbsp;out)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/docs/api/java/lang/Object.html?is-
 external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="COLUMN_FAMILY_DELIMITER">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>COLUMN_FAMILY_DELIMITER</h4>
+<pre>public static final&nbsp;char <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.75">COLUMN_FAMILY_DELIMITER</a></pre>
+<div class="block">Colon character in UTF-8</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.COLUMN_FAMILY_DELIMITER">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="COLUMN_FAMILY_DELIM_ARRAY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>COLUMN_FAMILY_DELIM_ARRAY</h4>
+<pre>public static final&nbsp;byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.77">COLUMN_FAMILY_DELIM_ARRAY</a></pre>
+</li>
+</ul>
+<a name="COMPARATOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>COMPARATOR</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KVComparator</a> <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.83">COMPARATOR</a></pre>
+<div class="block">Comparator for plain key/values; i.e. non-catalog table key/values.</div>
+</li>
+</ul>
+<a name="KEY_COMPARATOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KEY_COMPARATOR</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a> <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.89">KEY_COMPARATOR</a></pre>
+<div class="block">Comparator for plain key; i.e. non-catalog table key.  Works on Key portion
+ of KeyValue only.</div>
+</li>
+</ul>
+<a name="META_COMPARATOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>META_COMPARATOR</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KVComparator</a> <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.95">META_COMPARATOR</a></pre>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>.META.</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>s.</div>
+</li>
+</ul>
+<a name="META_KEY_COMPARATOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>META_KEY_COMPARATOR</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a> <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.101">META_KEY_COMPARATOR</a></pre>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>.META.</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> keys.</div>
+</li>
+</ul>
+<a name="ROOT_COMPARATOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ROOT_COMPARATOR</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KVComparator</a> <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.107">ROOT_COMPARATOR</a></pre>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>-ROOT-</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a>s.</div>
+</li>
+</ul>
+<a name="ROOT_KEY_COMPARATOR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ROOT_KEY_COMPARATOR</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a> <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.113">ROOT_KEY_COMPARATOR</a></pre>
+<div class="block">A <a href="../../../../org/apache/hadoop/hbase/KeyValue.KVComparator.html" title="class in org.apache.hadoop.hbase"><code>KeyValue.KVComparator</code></a> for <code>-ROOT-</code> catalog table
+ <a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase"><code>KeyValue</code></a> keys.</div>
+</li>
+</ul>
+<a name="KEY_LENGTH_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KEY_LENGTH_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.135">KEY_LENGTH_SIZE</a></pre>
+<div class="block">Size of the key length field in bytes</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.KEY_LENGTH_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="TYPE_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TYPE_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.138">TYPE_SIZE</a></pre>
+<div class="block">Size of the key type field in bytes</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.TYPE_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="ROW_LENGTH_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ROW_LENGTH_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.141">ROW_LENGTH_SIZE</a></pre>
+<div class="block">Size of the row length field in bytes</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.ROW_LENGTH_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="FAMILY_LENGTH_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>FAMILY_LENGTH_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.144">FAMILY_LENGTH_SIZE</a></pre>
+<div class="block">Size of the family length field in bytes</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.FAMILY_LENGTH_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="TIMESTAMP_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TIMESTAMP_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.147">TIMESTAMP_SIZE</a></pre>
+<div class="block">Size of the timestamp field in bytes</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.TIMESTAMP_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="TIMESTAMP_TYPE_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TIMESTAMP_TYPE_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.150">TIMESTAMP_TYPE_SIZE</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.TIMESTAMP_TYPE_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="KEY_INFRASTRUCTURE_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KEY_INFRASTRUCTURE_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.153">KEY_INFRASTRUCTURE_SIZE</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.KEY_INFRASTRUCTURE_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="ROW_OFFSET">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ROW_OFFSET</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.158">ROW_OFFSET</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.ROW_OFFSET">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="KEYVALUE_INFRASTRUCTURE_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KEYVALUE_INFRASTRUCTURE_SIZE</h4>
+<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.163">KEYVALUE_INFRASTRUCTURE_SIZE</a></pre>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.KeyValue.KEYVALUE_INFRASTRUCTURE_SIZE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="LOWESTKEY">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LOWESTKEY</h4>
+<pre>public static final&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a> <a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.212">LOWESTKEY</a></pre>
+<div class="block">Lowest possible key.
+ Makes a Key with highest possible Timestamp, empty row and column.  No
+ key can be equal or lower than this one in memstore or in store file.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="KeyValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.246">KeyValue</a>()</pre>
+<div class="block">Writable Constructor -- DO NOT USE</div>
+</li>
+</ul>
+<a name="KeyValue(byte[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.253">KeyValue</a>(byte[]&nbsp;bytes)</pre>
+<div class="block">Creates a KeyValue from the start of the specified byte array.
+ Presumes <code>bytes</code> content is formatted as a KeyValue blob.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bytes</code> - byte array</dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.264">KeyValue</a>(byte[]&nbsp;bytes,
+        int&nbsp;offset)</pre>
+<div class="block">Creates a KeyValue from the specified byte array and offset.
+ Presumes <code>bytes</code> content starting at <code>offset</code> is
+ formatted as a KeyValue blob.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bytes</code> - byte array</dd><dd><code>offset</code> - offset to start of KeyValue</dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.275">KeyValue</a>(byte[]&nbsp;bytes,
+        int&nbsp;offset,
+        int&nbsp;length)</pre>
+<div class="block">Creates a KeyValue from the specified byte array, starting at offset, and
+ for length <code>length</code>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bytes</code> - byte array</dd><dd><code>offset</code> - offset to start of the KeyValue</dd><dd><code>length</code> - length of the KeyValue</dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.289">KeyValue</a>(byte[]&nbsp;row,
+        long&nbsp;timestamp)</pre>
+<div class="block">Constructs KeyValue structure filled with null value.
+ Sets type to <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html#Maximum"><code>KeyValue.Type.Maximum</code></a></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - - row key (arbitrary byte array)</dd><dd><code>timestamp</code> - </dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], long, org.apache.hadoop.hbase.KeyValue.Type)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.298">KeyValue</a>(byte[]&nbsp;row,
+        long&nbsp;timestamp,
+        <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type)</pre>
+<div class="block">Constructs KeyValue structure filled with null value.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - - row key (arbitrary byte array)</dd><dd><code>timestamp</code> - </dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], byte[], byte[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.309">KeyValue</a>(byte[]&nbsp;row,
+        byte[]&nbsp;family,
+        byte[]&nbsp;qualifier)</pre>
+<div class="block">Constructs KeyValue structure filled with null value.
+ Sets type to <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html#Maximum"><code>KeyValue.Type.Maximum</code></a></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - - row key (arbitrary byte array)</dd><dd><code>family</code> - family name</dd><dd><code>qualifier</code> - column qualifier</dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], byte[], byte[], byte[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.320">KeyValue</a>(byte[]&nbsp;row,
+        byte[]&nbsp;family,
+        byte[]&nbsp;qualifier,
+        byte[]&nbsp;value)</pre>
+<div class="block">Constructs KeyValue structure filled with null value.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - - row key (arbitrary byte array)</dd><dd><code>family</code> - family name</dd><dd><code>qualifier</code> - column qualifier</dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], byte[], byte[], long, org.apache.hadoop.hbase.KeyValue.Type)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.334">KeyValue</a>(byte[]&nbsp;row,
+        byte[]&nbsp;family,
+        byte[]&nbsp;qualifier,
+        long&nbsp;timestamp,
+        <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type)</pre>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - row key</dd><dd><code>family</code> - family name</dd><dd><code>qualifier</code> - column qualifier</dd><dd><code>timestamp</code> - version timestamp</dd><dd><code>type</code> - key type</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], byte[], byte[], long, byte[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.348">KeyValue</a>(byte[]&nbsp;row,
+        byte[]&nbsp;family,
+        byte[]&nbsp;qualifier,
+        long&nbsp;timestamp,
+        byte[]&nbsp;value)</pre>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - row key</dd><dd><code>family</code> - family name</dd><dd><code>qualifier</code> - column qualifier</dd><dd><code>timestamp</code> - version timestamp</dd><dd><code>value</code> - column value</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], byte[], byte[], long, org.apache.hadoop.hbase.KeyValue.Type, byte[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.363">KeyValue</a>(byte[]&nbsp;row,
+        byte[]&nbsp;family,
+        byte[]&nbsp;qualifier,
+        long&nbsp;timestamp,
+        <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+        byte[]&nbsp;value)</pre>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - row key</dd><dd><code>family</code> - family name</dd><dd><code>qualifier</code> - column qualifier</dd><dd><code>timestamp</code> - version timestamp</dd><dd><code>type</code> - key type</dd><dd><code>value</code> - column value</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], byte[], byte[], int, int, long, org.apache.hadoop.hbase.KeyValue.Type, byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.384">KeyValue</a>(byte[]&nbsp;row,
+        byte[]&nbsp;family,
+        byte[]&nbsp;qualifier,
+        int&nbsp;qoffset,
+        int&nbsp;qlength,
+        long&nbsp;timestamp,
+        <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+        byte[]&nbsp;value,
+        int&nbsp;voffset,
+        int&nbsp;vlength)</pre>
+<div class="block">Constructs KeyValue structure filled with specified values.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - row key</dd><dd><code>family</code> - family name</dd><dd><code>qualifier</code> - column qualifier</dd><dd><code>qoffset</code> - qualifier offset</dd><dd><code>qlength</code> - qualifier length</dd><dd><code>timestamp</code> - version timestamp</dd><dd><code>type</code> - key type</dd><dd><code>value</code> - column value</dd><dd><code>voffset</code> - value offset</dd><dd><code>vlength</code> - value length</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl>
+</li>
+</ul>
+<a name="KeyValue(byte[], int, int, byte[], int, int, byte[], int, int, long, org.apache.hadoop.hbase.KeyValue.Type, byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.413">KeyValue</a>(byte[]&nbsp;row,
+        int&nbsp;roffset,
+        int&nbsp;rlength,
+        byte[]&nbsp;family,
+        int&nbsp;foffset,
+        int&nbsp;flength,
+        byte[]&nbsp;qualifier,
+        int&nbsp;qoffset,
+        int&nbsp;qlength,
+        long&nbsp;timestamp,
+        <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+        byte[]&nbsp;value,
+        int&nbsp;voffset,
+        int&nbsp;vlength)</pre>
+<div class="block">Constructs KeyValue structure filled with specified values.
+ <p>
+ Column is split into two fields, family and qualifier.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - row key</dd><dd><code>roffset</code> - row offset</dd><dd><code>rlength</code> - row length</dd><dd><code>family</code> - family name</dd><dd><code>foffset</code> - family offset</dd><dd><code>flength</code> - family length</dd><dd><code>qualifier</code> - column qualifier</dd><dd><code>qoffset</code> - qualifier offset</dd><dd><code>qlength</code> - qualifier length</dd><dd><code>timestamp</code> - version timestamp</dd><dd><code>type</code> - key type</dd><dd><code>value</code> - column value</dd><dd><code>voffset</code> - value offset</dd><dd><code>vlength</code> - value length</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl>
+</li>
+</ul>
+<a name="KeyValue(int, int, int, long, org.apache.hadoop.hbase.KeyValue.Type, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>KeyValue</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.438">KeyValue</a>(int&nbsp;rlength,
+        int&nbsp;flength,
+        int&nbsp;qlength,
+        long&nbsp;timestamp,
+        <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html" title="enum in org.apache.hadoop.hbase">KeyValue.Type</a>&nbsp;type,
+        int&nbsp;vlength)</pre>
+<div class="block">Constructs an empty KeyValue structure, with specified sizes.
+ This can be used to partially fill up KeyValues.
+ <p>
+ Column is split into two fields, family and qualifier.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rlength</code> - row length</dd><dd><code>flength</code> - family length</dd><dd><code>qlength</code> - qualifier length</dd><dd><code>timestamp</code> - version timestamp</dd><dd><code>type</code> - key type</dd><dd><code>vlength</code> - value length</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getRowComparator(byte[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRowComparator</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.KeyComparator.html" title="class in org.apache.hadoop.hbase">KeyValue.KeyComparator</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.124">getRowComparator</a>(byte[]&nbsp;tableName)</pre>
+<div class="block">Get the appropriate row comparator for the specified table.
+
+ Hopefully we can get rid of this, I added this here because it's replacing
+ something in HSK.  We should move completely off of that.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - The table name.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The comparator.</dd></dl>
+</li>
+</ul>
+<a name="isDelete(byte)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDelete</h4>
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.224">isDelete</a>(byte&nbsp;t)</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>True if a delete type, a <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html#Delete"><code>KeyValue.Type.Delete</code></a> or
+ a {KeyValue.Type#DeleteFamily} or a <a href="../../../../org/apache/hadoop/hbase/KeyValue.Type.html#DeleteColumn"><code>KeyValue.Type.DeleteColumn</code></a>
+ KeyValue type.</dd></dl>
+</li>
+</ul>
+<a name="getMemstoreTS()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMemstoreTS</h4>
+<pre>public&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.231">getMemstoreTS</a>()</pre>
+<div class="block">Here be dragons</div>
+</li>
+</ul>
+<a name="setMemstoreTS(long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMemstoreTS</h4>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.235">setMemstoreTS</a>(long&nbsp;memstoreTS)</pre>
+</li>
+</ul>
+<a name="equals(java.lang.Object)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.621">equals</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;other)</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="hashCode()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.633">hashCode</a>()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="clone()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>clone</h4>
+<pre>public&nbsp;<a href="../../../../org/apache/hadoop/hbase/KeyValue.html" title="class in org.apache.hadoop.hbase">KeyValue</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/KeyValue.html#line.653">clone</a>()</pre>
+<div class="block">Clones a KeyValue.  This creates a copy, re-allocating the buffer.</div>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in j

<TRUNCATED>