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/16 18:00:13 UTC

[27/30] hbase-site git commit: Updated 0.94 docs to 0f35a32ab123ee299f4aaaea02b4ba2d2b43cff2

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html
index 10caf89..60a5852 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html
@@ -99,7 +99,8 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.32">CopyKeyDataBlockEncoder</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.35">CopyKeyDataBlockEncoder</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></pre>
 <div class="block">Just copy data, do not do any kind of compression. Use for comparison and
  benchmarking.</div>
@@ -249,7 +250,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CopyKeyDataBlockEncoder</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.32">CopyKeyDataBlockEncoder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.35">CopyKeyDataBlockEncoder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -266,7 +267,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>compressKeyValues</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.34">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.37">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                      <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;in,
                      boolean&nbsp;includesMemstoreTS)
                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -284,7 +285,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>uncompressKeyValues</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.42">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.45">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
                              int&nbsp;preserveHeaderLength,
                              int&nbsp;skipLastBytes,
                              boolean&nbsp;includesMemstoreTS)
@@ -304,7 +305,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getFirstKeyInBlock</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.55">getFirstKeyInBlock</a>(<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;block)</pre>
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.58">getFirstKeyInBlock</a>(<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;block)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#getFirstKeyInBlock(java.nio.ByteBuffer)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Return first key in block. Useful for indexing. Typically does not make
  a deep copy but returns a buffer wrapping a segment of the actual block's
@@ -320,7 +321,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.63">toString</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.66">toString</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#toString()" title="class or interface in java.lang">toString</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>
@@ -333,7 +334,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>createSeeker</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.68">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
+<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html#line.71">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
                                           boolean&nbsp;includesMemstoreTS)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#createSeeker(org.apache.hadoop.io.RawComparator,%20boolean)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Create a HFileBlock seeker which find KeyValues within a block.</div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html
index cdd84c1..096894e 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html
@@ -162,7 +162,7 @@
                                 int&nbsp;length,
                                 boolean&nbsp;seekBefore)</code>
 <div class="block">Moves the seeker position within the current block to:
-
+ 
  the last key that that is less than or equal to the given key if
  <code>seekBefore</code> is false
  the last key that is strictly less than the given key if <code>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html
index 93c5e48..7eb4bee 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html
@@ -356,7 +356,7 @@ for (DataBlockEncoding c : DataBlockEncoding.values())
 <pre>public static&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html" title="enum in org.apache.hadoop.hbase.io.encoding">DataBlockEncoding</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.html#line.180">valueOf</a>(<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>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are
+enum constant in this type.  (Extraneous whitespace characters are 
 not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html
index 4c8bd3c..08ef242 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html
@@ -99,7 +99,7 @@
 </dl>
 <hr>
 <br>
-<pre>protected static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.59">DiffKeyDeltaEncoder.DiffCompressionState</a>
+<pre>protected static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.62">DiffKeyDeltaEncoder.DiffCompressionState</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></pre>
 </li>
 </ul>
@@ -170,7 +170,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DiffKeyDeltaEncoder.DiffCompressionState</h4>
-<pre>protected&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html#line.59">DiffKeyDeltaEncoder.DiffCompressionState</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html#line.62">DiffKeyDeltaEncoder.DiffCompressionState</a>()</pre>
 </li>
 </ul>
 </li>
@@ -187,7 +187,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>readTimestamp</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html#line.64">readTimestamp</a>(<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;in)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffCompressionState.html#line.67">readTimestamp</a>(<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;in)</pre>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html
index f18a7fc..d4751d4 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html
@@ -104,7 +104,7 @@
 </dl>
 <hr>
 <br>
-<pre>protected static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.409">DiffKeyDeltaEncoder.DiffSeekerState</a>
+<pre>protected static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.412">DiffKeyDeltaEncoder.DiffSeekerState</a>
 extends <a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html" title="class in org.apache.hadoop.hbase.io.encoding">BufferedDataBlockEncoder.SeekerState</a></pre>
 </li>
 </ul>
@@ -200,7 +200,7 @@ extends <a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedD
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DiffKeyDeltaEncoder.DiffSeekerState</h4>
-<pre>protected&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html#line.409">DiffKeyDeltaEncoder.DiffSeekerState</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html#line.412">DiffKeyDeltaEncoder.DiffSeekerState</a>()</pre>
 </li>
 </ul>
 </li>
@@ -217,7 +217,7 @@ extends <a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedD
 <ul class="blockListLast">
 <li class="blockList">
 <h4>copyFromNext</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html#line.414">copyFromNext</a>(<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html" title="class in org.apache.hadoop.hbase.io.encoding">BufferedDataBlockEncoder.SeekerState</a>&nbsp;that)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.DiffSeekerState.html#line.417">copyFromNext</a>(<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html" title="class in org.apache.hadoop.hbase.io.encoding">BufferedDataBlockEncoder.SeekerState</a>&nbsp;that)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html#copyFromNext(org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState)">BufferedDataBlockEncoder.SeekerState</a></code></strong></div>
 <div class="block">Copy the state from the next one into this instance (the previous state
  placeholder). Used to save the previous state when we are advancing the

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html
index dfb4703..20b4163 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html
@@ -99,7 +99,8 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.50">DiffKeyDeltaEncoder</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.53">DiffKeyDeltaEncoder</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></pre>
 <div class="block">Compress using:
  - store size of common prefix
@@ -274,7 +275,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DiffKeyDeltaEncoder</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.50">DiffKeyDeltaEncoder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.53">DiffKeyDeltaEncoder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -291,7 +292,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>compressKeyValues</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.317">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.320">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                      <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;in,
                      boolean&nbsp;includesMemstoreTS)
                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -309,7 +310,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>uncompressKeyValues</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.336">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.339">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
                              int&nbsp;allocHeaderLength,
                              int&nbsp;skipLastBytes,
                              boolean&nbsp;includesMemstoreTS)
