You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by gi...@apache.org on 2017/04/29 14:59:12 UTC

[35/41] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html
----------------------------------------------------------------------
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html b/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html
index 59e6e6f..30c0dec 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html
@@ -1434,7 +1434,7 @@
 <span class="sourceLineNo">1426</span>   * &lt;li&gt;running - returns &lt;tt&gt;false&lt;/tt&gt;&lt;/li&gt; &lt;li&gt;finished - returns &lt;tt&gt;true&lt;/tt&gt;&lt;/li&gt;<a name="line.1426"></a>
 <span class="sourceLineNo">1427</span>   * &lt;li&gt;finished with error - throws the exception that caused the snapshot to fail&lt;/li&gt; &lt;/ol&gt; The<a name="line.1427"></a>
 <span class="sourceLineNo">1428</span>   * cluster only knows about the most recent snapshot. Therefore, if another snapshot has been<a name="line.1428"></a>
-<span class="sourceLineNo">1429</span>   * run/started since the snapshot your are checking, you will recieve an {@link<a name="line.1429"></a>
+<span class="sourceLineNo">1429</span>   * run/started since the snapshot you are checking, you will receive an {@link<a name="line.1429"></a>
 <span class="sourceLineNo">1430</span>   * org.apache.hadoop.hbase.snapshot.UnknownSnapshotException}.<a name="line.1430"></a>
 <span class="sourceLineNo">1431</span>   *<a name="line.1431"></a>
 <span class="sourceLineNo">1432</span>   * @param snapshot description of the snapshot to check<a name="line.1432"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptor.html
----------------------------------------------------------------------
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptor.html b/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptor.html
index 54685f9..04b60e8 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptor.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/TableDescriptor.html
@@ -37,8 +37,8 @@
 <span class="sourceLineNo">029</span><a name="line.29"></a>
 <span class="sourceLineNo">030</span>/**<a name="line.30"></a>
 <span class="sourceLineNo">031</span> * TableDescriptor contains the details about an HBase table such as the descriptors of<a name="line.31"></a>
-<span class="sourceLineNo">032</span> * all the column families, is the table a catalog table, &lt;code&gt; -ROOT- &lt;/code&gt; or<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * &lt;code&gt; hbase:meta &lt;/code&gt;, if the table is read only, the maximum size of the memstore,<a name="line.33"></a>
+<span class="sourceLineNo">032</span> * all the column families, is the table a catalog table, &lt;code&gt; hbase:meta &lt;/code&gt;,<a name="line.32"></a>
+<span class="sourceLineNo">033</span> * if the table is read only, the maximum size of the memstore,<a name="line.33"></a>
 <span class="sourceLineNo">034</span> * when the region split should occur, coprocessors associated with it etc...<a name="line.34"></a>
 <span class="sourceLineNo">035</span> */<a name="line.35"></a>
 <span class="sourceLineNo">036</span>@InterfaceAudience.Public<a name="line.36"></a>
@@ -254,14 +254,7 @@
 <span class="sourceLineNo">246</span>   */<a name="line.246"></a>
 <span class="sourceLineNo">247</span>  boolean isReadOnly();<a name="line.247"></a>
 <span class="sourceLineNo">248</span><a name="line.248"></a>
-<span class="sourceLineNo">249</span>  /**<a name="line.249"></a>
-<span class="sourceLineNo">250</span>   * Check if the descriptor represents a &lt;code&gt; -ROOT- &lt;/code&gt; region.<a name="line.250"></a>
-<span class="sourceLineNo">251</span>   *<a name="line.251"></a>
-<span class="sourceLineNo">252</span>   * @return true if this is a &lt;code&gt; -ROOT- &lt;/code&gt; region<a name="line.252"></a>
-<span class="sourceLineNo">253</span>   */<a name="line.253"></a>
-<span class="sourceLineNo">254</span>  boolean isRootRegion();<a name="line.254"></a>
-<span class="sourceLineNo">255</span><a name="line.255"></a>
-<span class="sourceLineNo">256</span>}<a name="line.256"></a>
+<span class="sourceLineNo">249</span>}<a name="line.249"></a>