http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html b/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html index 2c698af..0fab344 100644 --- a/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html +++ b/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html @@ -127,8 +127,8 @@ public class <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescrip extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.html" title="interface in org.apache.hadoop.hbase.client">TableDescriptor</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a>></pre> <div class="block">HTableDescriptor contains the details about an HBase table such as the descriptors of - all the column families, is the table a catalog table, <code> -ROOT- </code> or - <code> hbase:meta </code>, if the table is read only, the maximum size of the memstore, + all the column families, is the table a catalog table, <code> hbase:meta </code>, + if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...</div> </li> </ul> @@ -647,7 +647,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html#isRootRegion--">isRootRegion</a></span>()</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> -<div class="block">Check if the descriptor represents a <code> -ROOT- </code> region.</div> +<div class="block">This is vestigial API.</div> </td> </tr> <tr id="i38" class="altColor"> @@ -1182,7 +1182,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>NAMESPACE_FAMILY_INFO</h4> -<pre>public static final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.762">NAMESPACE_FAMILY_INFO</a></pre> +<pre>public static final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.761">NAMESPACE_FAMILY_INFO</a></pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="seeLabel">See Also:</span></dt> @@ -1196,7 +1196,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>NAMESPACE_FAMILY_INFO_BYTES</h4> -<pre>public static final byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.763">NAMESPACE_FAMILY_INFO_BYTES</a></pre> +<pre>public static final byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.762">NAMESPACE_FAMILY_INFO_BYTES</a></pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </li> </ul> @@ -1206,7 +1206,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>NAMESPACE_COL_DESC_BYTES</h4> -<pre>public static final byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.764">NAMESPACE_COL_DESC_BYTES</a></pre> +<pre>public static final byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.763">NAMESPACE_COL_DESC_BYTES</a></pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </li> </ul> @@ -1216,7 +1216,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockListLast"> <li class="blockList"> <h4>NAMESPACE_TABLEDESC</h4> -<pre>public static final <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.767">NAMESPACE_TABLEDESC</a></pre> +<pre>public static final <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.766">NAMESPACE_TABLEDESC</a></pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Table descriptor for namespace table</div> </li> @@ -1332,14 +1332,12 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>isRootRegion</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.124">isRootRegion</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.123">isRootRegion</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> -<div class="block">Check if the descriptor represents a <code> -ROOT- </code> region.</div> +<div class="block">This is vestigial API. It will be removed in 3.0.</div> <dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.html#isRootRegion--">isRootRegion</a></code> in interface <code><a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.html" title="interface in org.apache.hadoop.hbase.client">TableDescriptor</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>true if this is a <code> -ROOT- </code> region</dd> +<dd>always return the false</dd> </dl> </li> </ul> @@ -1349,7 +1347,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>isMetaRegion</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.136">isMetaRegion</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.135">isMetaRegion</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Checks if this table is <code> hbase:meta </code> region.</div> @@ -1368,7 +1366,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>isMetaTable</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.146">isMetaTable</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.145">isMetaTable</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Checks if the table is a <code>hbase:meta</code> table</div> <dl> @@ -1385,7 +1383,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getValue</h4> -<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.157">getValue</a>(byte[] key)</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.156">getValue</a>(byte[] key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Getter for accessing the metadata associated with the key</div> <dl> @@ -1404,7 +1402,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getValue</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.167">getValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.166">getValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Getter for accessing the metadata associated with the key</div> <dl> @@ -1421,7 +1419,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getValues</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>,<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.175">getValues</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>,<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.174">getValues</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -1437,7 +1435,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setValue</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.185">setValue</a>(byte[] key, +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.184">setValue</a>(byte[] key, byte[] value)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Setter for storing metadata as a (key, value) pair in map</div> @@ -1454,7 +1452,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setValue</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.196">setValue</a>(<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a> key, +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.195">setValue</a>(<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a> key, <a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a> value)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </li> @@ -1465,7 +1463,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setValue</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.207">setValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.206">setValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Setter for storing metadata as a (key, value) pair in map</div> @@ -1482,7 +1480,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>remove</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.218">remove</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.217">remove</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Remove metadata represented by the key from the map</div> <dl> @@ -1498,7 +1496,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>remove</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.228">remove</a>(<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a> key)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.227">remove</a>(<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a> key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Remove metadata represented by the key from the map</div> <dl> @@ -1514,7 +1512,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>remove</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.238">remove</a>(byte[] key)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.237">remove</a>(byte[] key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Remove metadata represented by the key from the map</div> <dl> @@ -1530,7 +1528,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>isReadOnly</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.249">isReadOnly</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.248">isReadOnly</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <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> @@ -1548,7 +1546,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setReadOnly</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.261">setReadOnly</a>(boolean readOnly)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.260">setReadOnly</a>(boolean readOnly)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Setting the table as read only sets all the columns in the table as read only. By default all tables are modifiable, but if the readOnly flag is @@ -1566,7 +1564,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>isCompactionEnabled</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.273">isCompactionEnabled</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.272">isCompactionEnabled</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <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> @@ -1584,7 +1582,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setCompactionEnabled</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.282">setCompactionEnabled</a>(boolean isEnable)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.281">setCompactionEnabled</a>(boolean isEnable)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Setting the table compaction enable flag.</div> <dl> @@ -1599,7 +1597,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>isNormalizationEnabled</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.294">isNormalizationEnabled</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.293">isNormalizationEnabled</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <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> @@ -1617,7 +1615,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setNormalizationEnabled</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.303">setNormalizationEnabled</a>(boolean isEnable)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.302">setNormalizationEnabled</a>(boolean isEnable)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Setting the table normalization enable flag.</div> <dl> @@ -1632,7 +1630,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setDurability</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.312">setDurability</a>(<a href="../../../../org/apache/hadoop/hbase/client/Durability.html" title="enum in org.apache.hadoop.hbase.client">Durability</a> durability)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.311">setDurability</a>(<a href="../../../../org/apache/hadoop/hbase/client/Durability.html" title="enum in org.apache.hadoop.hbase.client">Durability</a> durability)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Sets the <a href="../../../../org/apache/hadoop/hbase/client/Durability.html" title="enum in org.apache.hadoop.hbase.client"><code>Durability</code></a> setting for the table. This defaults to Durability.USE_DEFAULT.</div> <dl> @@ -1647,7 +1645,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getDurability</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/client/Durability.html" title="enum in org.apache.hadoop.hbase.client">Durability</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.322">getDurability</a>()</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/client/Durability.html" title="enum in org.apache.hadoop.hbase.client">Durability</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.321">getDurability</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the durability setting for the table.</div> <dl> @@ -1664,7 +1662,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getTableName</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.332">getTableName</a>()</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.331">getTableName</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Get the name of the table</div> <dl> @@ -1681,7 +1679,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getNameAsString</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.341">getNameAsString</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.340">getNameAsString</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Get the name of the table as a String</div> <dl> @@ -1696,7 +1694,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setRegionSplitPolicyClassName</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.351">setRegionSplitPolicyClassName</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clazz)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.350">setRegionSplitPolicyClassName</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clazz)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">This sets the class associated with the region split policy which determines when a region split should occur. The class used by @@ -1713,7 +1711,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getRegionSplitPolicyClassName</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.365">getRegionSplitPolicyClassName</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.364">getRegionSplitPolicyClassName</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">This gets the class associated with the region split policy which determines when a region split should occur. The class used by @@ -1733,7 +1731,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getMaxFileSize</h4> -<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.379">getMaxFileSize</a>()</pre> +<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.378">getMaxFileSize</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the maximum size upto which a region can grow to after which a region split is triggered. The region size is represented by the size of the biggest @@ -1754,7 +1752,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setMaxFileSize</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.398">setMaxFileSize</a>(long maxFileSize)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.397">setMaxFileSize</a>(long maxFileSize)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Sets the maximum size upto which a region can grow to after which a region split is triggered. The region size is represented by the size of the biggest @@ -1779,7 +1777,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getMemStoreFlushSize</h4> -<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.411">getMemStoreFlushSize</a>()</pre> +<pre>public long <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.410">getMemStoreFlushSize</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the size of the memstore after which a flush to filesystem is triggered.</div> <dl> @@ -1798,7 +1796,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setMemStoreFlushSize</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.421">setMemStoreFlushSize</a>(long memstoreFlushSize)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.420">setMemStoreFlushSize</a>(long memstoreFlushSize)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Represents the maximum size of the memstore after which the contents of the memstore are flushed to the filesystem. This defaults to a size of 64 MB.</div> @@ -1814,7 +1812,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setFlushPolicyClassName</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.432">setFlushPolicyClassName</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clazz)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.431">setFlushPolicyClassName</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clazz)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">This sets the class associated with the flush policy which determines determines the stores need to be flushed when flushing a region. The class used by default is defined in @@ -1831,7 +1829,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getFlushPolicyClassName</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.445">getFlushPolicyClassName</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.444">getFlushPolicyClassName</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">This gets the class associated with the flush policy which determines the stores need to be flushed when flushing a region. The class used by default is defined in @@ -1851,7 +1849,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>addFamily</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.454">addFamily</a>(<a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> family)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.453">addFamily</a>(<a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> family)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Adds a column family. For the updating purpose please use <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html#modifyFamily-org.apache.hadoop.hbase.HColumnDescriptor-"><code>modifyFamily(HColumnDescriptor)</code></a> instead.</div> @@ -1867,7 +1865,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>modifyFamily</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.464">modifyFamily</a>(<a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> family)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.463">modifyFamily</a>(<a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> family)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Modifies the existing column family.</div> <dl> @@ -1884,7 +1882,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>hasFamily</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.475">hasFamily</a>(byte[] familyName)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.474">hasFamily</a>(byte[] familyName)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Checks to see if this table contains the given column family</div> <dl> @@ -1903,7 +1901,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.485">toString</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.484">toString</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -1922,7 +1920,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>toStringCustomizedValues</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.493">toStringCustomizedValues</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.492">toStringCustomizedValues</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1937,7 +1935,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>toStringTableAttributes</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.500">toStringTableAttributes</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.499">toStringTableAttributes</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1951,7 +1949,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.514">equals</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.513">equals</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> obj)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Compare the contents of the descriptor with another one passed as a parameter. Checks if the obj passed is an instance of HTableDescriptor, if yes then the @@ -1972,7 +1970,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.531">hashCode</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.530">hashCode</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -1988,7 +1986,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>compareTo</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.545">compareTo</a>(<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> other)</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.544">compareTo</a>(<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> other)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Compares the descriptor with another descriptor which is passed as a parameter. This compares the content of the two descriptors and not the reference.</div> @@ -2007,7 +2005,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getFamilies</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.557">getFamilies</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.556">getFamilies</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns an unmodifiable collection of all the <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase"><code>HColumnDescriptor</code></a> of all the column families of the table.</div> @@ -2026,7 +2024,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>hasSerialReplicationScope</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.565">hasSerialReplicationScope</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.564">hasSerialReplicationScope</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Return true if there are at least one cf whose replication scope is serial.</div> <dl> @@ -2044,7 +2042,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getRegionReplication</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.573">getRegionReplication</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.572">getRegionReplication</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the configured replicas per region</div> <dl> @@ -2061,7 +2059,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setRegionReplication</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.581">setRegionReplication</a>(int regionReplication)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.580">setRegionReplication</a>(int regionReplication)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Sets the number of replicas per region.</div> <dl> @@ -2076,7 +2074,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>hasRegionMemstoreReplication</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.590">hasRegionMemstoreReplication</a>()</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.589">hasRegionMemstoreReplication</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -2092,7 +2090,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setRegionMemstoreReplication</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.603">setRegionMemstoreReplication</a>(boolean memstoreReplication)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.602">setRegionMemstoreReplication</a>(boolean memstoreReplication)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Enable or Disable the memstore replication from the primary region to the replicas. The replication will be used only for meta operations (e.g. flush, compaction, ...)</div> @@ -2111,7 +2109,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>setPriority</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.608">setPriority</a>(int priority)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.607">setPriority</a>(int priority)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </li> </ul> @@ -2121,7 +2119,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getPriority</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.614">getPriority</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.613">getPriority</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -2135,7 +2133,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getFamiliesKeys</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><byte[]> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.627">getFamiliesKeys</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><byte[]> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.626">getFamiliesKeys</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns all the column family names of the current table. The map of HTableDescriptor contains mapping of family name to HColumnDescriptors. @@ -2155,7 +2153,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getColumnFamilyCount</h4> -<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.637">getColumnFamilyCount</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.636">getColumnFamilyCount</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the count of the column families of the table.</div> <dl> @@ -2172,7 +2170,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getColumnFamilies</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a>[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.650">getColumnFamilies</a>()</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a>[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.649">getColumnFamilies</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns an array all the <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase"><code>HColumnDescriptor</code></a> of the column families of the table.</div> @@ -2192,7 +2190,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getFamily</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.664">getFamily</a>(byte[] column)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.663">getFamily</a>(byte[] column)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Returns the HColumnDescriptor for a specific column family with name as specified by the parameter column.</div> @@ -2213,7 +2211,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>removeFamily</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.677">removeFamily</a>(byte[] column)</pre> +<pre>public <a href="../../../../org/apache/hadoop/hbase/HColumnDescriptor.html" title="class in org.apache.hadoop.hbase">HColumnDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.676">removeFamily</a>(byte[] column)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Removes the HColumnDescriptor with name specified by the parameter column from the table descriptor</div> @@ -2232,7 +2230,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>addCoprocessor</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.691">addCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> className) +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.690">addCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> className) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Add a table coprocessor to this table. The coprocessor @@ -2255,7 +2253,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>addCoprocessor</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.710">addCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> className, +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.709">addCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> className, org.apache.hadoop.fs.Path jarFilePath, int priority, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> kvs) @@ -2285,7 +2283,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>addCoprocessorWithSpec</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.728">addCoprocessorWithSpec</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> specStr) +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.727">addCoprocessorWithSpec</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> specStr) throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Add a table coprocessor to this table. The coprocessor @@ -2309,7 +2307,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>hasCoprocessor</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.740">hasCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> classNameToMatch)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.739">hasCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> classNameToMatch)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Check if the table has an attached co-processor represented by the name className</div> <dl> @@ -2328,7 +2326,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>getCoprocessors</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.750">getCoprocessors</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.749">getCoprocessors</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Return the list of attached co-processor represented by their name className</div> <dl> @@ -2345,7 +2343,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <ul class="blockList"> <li class="blockList"> <h4>removeCoprocessor</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.758">removeCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> className)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.757">removeCoprocessor</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> className)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Remove a coprocessor from those set on the table</div> <dl> @@ -2361,7 +2359,7 @@ implements <a href="../../../../org/apache/hadoop/hbase/client/TableDescriptor.h <li class="blockList"> <h4>setOwner</h4> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.771">setOwner</a>(<a href="../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> owner)</pre> +public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.770">setOwner</a>(<a href="../../../../org/apache/hadoop/hbase/security/User.html" title="class in org.apache.hadoop.hbase.security">User</a> owner)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </li> </ul> @@ -2372,7 +2370,7 @@ public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" <li class="blockList"> <h4>setOwnerString</h4> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.778">setOwnerString</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ownerString)</pre> +public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.777">setOwnerString</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ownerString)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> </li> </ul> @@ -2383,7 +2381,7 @@ public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" <li class="blockList"> <h4>getOwnerString</h4> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.785">getOwnerString</a>()</pre> +public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.784">getOwnerString</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -2397,7 +2395,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.h <ul class="blockList"> <li class="blockList"> <h4>toByteArray</h4> -<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.793">toByteArray</a>()</pre> +<pre>public byte[] <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.792">toByteArray</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -2413,7 +2411,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.h <ul class="blockList"> <li class="blockList"> <h4>parseFrom</h4> -<pre>public static <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.804">parseFrom</a>(byte[] bytes) +<pre>public static <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.803">parseFrom</a>(byte[] bytes) throws <a href="../../../../org/apache/hadoop/hbase/exceptions/DeserializationException.html" title="class in org.apache.hadoop.hbase.exceptions">DeserializationException</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> @@ -2436,7 +2434,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.h <ul class="blockList"> <li class="blockList"> <h4>getConfigurationValue</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.813">getConfigurationValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.812">getConfigurationValue</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Getter for accessing the configuration value by key</div> <dl> @@ -2456,7 +2454,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.h <ul class="blockList"> <li class="blockList"> <h4>getConfiguration</h4> -<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.821">getConfiguration</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.820">getConfiguration</a>()</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Getter for fetching an unmodifiable map.</div> <dl> @@ -2473,7 +2471,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.h <ul class="blockList"> <li class="blockList"> <h4>setConfiguration</h4> -<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.830">setConfiguration</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, +<pre>public <a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.829">setConfiguration</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Setter for storing a configuration setting in map.</div> @@ -2490,7 +2488,7 @@ public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.h <ul class="blockListLast"> <li class="blockList"> <h4>removeConfiguration</h4> -<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.838">removeConfiguration</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> +<pre>public void <a href="../../../../src-html/org/apache/hadoop/hbase/HTableDescriptor.html#line.837">removeConfiguration</a>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> <div class="block">Remove a config setting represented by the key from the map</div> </li>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html index 72dbc96..52166f6 100644 --- a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html @@ -166,8 +166,8 @@ <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a><E> (implements java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> <li type="circle">org.apache.hadoop.hbase.backup.<a href="../../../../../org/apache/hadoop/hbase/backup/BackupInfo.BackupPhase.html" title="enum in org.apache.hadoop.hbase.backup"><span class="typeNameLink">BackupInfo.BackupPhase</span></a></li> -<li type="circle">org.apache.hadoop.hbase.backup.<a href="../../../../../org/apache/hadoop/hbase/backup/BackupInfo.BackupState.html" title="enum in org.apache.hadoop.hbase.backup"><span class="typeNameLink">BackupInfo.BackupState</span></a></li> <li type="circle">org.apache.hadoop.hbase.backup.<a href="../../../../../org/apache/hadoop/hbase/backup/BackupType.html" title="enum in org.apache.hadoop.hbase.backup"><span class="typeNameLink">BackupType</span></a></li> +<li type="circle">org.apache.hadoop.hbase.backup.<a href="../../../../../org/apache/hadoop/hbase/backup/BackupInfo.BackupState.html" title="enum in org.apache.hadoop.hbase.backup"><span class="typeNameLink">BackupInfo.BackupState</span></a></li> <li type="circle">org.apache.hadoop.hbase.backup.<a href="../../../../../org/apache/hadoop/hbase/backup/BackupRestoreConstants.BackupCommand.html" title="enum in org.apache.hadoop.hbase.backup"><span class="typeNameLink">BackupRestoreConstants.BackupCommand</span></a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html index aeafe90..cc0e87f 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html @@ -2158,11 +2158,7 @@ service.</div> <tr class="rowColor"> <td class="colFirst"><code>static class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.ModifyableTableDescriptor.html" title="class in org.apache.hadoop.hbase.client">TableDescriptorBuilder.ModifyableTableDescriptor</a></span></code> -<div class="block">ModifyableTableDescriptor contains the details about an HBase table such as the - descriptors of all the column families, is the table a catalog table, <code> -ROOT- - </code> or <code> hbase:meta </code>, if the table is read only, the - maximum size of the memstore, when the region split should occur, - coprocessors associated with it etc...</div> +<div class="block">TODO: make this private after removing the HTableDescriptor</div> </td> </tr> <tr class="altColor"> @@ -2195,6 +2191,111 @@ service.</div> </tr> </tbody> </table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</a> with annotations of type <a href="../../../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html" title="annotation in org.apache.hadoop.hbase.classification">InterfaceAudience.Private</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#COMPACTION_ENABLED">COMPACTION_ENABLED</a></span></code> +<div class="block">Used by HBase Shell interface to access this metadata + attribute which denotes if the table is compaction enabled.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#DURABILITY">DURABILITY</a></span></code> +<div class="block"><a href="../../../../../../org/apache/hadoop/hbase/client/Durability.html" title="enum in org.apache.hadoop.hbase.client"><code>Durability</code></a> setting for the table.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#FLUSH_POLICY">FLUSH_POLICY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#IS_META">IS_META</a></span></code> +<div class="block">Used by rest interface to access this metadata attribute + which denotes if it is a catalog table, either <code> hbase:meta </code>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#MAX_FILESIZE">MAX_FILESIZE</a></span></code> +<div class="block">Used by HBase Shell interface to access this metadata + attribute which denotes the maximum size of the store file after which a + region split occurs.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#MEMSTORE_FLUSHSIZE">MEMSTORE_FLUSHSIZE</a></span></code> +<div class="block">Used by HBase Shell interface to access this metadata + attribute which represents the maximum size of the memstore after which its + contents are flushed onto the disk.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static byte[]</code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#NAMESPACE_COL_DESC_BYTES">NAMESPACE_COL_DESC_BYTES</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#NAMESPACE_FAMILY_INFO">NAMESPACE_FAMILY_INFO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static byte[]</code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#NAMESPACE_FAMILY_INFO_BYTES">NAMESPACE_FAMILY_INFO_BYTES</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#NORMALIZATION_ENABLED">NORMALIZATION_ENABLED</a></span></code> +<div class="block">Used by shell/rest interface to access this metadata + attribute which denotes if the table should be treated by region + normalizer.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#OWNER">OWNER</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../../org/apache/hadoop/hbase/util/Bytes.html" title="class in org.apache.hadoop.hbase.util">Bytes</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#OWNER_KEY">OWNER_KEY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#PRIORITY">PRIORITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#READONLY">READONLY</a></span></code> +<div class="block">Used by rest interface to access this metadata attribute + which denotes if the table is Read Only.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#REGION_MEMSTORE_REPLICATION">REGION_MEMSTORE_REPLICATION</a></span></code> +<div class="block">The flag to indicate whether or not the memstore should be + replicated for read-replicas (CONSISTENCY => TIMELINE).</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#REGION_REPLICATION">REGION_REPLICATION</a></span></code> +<div class="block">The number of region replicas for the table.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TableDescriptorBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptorBuilder.html#SPLIT_POLICY">SPLIT_POLICY</a></span></code> </td> +</tr> +</tbody> +</table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</a> with annotations of type <a href="../../../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html" title="annotation in org.apache.hadoop.hbase.classification">InterfaceAudience.Private</a></span><span class="tabEnd"> </span></caption> <tr> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6fbeb554/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html index e2f911d..da18709 100644 --- a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html +++ b/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Public.html @@ -1021,8 +1021,8 @@ Input/OutputFormats, a table indexing MapReduce job, and utility methods.</div> <td class="colFirst"><code>interface </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hadoop/hbase/client/TableDescriptor.html" title="interface in org.apache.hadoop.hbase.client">TableDescriptor</a></span></code> <div class="block">TableDescriptor contains the details about an HBase table such as the descriptors of - all the column families, is the table a catalog table, <code> -ROOT- </code> or - <code> hbase:meta </code>, if the table is read only, the maximum size of the memstore, + all the column families, is the table a catalog table, <code> hbase:meta </code>, + if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...</div> </td> </tr>