@@ -329,7 +330,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getFirstKeyInBlock</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.357">getFirstKeyInBlock</a>(<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;block)</pre>
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.360">getFirstKeyInBlock</a>(<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;block)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#getFirstKeyInBlock(java.nio.ByteBuffer)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Return first key in block. Useful for indexing. Typically does not make
  a deep copy but returns a buffer wrapping a segment of the actual block's
@@ -345,7 +346,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.405">toString</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.408">toString</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#toString()" title="class or interface in java.lang">toString</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>
@@ -358,7 +359,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>createSeeker</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.423">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
+<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html#line.426">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
                                           boolean&nbsp;includesMemstoreTS)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#createSeeker(org.apache.hadoop.io.RawComparator,%20boolean)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Create a HFileBlock seeker which find KeyValues within a block.</div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html
index 7a26fdd..163e037 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html
@@ -104,7 +104,7 @@
 </dl>
 <hr>
 <br>
-<pre>protected static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.400">FastDiffDeltaEncoder.FastDiffSeekerState</a>
+<pre>protected static class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.403">FastDiffDeltaEncoder.FastDiffSeekerState</a>
 extends <a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html" title="class in org.apache.hadoop.hbase.io.encoding">BufferedDataBlockEncoder.SeekerState</a></pre>
 </li>
 </ul>
@@ -200,7 +200,7 @@ extends <a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedD
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FastDiffDeltaEncoder.FastDiffSeekerState</h4>
-<pre>protected&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html#line.400">FastDiffDeltaEncoder.FastDiffSeekerState</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html#line.403">FastDiffDeltaEncoder.FastDiffSeekerState</a>()</pre>
 </li>
 </ul>
 </li>
@@ -217,7 +217,7 @@ extends <a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedD
 <ul class="blockListLast">
 <li class="blockList">
 <h4>copyFromNext</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html#line.407">copyFromNext</a>(<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html" title="class in org.apache.hadoop.hbase.io.encoding">BufferedDataBlockEncoder.SeekerState</a>&nbsp;that)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.FastDiffSeekerState.html#line.410">copyFromNext</a>(<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html" title="class in org.apache.hadoop.hbase.io.encoding">BufferedDataBlockEncoder.SeekerState</a>&nbsp;that)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.SeekerState.html#copyFromNext(org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState)">BufferedDataBlockEncoder.SeekerState</a></code></strong></div>
 <div class="block">Copy the state from the next one into this instance (the previous state
  placeholder). Used to save the previous state when we are advancing the

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html
index 7b1dd7b..02cb253 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html
@@ -99,7 +99,8 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.55">FastDiffDeltaEncoder</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.58">FastDiffDeltaEncoder</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></pre>
 <div class="block">Encoder similar to <a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html" title="class in org.apache.hadoop.hbase.io.encoding"><code>DiffKeyDeltaEncoder</code></a> but supposedly faster.
 
