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 2016/01/14 18:24:07 UTC

[03/51] [partial] hbase-site git commit: Published site at c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/devapidocs/org/apache/hadoop/hbase/Tag.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/Tag.html b/devapidocs/org/apache/hadoop/hbase/Tag.html
index 1e6444d..a06207e 100644
--- a/devapidocs/org/apache/hadoop/hbase/Tag.html
+++ b/devapidocs/org/apache/hadoop/hbase/Tag.html
@@ -62,13 +62,13 @@
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li>Constr&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>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
@@ -79,28 +79,27 @@
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.hadoop.hbase</div>
-<h2 title="Class Tag" class="title">Class Tag</h2>
+<h2 title="Interface Tag" class="title">Interface Tag</h2>
 </div>
 <div class="contentContainer">
-<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/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.Tag</li>
-</ul>
-</li>
-</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../org/apache/hadoop/hbase/ArrayBackedTag.html" title="class in org.apache.hadoop.hbase">ArrayBackedTag</a>, <a href="../../../../org/apache/hadoop/hbase/OffheapTag.html" title="class in org.apache.hadoop.hbase">OffheapTag</a></dd>
+</dl>
 <hr>
 <br>
 <pre><a href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
 <a href="../../../../org/apache/hadoop/hbase/classification/InterfaceStability.Evolving.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceStability.Evolving</a>
-public class <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.34">Tag</a>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
-<div class="block">Tags are part of cells and helps to add metadata about the KVs.
- Metadata could be ACLs per cells, visibility labels, etc.</div>
+public interface <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.38">Tag</a></pre>
+<div class="block">Tags are part of cells and helps to add metadata about them.
+ Metadata could be ACLs, visibility labels, etc.
+ <p>
+ Each Tag is having a type (one byte) and value part. The max value length for a Tag is 65533.
+ <p>
+ See <a href="../../../../org/apache/hadoop/hbase/TagType.html" title="class in org.apache.hadoop.hbase"><code>TagType</code></a> for reserved tag types.</div>
 </li>
 </ul>
 </div>
