http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6b94a2f2/apidocs/org/apache/hadoop/hbase/client/TableDescriptor.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/TableDescriptor.html
b/apidocs/org/apache/hadoop/hbase/client/TableDescriptor.html
index 62edd2e..4cb53cc 100644
--- a/apidocs/org/apache/hadoop/hbase/client/TableDescriptor.html
+++ b/apidocs/org/apache/hadoop/hbase/client/TableDescriptor.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods =
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":17,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":38,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":18};
+var methods =
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":17,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":38,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":18};
var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract
Methods"],16:["t5","Default Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -261,35 +261,39 @@ public interface <a
href="../../../../../src-html/org/apache/hadoop/hbase/client
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#hasSerialReplicationScope--">hasSerialReplicationScope</a></span>()</code> </td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#isCompactionEnabled--">isCompactionEnabled</a></span>()</code>
<div class="block">Check if the compaction enable flag of the table is
true.</div>
</td>
</tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#isMetaRegion--">isMetaRegion</a></span>()</code>
<div class="block">Checks if this table is <code> hbase:meta </code>
region.</div>
</td>
</tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#isMetaTable--">isMetaTable</a></span>()</code>
<div class="block">Checks if the table is a <code>hbase:meta</code> table</div>
</td>
</tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#isNormalizationEnabled--">isNormalizationEnabled</a></span>()</code>
<div class="block">Check if normalization enable flag of the table is
true.</div>
</td>
</tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#isReadOnly--">isReadOnly</a></span>()</code>
<div class="block">Check if the readOnly flag of the table is set.</div>
</td>
</tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
<td class="colFirst"><code>default boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#matchReplicationScope-boolean-">matchReplicationScope</a></span>(boolean enabled)</code>
<div class="block">Check if the table's cfs' replication scope matched with
the replication state</div>
@@ -632,13 +636,26 @@ public interface <a
href="../../../../../src-html/org/apache/hadoop/hbase/client
</dl>
</li>
</ul>
+<a name="hasSerialReplicationScope--">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasSerialReplicationScope</h4>
+<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.237">hasSerialReplicationScope</a>()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if there are at least one cf whose replication scope is serial.</dd>
+</dl>
+</li>
+</ul>
<a name="isCompactionEnabled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isCompactionEnabled</h4>
-<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.240">isCompactionEnabled</a>()</pre>
+<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.245">isCompactionEnabled</a>()</pre>
<div class="block">Check if the compaction enable flag of the table is true.
If flag is false
then no minor/major compactions will be done in real.</div>
<dl>
@@ -653,7 +670,7 @@ public interface <a
href="../../../../../src-html/org/apache/hadoop/hbase/client
<ul class="blockList">
<li class="blockList">
<h4>isMetaRegion</h4>
-<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.247">isMetaRegion</a>()</pre>
+<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.252">isMetaRegion</a>()</pre>
<div class="block">Checks if this table is <code> hbase:meta </code>
region.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -667,7 +684,7 @@ public interface <a
href="../../../../../src-html/org/apache/hadoop/hbase/client
<ul class="blockList">
<li class="blockList">
<h4>isMetaTable</h4>
-<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.254">isMetaTable</a>()</pre>
+<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.259">isMetaTable</a>()</pre>
<div class="block">Checks if the table is a <code>hbase:meta</code> table</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -681,7 +698,7 @@ public interface <a
href="../../../../../src-html/org/apache/hadoop/hbase/client
<ul class="blockList">
<li class="blockList">
<h4>isNormalizationEnabled</h4>
-<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.262">isNormalizationEnabled</a>()</pre>
+<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.267">isNormalizationEnabled</a>()</pre>
<div class="block">Check if normalization enable flag of the table is true. If
flag is false
then no region normalizer won't attempt to normalize this table.</div>
<dl>
@@ -696,7 +713,7 @@ public interface <a
href="../../../../../src-html/org/apache/hadoop/hbase/client
<ul class="blockList">
<li class="blockList">
<h4>isReadOnly</h4>
-<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.270">isReadOnly</a>()</pre>
+<pre>boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.275">isReadOnly</a>()</pre>
<div class="block">Check if the readOnly flag of the table is set. If the
readOnly flag is set
then the contents of the table can only be read from but not modified.</div>
<dl>
@@ -711,7 +728,7 @@ public interface <a
href="../../../../../src-html/org/apache/hadoop/hbase/client
<ul class="blockListLast">
<li class="blockList">
<h4>matchReplicationScope</h4>
-<pre>default boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.277">matchReplicationScope</a>(boolean enabled)</pre>
+<pre>default boolean <a
href="../../../../../src-html/org/apache/hadoop/hbase/client/TableDescriptor.html#line.282">matchReplicationScope</a>(boolean enabled)</pre>
<div class="block">Check if the table's cfs' replication scope matched with
the replication state</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>