Repository: hbase-site Updated Branches: refs/heads/asf-site d4d9d9b4a -> d347bde82
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/d347bde8/devapidocs/org/apache/hadoop/hbase/master/RegionState.State.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/master/RegionState.State.html b/devapidocs/org/apache/hadoop/hbase/master/RegionState.State.html index 136bc7e..29aabe8 100644 --- a/devapidocs/org/apache/hadoop/hbase/master/RegionState.State.html +++ b/devapidocs/org/apache/hadoop/hbase/master/RegionState.State.html @@ -382,7 +382,7 @@ the order they are declared.</div> <ul class="blockList"> <li class="blockList"> <h4>values</h4> -<pre>public static <a href="../../../../../org/apache/hadoop/hbase/master/RegionState.State.html" title="enum in org.apache.hadoop.hbase.master">RegionState.State</a>[] <a href="../../../../../src-html/org/apache/hadoop/hbase/master/RegionState.State.html#line.34">values</a>()</pre> +<pre>public static <a href="../../../../../org/apache/hadoop/hbase/master/RegionState.State.html" title="enum in org.apache.hadoop.hbase.master">RegionState.State</a>[] <a href="../../../../../src-html/org/apache/hadoop/hbase/master/RegionState.State.html#line.426">values</a>()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -402,7 +402,7 @@ for (RegionState.State c : RegionState.State.values()) <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> -<pre>public static <a href="../../../../../org/apache/hadoop/hbase/master/RegionState.State.html" title="enum in org.apache.hadoop.hbase.master">RegionState.State</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/master/RegionState.State.html#line.34">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +<pre>public static <a href="../../../../../org/apache/hadoop/hbase/master/RegionState.State.html" title="enum in org.apache.hadoop.hbase.master">RegionState.State</a> <a href="../../../../../src-html/org/apache/hadoop/hbase/master/RegionState.State.html#line.426">valueOf</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are