@@ -120,33 +119,17 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>private byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#bytes">bytes</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/Tag.html#INFRASTRUCTURE_SIZE">INFRASTRUCTURE_SIZE</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>private int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#length">length</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/Tag.html#MAX_TAG_LENGTH">MAX_TAG_LENGTH</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>private int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#offset">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/Tag.html#TAG_LENGTH_SIZE">TAG_LENGTH_SIZE</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>private byte</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#type">type</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/Tag.html#TYPE_LENGTH_SIZE">TYPE_LENGTH_SIZE</a></strong></code>&nbsp;</td>
@@ -154,50 +137,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </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/Tag.html#Tag(byte[],%20int)">Tag</a></strong>(byte[]&nbsp;bytes,
-      int&nbsp;offset)</code>
-<div class="block">Creates a Tag from the specified byte array and offset.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#Tag(byte[],%20int,%20int)">Tag</a></strong>(byte[]&nbsp;bytes,
-      int&nbsp;offset,
-      int&nbsp;length)</code>
-<div class="block">Creates a Tag 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/Tag.html#Tag(byte,%20byte[])">Tag</a></strong>(byte&nbsp;tagType,
-      byte[]&nbsp;tag)</code>
-<div class="block">Format for a tag :
- <code>&lt;length of tag - 2 bytes&gt;&lt;type code - 1 byte&gt;&lt;tag&gt;</code> tag length is serialized
- using 2 bytes only but as this will be unsigned, we can have max tag length of
- (Short.MAX_SIZE * 2) +1.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#Tag(byte,%20java.lang.String)">Tag</a></strong>(byte&nbsp;tagType,
-      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tag)</code>
-<div class="block">The special tag will write the length of each tag and that will be
- followed by the type and then the actual tag.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method_summary">
@@ -211,75 +150,32 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase">Tag</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#asList(byte[],%20int,%20int)">asList</a></strong>(byte[]&nbsp;b,
-            int&nbsp;offset,
-            int&nbsp;length)</code>
-<div class="block">Creates the list of tags from the byte array b.</div>
-</td>
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getType()">getType</a></strong>()</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/Tag.html#fromList(java.util.List)">fromList</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;tags)</code>
-<div class="block">Write a list of tags into a byte array</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getBuffer()">getBuffer</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>(package private) int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getLength()">getLength</a></strong>()</code>
-<div class="block">Returns the total length of the entire tag entity</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>private static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getLength(byte[],%20int)">getLength</a></strong>(byte[]&nbsp;bytes,
-                  int&nbsp;offset)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>(package private) int</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getOffset()">getOffset</a></strong>()</code>
-<div class="block">Returns the offset of the entire tag entity</div>
-</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueArray()">getValueArray</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase">Tag</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getTag(byte[],%20int,%20int,%20byte)">getTag</a></strong>(byte[]&nbsp;b,
-            int&nbsp;offset,
-            int&nbsp;length,
-            byte&nbsp;type)</code>
-<div class="block">Retrieve the first tag from the tags byte array matching the passed in tag type</div>
-</td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueByteBuffer()">getValueByteBuffer</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/Tag.html#getTagLength()">getTagLength</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueLength()">getValueLength</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/Tag.html#getTagOffset()">getTagOffset</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueOffset()">getValueOffset</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/Tag.html#getType()">getType</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/Tag.html#getValue()">getValue</a></strong>()</code>
-<div class="block">Returns tag value in a new byte array.</div>
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/Tag.html#hasArray()">hasArray</a></strong>()</code>
+<div class="block">Tells whether or not this Tag is backed by a byte array.</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&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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>
@@ -300,7 +196,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>TYPE_LENGTH_SIZE</h4>
-<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.35">TYPE_LENGTH_SIZE</a></pre>
+<pre>static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.40">TYPE_LENGTH_SIZE</a></pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.Tag.TYPE_LENGTH_SIZE">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -310,7 +206,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>TAG_LENGTH_SIZE</h4>
-<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.36">TAG_LENGTH_SIZE</a></pre>
+<pre>static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.41">TAG_LENGTH_SIZE</a></pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.Tag.TAG_LENGTH_SIZE">Constant Field Values</a></dd></dl>
 </li>
 </ul>
@@ -320,121 +216,20 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>INFRASTRUCTURE_SIZE</h4>
-<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.37">INFRASTRUCTURE_SIZE</a></pre>
+<pre>static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.42">INFRASTRUCTURE_SIZE</a></pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.Tag.INFRASTRUCTURE_SIZE">Constant Field Values</a></dd></dl>
 </li>
 </ul>
 <a name="MAX_TAG_LENGTH">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>MAX_TAG_LENGTH</h4>
-<pre>public static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.38">MAX_TAG_LENGTH</a></pre>
+<pre>static final&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.43">MAX_TAG_LENGTH</a></pre>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.hadoop.hbase.Tag.MAX_TAG_LENGTH">Constant Field Values</a></dd></dl>
 </li>
 </ul>
