http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21347dff/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 5a8c6c3..c5562f9 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -3756,8 +3756,8 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#DEFAULT_MEMSTORE_FLUSH_SIZE">DEFAULT_MEMSTORE_FLUSH_SIZE</a></span>
 - Static variable in class org.apache.hadoop.hbase.client.<a 
href="org/apache/hadoop/hbase/client/TableDescriptorBuilder.html" title="class 
in org.apache.hadoop.hbase.client">TableDescriptorBuilder</a></dt>
 <dd>
-<div class="block">Constant that denotes the maximum default size of the 
memstore after which
- the contents are flushed to the store files</div>
+<div class="block">Constant that denotes the maximum default size of the 
memstore in bytes after which
+ the contents are flushed to the store files.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/hadoop/hbase/HTableDescriptor.html#DEFAULT_MEMSTORE_FLUSH_SIZE">DEFAULT_MEMSTORE_FLUSH_SIZE</a></span>
 - Static variable in class org.apache.hadoop.hbase.<a 
href="org/apache/hadoop/hbase/HTableDescriptor.html" title="class in 
org.apache.hadoop.hbase">HTableDescriptor</a></dt>
 <dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21347dff/apidocs/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html 
b/apidocs/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
index e5e2a7a..0bf1b4d 100644
--- a/apidocs/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
+++ b/apidocs/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
@@ -143,8 +143,8 @@ extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <tr class="rowColor">
 <td class="colFirst"><code>static long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#DEFAULT_MEMSTORE_FLUSH_SIZE">DEFAULT_MEMSTORE_FLUSH_SIZE</a></span></code>
-<div class="block">Constant that denotes the maximum default size of the 
memstore after which
- the contents are flushed to the store files</div>
+<div class="block">Constant that denotes the maximum default size of the 
memstore in bytes after which
+ the contents are flushed to the store files.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -422,8 +422,8 @@ extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
 <li class="blockList">
 <h4>DEFAULT_MEMSTORE_FLUSH_SIZE</h4>
 <pre>public static final&nbsp;long <a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#line.188">DEFAULT_MEMSTORE_FLUSH_SIZE</a></pre>
-<div class="block">Constant that denotes the maximum default size of the 
memstore after which
- the contents are flushed to the store files</div>
+<div class="block">Constant that denotes the maximum default size of the 
memstore in bytes after which
+ the contents are flushed to the store files.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../../constant-values.html#org.apache.hadoop.hbase.client.TableDescriptorBuilder.DEFAULT_MEMSTORE_FLUSH_SIZE">Constant
 Field Values</a></dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21347dff/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
----------------------------------------------------------------------
diff --git 
a/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
index 64a63e6..fc17f3d 100644
--- 
a/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
+++ 
b/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptorBuilder.html
@@ -190,8 +190,8 @@
 <span class="sourceLineNo">182</span>  public static final boolean 
DEFAULT_NORMALIZATION_ENABLED = false;<a name="line.182"></a>
 <span class="sourceLineNo">183</span><a name="line.183"></a>
 <span class="sourceLineNo">184</span>  /**<a name="line.184"></a>
-<span class="sourceLineNo">185</span>   * Constant that denotes the maximum 
default size of the memstore after which<a name="line.185"></a>
-<span class="sourceLineNo">186</span>   * the contents are flushed to the 
store files<a name="line.186"></a>
+<span class="sourceLineNo">185</span>   * Constant that denotes the maximum 
default size of the memstore in bytes after which<a name="line.185"></a>
+<span class="sourceLineNo">186</span>   * the contents are flushed to the 
store files.<a name="line.186"></a>
 <span class="sourceLineNo">187</span>   */<a name="line.187"></a>
 <span class="sourceLineNo">188</span>  public static final long 
DEFAULT_MEMSTORE_FLUSH_SIZE = 1024 * 1024 * 128L;<a name="line.188"></a>
 <span class="sourceLineNo">189</span><a name="line.189"></a>

Reply via email to