@@ -273,7 +274,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FastDiffDeltaEncoder</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.55">FastDiffDeltaEncoder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.58">FastDiffDeltaEncoder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -290,7 +291,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>compressKeyValues</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.344">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.347">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;out,
                      <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;in,
                      boolean&nbsp;includesMemstoreTS)
                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -308,7 +309,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>uncompressKeyValues</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.363">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.366">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
                              int&nbsp;allocHeaderLength,
                              int&nbsp;skipLastBytes,
                              boolean&nbsp;includesMemstoreTS)
@@ -328,7 +329,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getFirstKeyInBlock</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.384">getFirstKeyInBlock</a>(<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;block)</pre>
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.387">getFirstKeyInBlock</a>(<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;block)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#getFirstKeyInBlock(java.nio.ByteBuffer)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Return first key in block. Useful for indexing. Typically does not make
  a deep copy but returns a buffer wrapping a segment of the actual block's
@@ -344,7 +345,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.396">toString</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.399">toString</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#toString()" title="class or interface in java.lang">toString</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>
@@ -357,7 +358,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>createSeeker</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.419">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
+<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html#line.422">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
                                           boolean&nbsp;includesMemstoreTS)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#createSeeker(org.apache.hadoop.io.RawComparator,%20boolean)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Create a HFileBlock seeker which find KeyValues within a block.</div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html
index 57f69f3..16b453f 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html
@@ -99,7 +99,8 @@
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.43">PrefixKeyDeltaEncoder</a>
+<pre>@InterfaceAudience.Private
+public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.46">PrefixKeyDeltaEncoder</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></pre>
 <div class="block">Compress key by storing size of common prefix with previous KeyValue
  and storing raw size of rest.
@@ -258,7 +259,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PrefixKeyDeltaEncoder</h4>
-<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.43">PrefixKeyDeltaEncoder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.46">PrefixKeyDeltaEncoder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -275,7 +276,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>compressKeyValues</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.76">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;writeHere,
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.79">compressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io">DataOutputStream</a>&nbsp;writeHere,
                      <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;in,
                      boolean&nbsp;includesMemstoreTS)
                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -293,7 +294,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>uncompressKeyValues</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.92">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.95">uncompressKeyValues</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io">DataInputStream</a>&nbsp;source,
                              int&nbsp;allocHeaderLength,
                              int&nbsp;skipLastBytes,
                              boolean&nbsp;includesMemstoreTS)
@@ -313,7 +314,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getFirstKeyInBlock</h4>
-<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.145">getFirstKeyInBlock</a>(<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;block)</pre>
+<pre>public&nbsp;<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;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.148">getFirstKeyInBlock</a>(<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;block)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#getFirstKeyInBlock(java.nio.ByteBuffer)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Return first key in block. Useful for indexing. Typically does not make
  a deep copy but returns a buffer wrapping a segment of the actual block's
@@ -329,7 +330,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.161">toString</a>()</pre>
+<pre>public&nbsp;<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>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.164">toString</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#toString()" title="class or interface in java.lang">toString</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>
@@ -342,7 +343,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>createSeeker</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.166">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
+<pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.EncodedSeeker.html" title="interface in org.apache.hadoop.hbase.io.encoding">DataBlockEncoder.EncodedSeeker</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html#line.169">createSeeker</a>(org.apache.hadoop.io.RawComparator&lt;byte[]&gt;&nbsp;comparator,
                                           boolean&nbsp;includesMemstoreTS)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/hadoop/hbase/io/encoding/DataBlockEncoder.html#createSeeker(org.apache.hadoop.io.RawComparator,%20boolean)">DataBlockEncoder</a></code></strong></div>
 <div class="block">Create a HFileBlock seeker which find KeyValues within a block.</div>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html
index 5211d18..78438c2 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html
@@ -102,7 +102,7 @@
 <pre>public class <a href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html#line.37">BlockCacheColumnFamilySummary</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="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html" title="class in org.apache.hadoop.hbase.io.hfile">BlockCacheColumnFamilySummary</a>&gt;</pre>