-<a name="type">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>type</h4>
-<pre>private final&nbsp;byte <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.40">type</a></pre>
-</li>
-</ul>
-<a name="bytes">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>bytes</h4>
-<pre>private final&nbsp;byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.41">bytes</a></pre>
-</li>
-</ul>
-<a name="offset">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>offset</h4>
-<pre>private&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.42">offset</a></pre>
-</li>
-</ul>
-<a name="length">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>length</h4>
-<pre>private&nbsp;int <a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.43">length</a></pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
-<!--   -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="Tag(byte, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>Tag</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.51">Tag</a>(byte&nbsp;tagType,
-   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tag)</pre>
-<div class="block">The special tag will write the length of each tag and that will be
- followed by the type and then the actual tag.
- So every time the length part is parsed we need to add + 1 byte to it to
- get the type and then get the actual tag.</div>
-</li>
-</ul>
-<a name="Tag(byte, byte[])">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>Tag</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.61">Tag</a>(byte&nbsp;tagType,
-   byte[]&nbsp;tag)</pre>
-<div class="block">Format for a tag :
- <code>&lt;length of tag - 2 bytes&gt;&lt;type code - 1 byte&gt;&lt;tag&gt;</code> tag length is serialized
- using 2 bytes only but as this will be unsigned, we can have max tag length of
- (Short.MAX_SIZE * 2) +1. It includes 1 byte type length and actual tag bytes length.</div>
-</li>
-</ul>
-<a name="Tag(byte[], int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>Tag</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.82">Tag</a>(byte[]&nbsp;bytes,
-   int&nbsp;offset)</pre>
-<div class="block">Creates a Tag from the specified byte array and offset. Presumes
- <code>bytes</code> content starting at <code>offset</code> is formatted as
- a Tag blob.
- The bytes to include the tag type, tag length and actual tag bytes.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - offset to start of Tag</dd></dl>
-</li>
-</ul>
-<a name="Tag(byte[], int, int)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>Tag</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.95">Tag</a>(byte[]&nbsp;bytes,
-   int&nbsp;offset,
-   int&nbsp;length)</pre>
-<div class="block">Creates a Tag from the specified byte array, starting at offset, and for length
- <code>length</code>. Presumes <code>bytes</code> content starting at <code>offset</code> is
- formatted as a Tag blob.</div>
-</li>
-</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
@@ -443,130 +238,68 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getLength(byte[], int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getLength</h4>
-<pre>private static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.86">getLength</a>(byte[]&nbsp;bytes,
-            int&nbsp;offset)</pre>
-</li>
-</ul>
-<a name="getBuffer()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getBuffer</h4>
-<pre>public&nbsp;byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.109">getBuffer</a>()</pre>
-<dl><dt><span class="strong">Returns:</span></dt><dd>The byte array backing this Tag.</dd></dl>
-</li>
-</ul>
 <a name="getType()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getType</h4>
-<pre>public&nbsp;byte&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.116">getType</a>()</pre>
+<pre>byte&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.48">getType</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the tag type</dd></dl>
 </li>
 </ul>
-<a name="getTagLength()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTagLength</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.123">getTagLength</a>()</pre>
-<dl><dt><span class="strong">Returns:</span></dt><dd>Length of actual tag bytes within the backed buffer</dd></dl>
-</li>
-</ul>
-<a name="getTagOffset()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getTagOffset</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.130">getTagOffset</a>()</pre>
-<dl><dt><span class="strong">Returns:</span></dt><dd>Offset of actual tag bytes within the backed buffer</dd></dl>
-</li>
-</ul>
-<a name="getValue()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getValue</h4>
-<pre>public&nbsp;byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.141">getValue</a>()</pre>
-<div class="block">Returns tag value in a new byte array.
- Primarily for use client-side. If server-side, use
- <a href="../../../../org/apache/hadoop/hbase/Tag.html#getBuffer()"><code>getBuffer()</code></a> with appropriate <a href="../../../../org/apache/hadoop/hbase/Tag.html#getTagOffset()"><code>getTagOffset()</code></a> and <a href="../../../../org/apache/hadoop/hbase/Tag.html#getTagLength()"><code>getTagLength()</code></a>
- instead to save on allocations.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>tag value in a new byte array.</dd></dl>
-</li>
-</ul>
-<a name="asList(byte[], int, int)">
+<a name="getValueOffset()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>asList</h4>
-<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.156">asList</a>(byte[]&nbsp;b,
-               int&nbsp;offset,
-               int&nbsp;length)</pre>
-<div class="block">Creates the list of tags from the byte array b. Expected that b is in the
- expected tag format</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - </dd><dd><code>offset</code> - </dd><dd><code>length</code> - </dd>
-<dt><span class="strong">Returns:</span></dt><dd>List of tags</dd></dl>
+<h4>getValueOffset</h4>
+<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.53">getValueOffset</a>()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Offset of tag value within the backed buffer</dd></dl>
 </li>
 </ul>
