[01/51] [partial] hbase-site git commit: Published site at a66d491892514fd4a188d6ca87d6260d8ae46184.

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site cd805ff0f -> 40c1aa427


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/40c1aa42/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
index 20455ea..9be600e 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
@@ -33,10 +33,10 @@
 025  requiredArguments = {
 026@org.jamon.annotations.Argument(name 
= "regionServer", type = "HRegionServer")},
 027  optionalArguments = {
-028@org.jamon.annotations.Argument(name 
= "bcn", type = "String"),
-029@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-030@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-031@org.jamon.annotations.Argument(name 
= "bcv", type = "String")})
+028@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+029@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+030@org.jamon.annotations.Argument(name 
= "bcv", type = "String"),
+031@org.jamon.annotations.Argument(name 
= "bcn", type = "String")})
 032public class RSStatusTmpl
 033  extends 
org.jamon.AbstractTemplateProxy
 034{
@@ -77,74 +77,74 @@
 069  return m_regionServer;
 070}
 071private HRegionServer 
m_regionServer;
-072// 23, 1
-073public void setBcn(String bcn)
+072// 21, 1
+073public void setFilter(String 
filter)
 074{
-075  // 23, 1
-076  m_bcn = bcn;
-077  m_bcn__IsNotDefault = true;
+075  // 21, 1
+076  m_filter = filter;
+077  m_filter__IsNotDefault = true;
 078}
-079public String getBcn()
+079public String getFilter()
 080{
-081  return m_bcn;
+081  return m_filter;
 082}
-083private String m_bcn;
-084public boolean 
getBcn__IsNotDefault()
+083private String m_filter;
+084public boolean 
getFilter__IsNotDefault()
 085{
-086  return m_bcn__IsNotDefault;
+086  return m_filter__IsNotDefault;
 087}
-088private boolean 
m_bcn__IsNotDefault;
-089// 21, 1
-090public void setFilter(String 
filter)
+088private boolean 
m_filter__IsNotDefault;
+089// 22, 1
+090public void setFormat(String 
format)
 091{
-092  // 21, 1
-093  m_filter = filter;
-094  m_filter__IsNotDefault = true;
+092  // 22, 1
+093  m_format = format;
+094  m_format__IsNotDefault = true;
 095}
-096public String getFilter()
+096public String getFormat()
 097{
-098  return m_filter;
+098  return m_format;
 099}
-100private String m_filter;
-101public boolean 
getFilter__IsNotDefault()
+100private String m_format;
+101public boolean 
getFormat__IsNotDefault()
 102{
-103  return m_filter__IsNotDefault;
+103  return m_format__IsNotDefault;
 104}
-105private boolean 
m_filter__IsNotDefault;
-106// 22, 1
-107public void setFormat(String 
format)
+105private boolean 
m_format__IsNotDefault;
+106// 24, 1
+107public void setBcv(String bcv)
 108{
-109  // 22, 1
-110  m_format = format;
-111  m_format__IsNotDefault = true;
+109  // 24, 1
+110  m_bcv = bcv;
+111  m_bcv__IsNotDefault = true;
 112}
-113public String getFormat()
+113public String getBcv()
 114{
-115  return m_format;
+115  return m_bcv;
 116}
-117private String m_format;
-118public boolean 
getFormat__IsNotDefault()
+117private String m_bcv;
+118public boolean 
getBcv__IsNotDefault()
 119{
-120  return m_format__IsNotDefault;
+120  return m_bcv__IsNotDefault;
 121}
-122private boolean 
m_format__IsNotDefault;
-123// 24, 1
-124public void setBcv(String bcv)
+122private boolean 
m_bcv__IsNotDefault;
+123// 23, 1
+124public void setBcn(String bcn)
 125{
-126  // 24, 1
-127  m_bcv = bcv;
-128  m_bcv__IsNotDefault = true;
+126  // 23, 1
+127  m_bcn = bcn;
+128  m_bcn__IsNotDefault = true;
 129}
-130public String getBcv()
+130public String getBcn()
 131{
-132  return m_bcv;
+132  return m_bcn;
 133}
-134private String m_bcv;
-135public boolean 
getBcv__IsNotDefault()
+134private String m_bcn;
+135public boolean 
getBcn__IsNotDefault()
 136{
-137  return m_bcv__IsNotDefault;
+137  return m_bcn__IsNotDefault;
 138}
-139private boolean 
m_bcv__IsNotDefault;
+139private boolean 
m_bcn__IsNotDefault;
 140  }
 141  @Override
 142  protected 
org.jamon.AbstractTemplateProxy.ImplData makeImplData()
@@ -156,31 +156,31 @@
 148return (ImplData) 
super.getImplData()

[01/51] [partial] hbase-site git commit: Published site at a66d491892514fd4a188d6ca87d6260d8ae46184.

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 2d1928e03 -> 4595b14d2


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4595b14d/testdevapidocs/org/apache/hadoop/hbase/chaos/actions/class-use/Action.ActionContext.html
--
diff --git 
a/testdevapidocs/org/apache/hadoop/hbase/chaos/actions/class-use/Action.ActionContext.html
 
b/testdevapidocs/org/apache/hadoop/hbase/chaos/actions/class-use/Action.ActionContext.html
index 826344f..c2e9e4d 100644
--- 
a/testdevapidocs/org/apache/hadoop/hbase/chaos/actions/class-use/Action.ActionContext.html
+++ 
b/testdevapidocs/org/apache/hadoop/hbase/chaos/actions/class-use/Action.ActionContext.html
@@ -121,35 +121,35 @@
 
 
 void