-<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage
+<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage 
  at Table/ColumnFamily granularity.
  <br><br>
  As ColumnFamilies are owned by Tables, a summary by ColumnFamily implies that

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html
index 9a5405b..f734d5e 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html
@@ -297,7 +297,7 @@ for (BlockType.BlockCategory c : BlockType.BlockCategory.values())
 <pre>public static&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html" title="enum in org.apache.hadoop.hbase.io.hfile">BlockType.BlockCategory</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/BlockType.BlockCategory.html#line.110">valueOf</a>(<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>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are
+enum constant in this type.  (Extraneous whitespace characters are 
 not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html
index 44d348d..a678b68 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/BlockType.html
@@ -514,7 +514,7 @@ for (BlockType c : BlockType.values())
 <pre>public static&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockType.html" title="enum in org.apache.hadoop.hbase.io.hfile">BlockType</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/BlockType.html#line.154">valueOf</a>(<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>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are
+enum constant in this type.  (Extraneous whitespace characters are 
 not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/Compression.Algorithm.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/Compression.Algorithm.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/Compression.Algorithm.html
index 376b500..d73be90 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/Compression.Algorithm.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/Compression.Algorithm.html
@@ -313,7 +313,7 @@ for (Compression.Algorithm c : Compression.Algorithm.values())
 <pre>public static&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/hfile/Compression.Algorithm.html" title="enum in org.apache.hadoop.hbase.io.hfile">Compression.Algorithm</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/Compression.Algorithm.html#line.186">valueOf</a>(<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>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are
+enum constant in this type.  (Extraneous whitespace characters are 
 not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.html
index 6eeba1d..5085525 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/FixedFileTrailer.html
@@ -101,8 +101,8 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
  variable parts of the file. Also includes basic metadata on this file. The
  trailer size is fixed within a given <a href="../../../../../../org/apache/hadoop/hbase/io/hfile/HFile.html" title="class in org.apache.hadoop.hbase.io.hfile"><code>HFile</code></a> format version only, but
  we always store the version number as the last four-byte integer of the file.
- The version number itself is split into two portions, a major
- version and a minor version.
+ The version number itself is split into two portions, a major 
+ version and a minor version. 
  The last three bytes of a file is the major
  version and a single preceding byte is the minor number. The major version
  determines which readers/writers to use to read/write a hfile while a minor

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.html
index e57bd44..4c8963b 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.html
@@ -338,7 +338,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
 <pre>public&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/io/hfile/HFileBlock.html" title="class in org.apache.hadoop.hbase.io.hfile">HFileBlock</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/io/hfile/HFileBlock.Writer.html#line.1217">getBlockForCaching</a>()</pre>
 <div class="block">Creates a new HFileBlock. Checksums have already been validated, so
  the byte buffer passed into the constructor of this newly created
- block does not have checksum data even though the header minor
+ block does not have checksum data even though the header minor 
  version is MINOR_VERSION_WITH_CHECKSUM. This is indicated by setting a
  0 value in bytesPerChecksum.</div>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
index e4f0663..e2aa786 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/HFileBlock.html
@@ -122,7 +122,7 @@ implements <a href="../../../../../../org/apache/hadoop/hbase/io/hfile/Cacheable
  <li>Uncompressed block size, header not included (4 bytes)
  <li>The offset of the previous block of the same type (8 bytes). This is
  used to be able to navigate to the previous block without going to the block
- <li>For minorVersions >=1, there is an additional 4 byte field
+ <li>For minorVersions >=1, there is an additional 4 byte field 
  bytesPerChecksum that records the number of bytes in a checksum chunk.
  <li>For minorVersions >=1, there is a 4 byte value to store the size of
  data on disk (excluding the checksums)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-summary.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-summary.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-summary.html
index dc17ebe..b01feb0 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-summary.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-summary.html
@@ -181,7 +181,7 @@
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/hadoop/hbase/io/hfile/BlockCacheColumnFamilySummary.html" title="class in org.apache.hadoop.hbase.io.hfile">BlockCacheColumnFamilySummary</a></td>
 <td class="colLast">
-<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage
+<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage 
  at Table/ColumnFamily granularity.</div>
 </td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-use.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-use.html b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-use.html
index 01ae1e6..e79fca2 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-use.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/io/hfile/package-use.html
@@ -205,7 +205,7 @@
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheColumnFamilySummary.html#org.apache.hadoop.hbase.io.hfile">BlockCacheColumnFamilySummary</a>
-<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage
+<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage 
  at Table/ColumnFamily granularity.</div>
 </td>
 </tr>
@@ -370,7 +370,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../../org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheColumnFamilySummary.html#org.apache.hadoop.hbase.io.hfile.slab">BlockCacheColumnFamilySummary</a>
-<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage
+<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage 
  at Table/ColumnFamily granularity.</div>
 </td>
 </tr>
@@ -403,7 +403,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheColumnFamilySummary.html#org.apache.hadoop.hbase.ipc">BlockCacheColumnFamilySummary</a>
-<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage
+<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage 
  at Table/ColumnFamily granularity.</div>
 </td>
 </tr>
@@ -421,7 +421,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colOne"><a href="../../../../../../org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheColumnFamilySummary.html#org.apache.hadoop.hbase.regionserver">BlockCacheColumnFamilySummary</a>
-<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage
+<div class="block">BlockCacheColumnFamilySummary represents a summary of the blockCache usage 
  at Table/ColumnFamily granularity.</div>
 </td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/ipc/HRegionInterface.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/ipc/HRegionInterface.html b/0.94/apidocs/org/apache/hadoop/hbase/ipc/HRegionInterface.html
index 9d997d4..25be92a 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/ipc/HRegionInterface.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/ipc/HRegionInterface.html
@@ -1126,9 +1126,9 @@ extends <a href="../../../../../org/apache/hadoop/hbase/ipc/VersionedProtocol.ht
                               throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Opens the specified region.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>region</code> - region to open</dd>
-<dt><span class="strong">Returns:</span></dt><dd>RegionOpeningState
+<dt><span class="strong">Returns:</span></dt><dd>RegionOpeningState 
          OPENED         - if region open request was successful.
-         ALREADY_OPENED - if the region was already opened.
+         ALREADY_OPENED - if the region was already opened. 
          FAILED_OPENING - if region opening failed.</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
@@ -1146,9 +1146,9 @@ extends <a href="../../../../../org/apache/hadoop/hbase/ipc/VersionedProtocol.ht
 <div class="block">Opens the specified region.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>region</code> - region to open</dd><dd><code>versionOfOfflineNode</code> - the version of znode to compare when RS transitions the znode from
           OFFLINE state.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>RegionOpeningState
+<dt><span class="strong">Returns:</span></dt><dd>RegionOpeningState 
          OPENED         - if region open request was successful.
-         ALREADY_OPENED - if the region was already opened.
+         ALREADY_OPENED - if the region was already opened. 
          FAILED_OPENING - if region opening failed.</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/Import.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/Import.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/Import.html
index 0cb2e36..c239b2a 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/Import.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/Import.html
@@ -211,9 +211,9 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
                        <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/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;renameMap)</pre>
 <div class="block"><p>Sets a configuration property with key <a href="../../../../../org/apache/hadoop/hbase/mapreduce/Import.html#CF_RENAME_PROP"><code>CF_RENAME_PROP</code></a> in conf that tells
  the mapper how to rename column families.
-
- <p>Alternately, instead of calling this function, you could set the configuration key
- <a href="../../../../../org/apache/hadoop/hbase/mapreduce/Import.html#CF_RENAME_PROP"><code>CF_RENAME_PROP</code></a> yourself. The value should look like
+ 
+ <p>Alternately, instead of calling this function, you could set the configuration key 
+ <a href="../../../../../org/apache/hadoop/hbase/mapreduce/Import.html#CF_RENAME_PROP"><code>CF_RENAME_PROP</code></a> yourself. The value should look like 
  <pre>srcCf1:destCf1,srcCf2:destCf2,....</pre>. This would have the same effect on
  the mapper behavior.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - the Configuration in which the <a href="../../../../../org/apache/hadoop/hbase/mapreduce/Import.html#CF_RENAME_PROP"><code>CF_RENAME_PROP</code></a> key will be

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
index afa9830..a48e9f4 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.html
@@ -410,10 +410,10 @@ implements org.apache.hadoop.util.Tool</pre>
 <div class="block">Attempts to do an atomic load of many hfiles into a region.  If it fails,
  it returns a list of hfiles that need to be retried.  If it is successful
  it will return an empty list.
-
+ 
  NOTE: To maintain row atomicity guarantees, region server callable should
  succeed atomically and fails atomically.
-
+ 
  Protected for testing.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>empty list if success, list of items to retry on recoverable
  failure</dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html
index 2695011..b8fc89f 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html
@@ -114,7 +114,7 @@
 public class <a href="../../../../../src-html/org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html#line.59">MultiTableInputFormat</a>
 extends <a href="../../../../../org/apache/hadoop/hbase/mapreduce/MultiTableInputFormatBase.html" title="class in org.apache.hadoop.hbase.mapreduce">MultiTableInputFormatBase</a>
 implements org.apache.hadoop.conf.Configurable</pre>
-<div class="block">Convert HBase tabular data from multiple scanners into a format that
+<div class="block">Convert HBase tabular data from multiple scanners into a format that 
  is consumable by Map/Reduce.
 
  <p>
@@ -123,7 +123,7 @@ implements org.apache.hadoop.conf.Configurable</pre>
 
  <pre>
  List<Scan> scans = new ArrayList<Scan>();
-
+ 
  Scan scan1 = new Scan();
  scan1.setStartRow(firstRow1);
  scan1.setStopRow(lastRow1);

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/PutSortReducer.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/PutSortReducer.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/PutSortReducer.html
index 19988a8..7832ea8 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/PutSortReducer.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/PutSortReducer.html
@@ -106,7 +106,7 @@ extends org.apache.hadoop.mapreduce.Reducer&lt;<a href="../../../../../org/apach
  Reads in all Puts from passed Iterator, sorts them, then emits
  Puts in sorted order.  If lots of columns per row, it will use lots of
  memory sorting.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.html" title="class in org.apache.hadoop.hbase.mapreduce"><code>HFileOutputFormat</code></a>,
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.html" title="class in org.apache.hadoop.hbase.mapreduce"><code>HFileOutputFormat</code></a>, 
 <a href="../../../../../org/apache/hadoop/hbase/mapreduce/KeyValueSortReducer.html" title="class in org.apache.hadoop.hbase.mapreduce"><code>KeyValueSortReducer</code></a></dd></dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
index 9f23dcd..e924ec8 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html
@@ -118,7 +118,7 @@ implements org.apache.hadoop.conf.Configurable</pre>
  divided in ten will not make regions whose range is 0-10, 10-20, and so on.
  Make your own partitioner if you need the region spacing to come out a
  particular way.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html#START"><code>START</code></a>,
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html#START"><code>START</code></a>, 
 <a href="../../../../../org/apache/hadoop/hbase/mapreduce/SimpleTotalOrderPartitioner.html#END"><code>END</code></a></dd></dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
index b9de25f..32fa284 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html
@@ -781,7 +781,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
  </p></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - The Configuration object to extend with dependencies.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapred/TableMapReduceUtil.html" title="class in org.apache.hadoop.hbase.mapred"><code>TableMapReduceUtil</code></a>,
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapred/TableMapReduceUtil.html" title="class in org.apache.hadoop.hbase.mapred"><code>TableMapReduceUtil</code></a>, 
 <a href="https://issues.apache.org/jira/browse/PIG-3285">PIG-3285</a></dd></dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.html
index 2acb950..6c189b8 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.html
@@ -281,7 +281,7 @@ implements org.apache.hadoop.conf.Configurable</pre>
 <div class="block">Optional job parameter to specify a peer cluster.
  Used specifying remote cluster when copying between hbase clusters (the
  source is picked up from <code>hbase-site.xml</code>).</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html#initTableReducerJob(java.lang.String,%20java.lang.Class,%20org.apache.hadoop.mapreduce.Job,%20java.lang.Class,%20java.lang.String,%20java.lang.String,%20java.lang.String)"><code>TableMapReduceUtil.initTableReducerJob(String, Class, org.apache.hadoop.mapreduce.Job, Class, String, String, String)</code></a>,
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html#initTableReducerJob(java.lang.String,%20java.lang.Class,%20org.apache.hadoop.mapreduce.Job,%20java.lang.Class,%20java.lang.String,%20java.lang.String,%20java.lang.String)"><code>TableMapReduceUtil.initTableReducerJob(String, Class, org.apache.hadoop.mapreduce.Job, Class, String, String, String)</code></a>, 
 <a href="../../../../../constant-values.html#org.apache.hadoop.hbase.mapreduce.TableOutputFormat.QUORUM_ADDRESS">Constant Field Values</a></dd></dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
index 58ba4e6..11d0bb7 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormat.html
@@ -114,7 +114,7 @@ extends org.apache.hadoop.mapreduce.InputFormat&lt;<a href="../../../../../org/a
  Usage is similar to TableInputFormat.
  <a href="../../../../../org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html#initTableSnapshotMapperJob(java.lang.String,%20org.apache.hadoop.hbase.client.Scan,%20java.lang.Class,%20java.lang.Class,%20java.lang.Class,%20org.apache.hadoop.mapreduce.Job,%20boolean,%20org.apache.hadoop.fs.Path)"><code>TableMapReduceUtil.initTableSnapshotMapperJob(String, Scan, Class, Class, Class, Job,
  boolean, Path)</code></a> can be used to configure the job.
-
+ 
  <pre>
  {
    &#064;code
@@ -134,12 +134,12 @@ extends org.apache.hadoop.mapreduce.InputFormat&lt;<a href="../../../../../org/a
  <p>
  HBase owns all the data and snapshot files on the filesystem. Only the HBase user can read from
  snapshot files and data files. HBase also enforces security because all the requests are handled
- by the server layer, and the user cannot read from the data files directly.
- To read from snapshot files directly from the file system, the user who is running the MR job
- must have sufficient permissions to access snapshot and reference files.
- This means that to run mapreduce over snapshot files, the MR job has to be run as the HBase
- user or the user must have group or other priviledges in the filesystem (See HBASE-8369).
- Note that, given other users access to read from snapshot/data files will completely circumvent
+ by the server layer, and the user cannot read from the data files directly. 
+ To read from snapshot files directly from the file system, the user who is running the MR job 
+ must have sufficient permissions to access snapshot and reference files. 
+ This means that to run mapreduce over snapshot files, the MR job has to be run as the HBase 
+ user or the user must have group or other priviledges in the filesystem (See HBASE-8369). 
+ Note that, given other users access to read from snapshot/data files will completely circumvent 
  the access control enforced by HBase.</div>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/MultiTableInputFormatBase.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/MultiTableInputFormatBase.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/MultiTableInputFormatBase.html
index 4600130..5c7a2df 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/MultiTableInputFormatBase.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/MultiTableInputFormatBase.html
@@ -100,7 +100,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility</div>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html" title="class in org.apache.hadoop.hbase.mapreduce">MultiTableInputFormat</a></strong></code>
-<div class="block">Convert HBase tabular data from multiple scanners into a format that
+<div class="block">Convert HBase tabular data from multiple scanners into a format that 
  is consumable by Map/Reduce.</div>
 </td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/JarFinder.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/JarFinder.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/JarFinder.html
index 7ef70e1..cdc41b8 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/JarFinder.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/JarFinder.html
@@ -101,7 +101,7 @@ extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?
  classpath, it creates a Jar on the fly with the contents of the directory
  and returns the path to that Jar. If a Jar is created, it is created in
  the system temporary directory.
-
+ 
  This file was forked from hadoop/common/branches/branch-2@1377176.</div>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/TotalOrderPartitioner.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/TotalOrderPartitioner.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/TotalOrderPartitioner.html
index 9255cca..1c6ac78 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/TotalOrderPartitioner.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/hadoopbackport/TotalOrderPartitioner.html
@@ -109,7 +109,7 @@ extends org.apache.hadoop.mapreduce.Partitioner&lt;K,V&gt;
 implements org.apache.hadoop.conf.Configurable</pre>
 <div class="block">Partitioner effecting a total order by reading split points from
  an externally generated source.
-
+ 
  This is an identical copy of o.a.h.mapreduce.lib.partition.TotalOrderPartitioner
  from Hadoop trunk at r910774.</div>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html
index 38f5b47..81eb7b5 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/package-summary.html
@@ -169,7 +169,7 @@ Input/OutputFormats, a table indexing MapReduce job, and utility</div>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/hadoop/hbase/mapreduce/MultiTableInputFormat.html" title="class in org.apache.hadoop.hbase.mapreduce">MultiTableInputFormat</a></td>
 <td class="colLast">
-<div class="block">Convert HBase tabular data from multiple scanners into a format that
+<div class="block">Convert HBase tabular data from multiple scanners into a format that 
  is consumable by Map/Reduce.</div>
 </td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.Verifier.Counters.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.Verifier.Counters.html b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.Verifier.Counters.html
index a6e4ec3..47dc91a 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.Verifier.Counters.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.Verifier.Counters.html
@@ -242,7 +242,7 @@ for (VerifyReplication.Verifier.Counters c : VerifyReplication.Verifier.Counters
 <pre>public static&nbsp;<a href="../../../../../../org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.Verifier.Counters.html" title="enum in org.apache.hadoop.hbase.mapreduce.replication">VerifyReplication.Verifier.Counters</a>&nbsp;<a href="../../../../../../src-html/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.Verifier.Counters.html#line.78">valueOf</a>(<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>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are
+enum constant in this type.  (Extraneous whitespace characters are 
 not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/master/AssignCallable.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/master/AssignCallable.html b/0.94/apidocs/org/apache/hadoop/hbase/master/AssignCallable.html
index 9acbc65..8df1704 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/master/AssignCallable.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/master/AssignCallable.html
@@ -103,7 +103,7 @@
 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 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent">Callable</a>&lt;<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;</pre>
 <div class="block">A callable object that invokes the corresponding action that needs to be
- taken for assignment of a region in transition.
+ taken for assignment of a region in transition. 
  Implementing as future callable we are able to act on the timeout
  asynchronously.</div>
 </li>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/master/AssignmentManager.RegionState.State.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/master/AssignmentManager.RegionState.State.html b/0.94/apidocs/org/apache/hadoop/hbase/master/AssignmentManager.RegionState.State.html
index 7cbe8d5..1ce9f51 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/master/AssignmentManager.RegionState.State.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/master/AssignmentManager.RegionState.State.html
@@ -326,7 +326,7 @@ for (AssignmentManager.RegionState.State c : AssignmentManager.RegionState.State
 <pre>public static&nbsp;<a href="../../../../../org/apache/hadoop/hbase/master/AssignmentManager.RegionState.State.html" title="enum in org.apache.hadoop.hbase.master">AssignmentManager.RegionState.State</a>&nbsp;<a href="../../../../../src-html/org/apache/hadoop/hbase/master/AssignmentManager.RegionState.State.html#line.81">valueOf</a>(<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>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
-enum constant in this type.  (Extraneous whitespace characters are
+enum constant in this type.  (Extraneous whitespace characters are 
 not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/master/DefaultLoadBalancer.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/master/DefaultLoadBalancer.html b/0.94/apidocs/org/apache/hadoop/hbase/master/DefaultLoadBalancer.html
index a080172..a1d29b3 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/master/DefaultLoadBalancer.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/master/DefaultLoadBalancer.html
@@ -320,21 +320,21 @@ implements <a href="../../../../../org/apache/hadoop/hbase/master/LoadBalancer.h
  have either floor(average) or ceiling(average) regions.
 
  HBASE-3609 Modeled regionsToMove using Guava's MinMaxPriorityQueue so that
-   we can fetch from both ends of the queue.
- At the beginning, we check whether there was empty region server
+   we can fetch from both ends of the queue. 
+ At the beginning, we check whether there was empty region server 
    just discovered by Master. If so, we alternately choose new / old
    regions from head / tail of regionsToMove, respectively. This alternation
    avoids clustering young regions on the newly discovered region server.
    Otherwise, we choose new regions from head of regionsToMove.
-
+   
  Another improvement from HBASE-3609 is that we assign regions from
    regionsToMove to underloaded servers in round-robin fashion.
    Previously one underloaded server would be filled before we move onto
    the next underloaded server, leading to clustering of young regions.
-
+   
  Finally, we randomly shuffle underloaded servers so that they receive
    offloaded regions relatively evenly across calls to balanceCluster().
-
+         
  The algorithm is currently implemented as such:
 
  <ol>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/ecb8d8ba/0.94/apidocs/org/apache/hadoop/hbase/master/HMaster.html
----------------------------------------------------------------------
diff --git a/0.94/apidocs/org/apache/hadoop/hbase/master/HMaster.html b/0.94/apidocs/org/apache/hadoop/hbase/master/HMaster.html
index a646851..fe56afe 100644
--- a/0.94/apidocs/org/apache/hadoop/hbase/master/HMaster.html
+++ b/0.94/apidocs/org/apache/hadoop/hbase/master/HMaster.html
@@ -122,8 +122,8 @@ implements <a href="../../../../../org/apache/hadoop/hbase/ipc/HMasterInterface.
  all reporting in that they are down.  This master will then shut itself down.
 
  <p>You can also shutdown just this master.  Call <a href="../../../../../org/apache/hadoop/hbase/master/HMaster.html#stopMaster()"><code>stopMaster()</code></a>.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/ipc/HMasterInterface.html" title="interface in org.apache.hadoop.hbase.ipc"><code>HMasterInterface</code></a>,
-<a href="../../../../../org/apache/hadoop/hbase/ipc/HMasterRegionInterface.html" title="interface in org.apache.hadoop.hbase.ipc"><code>HMasterRegionInterface</code></a>,
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/hadoop/hbase/ipc/HMasterInterface.html" title="interface in org.apache.hadoop.hbase.ipc"><code>HMasterInterface</code></a>, 
+<a href="../../../../../org/apache/hadoop/hbase/ipc/HMasterRegionInterface.html" title="interface in org.apache.hadoop.hbase.ipc"><code>HMasterRegionInterface</code></a>, 
 <code>Watcher</code></dd></dl>
 </li>
 </ul>