-<a name="fromList(java.util.List)">
+<a name="getValueLength()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>fromList</h4>
-<pre>public static&nbsp;byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.172">fromList</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;tags)</pre>
-<div class="block">Write a list of tags into a byte array</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tags</code> - </dd>
-<dt><span class="strong">Returns:</span></dt><dd>the serialized tag data as bytes</dd></dl>
+<h4>getValueLength</h4>
+<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.58">getValueLength</a>()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Length of tag value within the backed buffer</dd></dl>
 </li>
 </ul>
-<a name="getTag(byte[], int, int, byte)">
+<a name="hasArray()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getTag</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase">Tag</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.194">getTag</a>(byte[]&nbsp;b,
-         int&nbsp;offset,
-         int&nbsp;length,
-         byte&nbsp;type)</pre>
-<div class="block">Retrieve the first tag from the tags byte array matching the passed in tag type</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - </dd><dd><code>offset</code> - </dd><dd><code>length</code> - </dd><dd><code>type</code> - </dd>
-<dt><span class="strong">Returns:</span></dt><dd>null if there is no tag of the passed in tag type</dd></dl>
+<h4>hasArray</h4>
+<pre>boolean&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.64">hasArray</a>()</pre>
+<div class="block">Tells whether or not this Tag is backed by a byte array.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true when this Tag is backed by byte array</dd></dl>
 </li>
 </ul>
-<a name="getLength()">
+<a name="getValueArray()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getLength</h4>
-<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.209">getLength</a>()</pre>
-<div class="block">Returns the total length of the entire tag entity</div>
+<h4>getValueArray</h4>
+<pre>byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.72">getValueArray</a>()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The array containing the value bytes.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</a></code> - when <a href="../../../../org/apache/hadoop/hbase/Tag.html#hasArray()"><code>hasArray()</code></a> return false. Use <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueByteBuffer()"><code>getValueByteBuffer()</code></a> in such
+           situation</dd></dl>
 </li>
 </ul>
-<a name="getOffset()">
+<a name="getValueByteBuffer()">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>getOffset</h4>
-<pre>int&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.216">getOffset</a>()</pre>
-<div class="block">Returns the offset of the entire tag entity</div>
+<h4>getValueByteBuffer</h4>
+<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/Tag.html#line.77">getValueByteBuffer</a>()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The <a href="http://docs.oracle.com/javase/7/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>
 </li>