-DumpClusterStatusAction.init(Action.ActionContext context) 
+ChangeEncodingAction.init(Action.ActionContext context) 
 
 
 void
-SplitAllRegionOfTableAction.init(Action.ActionContext context) 
+Action.init(Action.ActionContext context) 
 
 
 void
-ChangeEncodingAction.init(Action.ActionContext context) 
+RemoveColumnAction.init(Action.ActionContext context) 
 
 
 void
-AddColumnAction.init(Action.ActionContext context) 
+SplitAllRegionOfTableAction.init(Action.ActionContext context) 
 
 
 void
-RemoveColumnAction.init(Action.ActionContext context) 
+ChangeVersionsAction.init(Action.ActionContext context) 
 
 
 void
-Action.init(Action.ActionContext context) 
+ChangeCompressionAction.init(Action.ActionContext context) 
 
 
 void
-ChangeCompressionAction.init(Action.ActionContext context) 
+AddColumnAction.init(Action.ActionContext context) 
 
 
 void
-ChangeVersionsAction.init(Action.ActionContext context) 
+DumpClusterStatusAction.init(Action.ActionContext context) 
 
 
 



[01/51] [partial] hbase-site git commit: Published site at a66d491892514fd4a188d6ca87d6260d8ae46184.

2017-04-05 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site a00253f88 -> e3a868364


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/util/Bytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/Bytes.html 
b/apidocs/org/apache/hadoop/hbase/util/Bytes.html
index 6c1083c..7f307cc 100644
--- a/apidocs/org/apache/hadoop/hbase/util/Bytes.html
+++ b/apidocs/org/apache/hadoop/hbase/util/Bytes.html
@@ -114,8 +114,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Stable
-public class Bytes
+public class Bytes
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object
 implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable
 Utility class that handles byte arrays, conversions to/from 
other types,
@@ -1205,7 +1204,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_BOOLEAN
-public static final int SIZEOF_BOOLEAN
+public static final int SIZEOF_BOOLEAN
 Size of boolean in bytes
 
 See Also:
@@ -1219,7 +1218,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_BYTE
-public static final int SIZEOF_BYTE
+public static final int SIZEOF_BYTE
 Size of byte in bytes
 
 See Also:
@@ -1233,7 +1232,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_CHAR
-public static final int SIZEOF_CHAR
+public static final int SIZEOF_CHAR
 Size of char in bytes
 
 See Also:
@@ -1247,7 +1246,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_DOUBLE
-public static final int SIZEOF_DOUBLE
+public static final int SIZEOF_DOUBLE
 Size of double in bytes
 
 See Also:
@@ -1261,7 +1260,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_FLOAT
-public static final int SIZEOF_FLOAT
+public static final int SIZEOF_FLOAT
 Size of float in bytes
 
 See Also:
@@ -1275,7 +1274,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_INT
-public static final int SIZEOF_INT
+public static final int SIZEOF_INT
 Size of int in bytes
 
 See Also:
@@ -1289,7 +1288,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_LONG
-public static final int SIZEOF_LONG
+public static final int SIZEOF_LONG
 Size of long in bytes
 
 See Also:
@@ -1303,7 +1302,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 SIZEOF_SHORT
-public static final int SIZEOF_SHORT
+public static final int SIZEOF_SHORT
 Size of short in bytes
 
 See Also:
@@ -1317,7 +1316,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 MASK_FOR_LOWER_INT_IN_LONG
-public static final long MASK_FOR_LOWER_INT_IN_LONG
+public static final long MASK_FOR_LOWER_INT_IN_LONG
 Mask to apply to a long to reveal the lower int only. Use 
like this:
  int i = (int)(0xL ^ some_long_value);
 
@@ -1332,7 +1331,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 ESTIMATED_HEAP_TAX
-public static final int ESTIMATED_HEAP_TAX
+public static final int ESTIMATED_HEAP_TAX
 Estimate of size cost to pay beyond payload in jvm for 
instance of byte [].
  Estimate based on study of jhat and jprofiler numbers.
 
@@ -1347,7 +1346,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 BYTES_COMPARATOR
-public static final http://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator BYTES_COMPARATOR
+public static final http://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator BYTES_COMPARATOR
 Pass this to TreeMaps where byte [] are keys.
 
 
@@ -1357,7 +1356,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 BYTES_RAWCOMPARATOR
-public static final org.apache.hadoop.io.RawComparator 
BYTES_RAWCOMPARATOR
+public static final org.apache.hadoop.io.RawComparator 
BYTES_RAWCOMPARATOR
 Use comparing byte arrays, byte-by-byte
 
 
@@ -1375,7 +1374,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 Bytes
-public Bytes()
+public Bytes()
 Create a zero-size sequence.
 
 
@@ -1385,7 +1384,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 Bytes
-public Bytes(byte[] bytes)
+public Bytes(byte[] bytes)
 Create a Bytes using the byte array as the initial 
value.
 
 Parameters:
@@ -1399,7 +1398,7 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/Comparabl
 
 
 Bytes
-public Bytes(Bytes ibw)
+public Bytes(Bytes ibw)
 Set the new Bytes to