@@ -622,13 +355,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li>Constr&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>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
@@ -636,6 +369,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/TagRewriteCell.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/TagRewriteCell.html b/devapidocs/org/apache/hadoop/hbase/TagRewriteCell.html
index ef851cb..28bf2e0 100644
--- a/devapidocs/org/apache/hadoop/hbase/TagRewriteCell.html
+++ b/devapidocs/org/apache/hadoop/hbase/TagRewriteCell.html
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/TagType.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -683,7 +683,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/hadoop/hbase/Tag.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/TagType.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -724,6 +724,6 @@ implements <a href="../../../../org/apache/hadoop/hbase/Cell.html" title="interf
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/TagType.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/TagType.html b/devapidocs/org/apache/hadoop/hbase/TagType.html
index 5ccfff6..f302d90 100644
--- a/devapidocs/org/apache/hadoop/hbase/TagType.html
+++ b/devapidocs/org/apache/hadoop/hbase/TagType.html
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/hadoop/hbase/TagRewriteCell.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/hadoop/hbase/UnknownRegionException.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/TagUtil.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/TagType.html" target="_top">Frames</a></li>
@@ -306,7 +306,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/hadoop/hbase/TagRewriteCell.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/hadoop/hbase/UnknownRegionException.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/TagUtil.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/TagType.html" target="_top">Frames</a></li>
@@ -346,6 +346,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/TagUtil.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/TagUtil.html b/devapidocs/org/apache/hadoop/hbase/TagUtil.html
new file mode 100644
index 0000000..fd8294e
--- /dev/null
+++ b/devapidocs/org/apache/hadoop/hbase/TagUtil.html
@@ -0,0 +1,450 @@
+<!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>TagUtil (Apache HBase 2.0.0-SNAPSHOT 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="TagUtil (Apache HBase 2.0.0-SNAPSHOT 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/TagUtil.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/TagType.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/UnknownRegionException.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/TagUtil.html" target="_top">Frames</a></li>
+<li><a href="TagUtil.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>Nested&nbsp;|&nbsp;</li>
+<li>Field&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>Field&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 TagUtil" class="title">Class TagUtil</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/7/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.TagUtil</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre><a href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
+public final class <a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.34">TagUtil</a>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== 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="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><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#TagUtil()">TagUtil</a></strong>()</code>
+<div class="block">Private constructor to keep this class from being instantiated.</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>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#asList(byte[],%20int,%20int)">asList</a></strong>(byte[]&nbsp;b,
+            int&nbsp;offset,
+            int&nbsp;length)</code>
+<div class="block">Creates list of tags from given byte array, expected that it is in the expected tag format.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#asList(java.nio.ByteBuffer,%20int,%20int)">asList</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;b,
+            int&nbsp;offset,
+            int&nbsp;length)</code>
+<div class="block">Creates list of tags from given ByteBuffer, expected that it is in the expected tag format.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#cloneValue(org.apache.hadoop.hbase.Tag)">cloneValue</a></strong>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</code>
+<div class="block">Returns tag value in a new byte array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#copyValueTo(org.apache.hadoop.hbase.Tag,%20byte[],%20int)">copyValueTo</a></strong>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag,
+                      byte[]&nbsp;out,
+                      int&nbsp;offset)</code>
+<div class="block">Copies the tag's value bytes to the given byte array</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static byte[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#fromList(java.util.List)">fromList</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;tags)</code>
+<div class="block">Write a list of tags into a byte array</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static byte</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#getValueAsByte(org.apache.hadoop.hbase.Tag)">getValueAsByte</a></strong>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</code>
+<div class="block">Converts the value bytes of the given tag into a byte value</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#getValueAsLong(org.apache.hadoop.hbase.Tag)">getValueAsLong</a></strong>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</code>
+<div class="block">Converts the value bytes of the given tag into a long value</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/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/TagUtil.html#getValueAsString(org.apache.hadoop.hbase.Tag)">getValueAsString</a></strong>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</code>
+<div class="block">Converts the value bytes of the given tag into a String value</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#matchingValue(org.apache.hadoop.hbase.Tag,%20org.apache.hadoop.hbase.Tag)">matchingValue</a></strong>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;t1,
+                          <a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;t2)</code>
+<div class="block">Matches the value part of given tags</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/hadoop/hbase/util/Pair.html" title="class in org.apache.hadoop.hbase.util">Pair</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TagUtil.html#readVIntValuePart(org.apache.hadoop.hbase.Tag,%20int)">readVIntValuePart</a></strong>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag,
+                                  int&nbsp;offset)</code>
+<div class="block">Reads an int value stored as a VInt at tag's given offset.</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&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="TagUtil()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>TagUtil</h4>
+<pre>private&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.39">TagUtil</a>()</pre>
+<div class="block">Private constructor to keep this class from being instantiated.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="cloneValue(org.apache.hadoop.hbase.Tag)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>cloneValue</h4>
+<pre>public static&nbsp;byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.50">cloneValue</a>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</pre>
+<div class="block">Returns tag value in a new byte array.
+ Primarily for use client-side. If server-side, use
+ <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueArray()"><code>Tag.getValueArray()</code></a> with appropriate <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueOffset()"><code>Tag.getValueOffset()</code></a>
+ and <a href="../../../../org/apache/hadoop/hbase/Tag.html#getValueLength()"><code>Tag.getValueLength()</code></a> instead to save on allocations.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - The Tag whose value to be returned</dd>
+<dt><span class="strong">Returns:</span></dt><dd>tag value in a new byte array.</dd></dl>
+</li>
+</ul>
+<a name="asList(byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>asList</h4>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.70">asList</a>(byte[]&nbsp;b,
+               int&nbsp;offset,
+               int&nbsp;length)</pre>
+<div class="block">Creates list of tags from given byte array, expected that it is in the expected tag format.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - The byte array</dd><dd><code>offset</code> - The offset in array where tag bytes begin</dd><dd><code>length</code> - Total length of all tags bytes</dd>
+<dt><span class="strong">Returns:</span></dt><dd>List of tags</dd></dl>
+</li>
+</ul>
+<a name="asList(java.nio.ByteBuffer, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>asList</h4>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.89">asList</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;b,
+               int&nbsp;offset,
+               int&nbsp;length)</pre>
+<div class="block">Creates list of tags from given ByteBuffer, expected that it is in the expected tag format.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - The ByteBuffer</dd><dd><code>offset</code> - The offset in ByteBuffer where tag bytes begin</dd><dd><code>length</code> - Total length of all tags bytes</dd>
+<dt><span class="strong">Returns:</span></dt><dd>List of tags</dd></dl>
+</li>
+</ul>
+<a name="fromList(java.util.List)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fromList</h4>
+<pre>public static&nbsp;byte[]&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.106">fromList</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&gt;&nbsp;tags)</pre>
+<div class="block">Write a list of tags into a byte array</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tags</code> - The list of tags</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the serialized tag data as bytes</dd></dl>
+</li>
+</ul>
+<a name="getValueAsLong(org.apache.hadoop.hbase.Tag)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueAsLong</h4>
+<pre>public static&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.137">getValueAsLong</a>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</pre>
+<div class="block">Converts the value bytes of the given tag into a long value</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - The Tag</dd>
+<dt><span class="strong">Returns:</span></dt><dd>value as long</dd></dl>
+</li>
+</ul>
+<a name="getValueAsByte(org.apache.hadoop.hbase.Tag)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueAsByte</h4>
+<pre>public static&nbsp;byte&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.149">getValueAsByte</a>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</pre>
+<div class="block">Converts the value bytes of the given tag into a byte value</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - The Tag</dd>
+<dt><span class="strong">Returns:</span></dt><dd>value as byte</dd></dl>
+</li>
+</ul>
+<a name="getValueAsString(org.apache.hadoop.hbase.Tag)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueAsString</h4>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.161">getValueAsString</a>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag)</pre>
+<div class="block">Converts the value bytes of the given tag into a String value</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - The Tag</dd>
+<dt><span class="strong">Returns:</span></dt><dd>value as String</dd></dl>
+</li>
+</ul>
+<a name="matchingValue(org.apache.hadoop.hbase.Tag, org.apache.hadoop.hbase.Tag)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>matchingValue</h4>
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.174">matchingValue</a>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;t1,
+                    <a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;t2)</pre>
+<div class="block">Matches the value part of given tags</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>t1</code> - Tag to match the value</dd><dd><code>t2</code> - Tag to match the value</dd>
+<dt><span class="strong">Returns:</span></dt><dd>True if values of both tags are same.</dd></dl>
+</li>
+</ul>
+<a name="copyValueTo(org.apache.hadoop.hbase.Tag, byte[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>copyValueTo</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.197">copyValueTo</a>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag,
+               byte[]&nbsp;out,
+               int&nbsp;offset)</pre>
+<div class="block">Copies the tag's value bytes to the given byte array</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - The Tag</dd><dd><code>out</code> - The byte array where to copy the Tag value.</dd><dd><code>offset</code> - The offset within 'out' array where to copy the Tag value.</dd></dl>
+</li>
+</ul>
+<a name="readVIntValuePart(org.apache.hadoop.hbase.Tag, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>readVIntValuePart</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/hadoop/hbase/util/Pair.html" title="class in org.apache.hadoop.hbase.util">Pair</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/hadoop/hbase/TagUtil.html#line.213">readVIntValuePart</a>(<a href="../../../../org/apache/hadoop/hbase/Tag.html" title="interface in org.apache.hadoop.hbase">Tag</a>&nbsp;tag,
+                                      int&nbsp;offset)
+                                               throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Reads an int value stored as a VInt at tag's given offset.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tag</code> - The Tag</dd><dd><code>offset</code> - The offset where VInt bytes begin</dd>
+<dt><span class="strong">Returns:</span></dt><dd>A pair of the int value and number of bytes taken to store VInt</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - When varint is malformed and not able to be read correctly</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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/TagUtil.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/TagType.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/UnknownRegionException.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/TagUtil.html" target="_top">Frames</a></li>
+<li><a href="TagUtil.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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&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>Field&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_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/UnknownRegionException.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/UnknownRegionException.html b/devapidocs/org/apache/hadoop/hbase/UnknownRegionException.html
index 4def810..4ceb321 100644
--- a/devapidocs/org/apache/hadoop/hbase/UnknownRegionException.html
+++ b/devapidocs/org/apache/hadoop/hbase/UnknownRegionException.html
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/hadoop/hbase/TagType.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/TagUtil.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/UnknownScannerException.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -264,7 +264,7 @@ extends <a href="../../../../org/apache/hadoop/hbase/client/DoNotRetryRegionExce
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/hadoop/hbase/TagType.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/hadoop/hbase/TagUtil.html" title="class in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../org/apache/hadoop/hbase/UnknownScannerException.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -305,6 +305,6 @@ extends <a href="../../../../org/apache/hadoop/hbase/client/DoNotRetryRegionExce
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/UnknownScannerException.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/UnknownScannerException.html b/devapidocs/org/apache/hadoop/hbase/UnknownScannerException.html
index c3ba33c..b55113a 100644
--- a/devapidocs/org/apache/hadoop/hbase/UnknownScannerException.html
+++ b/devapidocs/org/apache/hadoop/hbase/UnknownScannerException.html
@@ -322,6 +322,6 @@ extends <a href="../../../../org/apache/hadoop/hbase/DoNotRetryIOException.html"
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/VersionAnnotation.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/VersionAnnotation.html b/devapidocs/org/apache/hadoop/hbase/VersionAnnotation.html
index 1bcca26..3abb5d7 100644
--- a/devapidocs/org/apache/hadoop/hbase/VersionAnnotation.html
+++ b/devapidocs/org/apache/hadoop/hbase/VersionAnnotation.html
@@ -285,6 +285,6 @@ public @interface <a href="../../../../src-html/org/apache/hadoop/hbase/VersionA
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/YouAreDeadException.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/YouAreDeadException.html b/devapidocs/org/apache/hadoop/hbase/YouAreDeadException.html
index 605d9f9..a6d3488 100644
--- a/devapidocs/org/apache/hadoop/hbase/YouAreDeadException.html
+++ b/devapidocs/org/apache/hadoop/hbase/YouAreDeadException.html
@@ -255,6 +255,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/ZKNamespaceManager.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ZKNamespaceManager.html b/devapidocs/org/apache/hadoop/hbase/ZKNamespaceManager.html
index c94584f..0d45b24 100644
--- a/devapidocs/org/apache/hadoop/hbase/ZKNamespaceManager.html
+++ b/devapidocs/org/apache/hadoop/hbase/ZKNamespaceManager.html
@@ -538,6 +538,6 @@ extends <a href="../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperListener
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/ZNodeClearer.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ZNodeClearer.html b/devapidocs/org/apache/hadoop/hbase/ZNodeClearer.html
index 244cf87..9f0623f 100644
--- a/devapidocs/org/apache/hadoop/hbase/ZNodeClearer.html
+++ b/devapidocs/org/apache/hadoop/hbase/ZNodeClearer.html
@@ -406,6 +406,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html b/devapidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
index e22fd16..f9bcb01 100644
--- a/devapidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
+++ b/devapidocs/org/apache/hadoop/hbase/ZooKeeperConnectionException.html
@@ -327,6 +327,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.File.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.File.html b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.File.html
index 6c165c1..9b947f9 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.File.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.File.html
@@ -440,6 +440,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileConverter.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileConverter.html b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileConverter.html
index 5000a75..6cefdb5 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileConverter.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileConverter.html
@@ -282,6 +282,6 @@ implements com.google.common.base.Function&lt;T,<a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileStatusConverter.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileStatusConverter.html b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileStatusConverter.html
index 14d5941..77c9860 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileStatusConverter.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileStatusConverter.html
@@ -287,6 +287,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/backup/HFileArchiver.Fil
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileablePath.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileablePath.html b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileablePath.html
index 10999ed..e370e4c 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileablePath.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileablePath.html
@@ -439,6 +439,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/backup/HFileArchiver.Fil
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileableStoreFile.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileableStoreFile.html b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileableStoreFile.html
index c279699..c4c2060 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileableStoreFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.FileableStoreFile.html
@@ -424,6 +424,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/backup/HFileArchiver.Fil
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.StoreToFile.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.StoreToFile.html b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.StoreToFile.html
index 3eb7ffa..c54cddc 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.StoreToFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.StoreToFile.html
@@ -288,6 +288,6 @@ extends <a href="../../../../../org/apache/hadoop/hbase/backup/HFileArchiver.Fil
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.html b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.html
index ea846d7..691fdda 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/HFileArchiver.html
@@ -652,6 +652,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.File.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.File.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.File.html
index 3f01886..8a67812 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.File.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.File.html
@@ -252,6 +252,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileConverter.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileConverter.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileConverter.html
index eee1717..47cdcce 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileConverter.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileConverter.html
@@ -159,6 +159,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileStatusConverter.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileStatusConverter.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileStatusConverter.html
index 171831d..5c90297 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileStatusConverter.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileStatusConverter.html
@@ -150,6 +150,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileablePath.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileablePath.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileablePath.html
index 11b1647..38918ab 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileablePath.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileablePath.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileableStoreFile.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileableStoreFile.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileableStoreFile.html
index c3e4fcc..759bbf0 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileableStoreFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.FileableStoreFile.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.StoreToFile.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.StoreToFile.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.StoreToFile.html
index 6e6aa9d..a0f0623 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.StoreToFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.StoreToFile.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html
index 7e7168e..b7a52be 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/class-use/HFileArchiver.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveManager.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveManager.html b/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveManager.html
index 0e94476..94fe9fb 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveManager.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveManager.html
@@ -493,6 +493,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html b/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
index a37285c..c34086f 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/example/HFileArchiveTableMonitor.html
@@ -373,6 +373,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.html b/devapidocs/org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.html
index 9d396c0..453f9ba 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.html
@@ -420,6 +420,6 @@ extends <a href="../../../../../../org/apache/hadoop/hbase/master/cleaner/BaseHF
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://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/9577bd5e/devapidocs/org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.html
----------------------------------------------------------------------
diff --git a/devapidocs/org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.html b/devapidocs/org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.html
index d3e6668..3eaf6ce 100644
--- a/devapidocs/org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.html
+++ b/devapidocs/org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.html
@@ -646,6 +646,6 @@ extends <a href="../../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperLi
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>