[2/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index 2db05a9..23b5e36 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-065@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-066@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-067@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
-068@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-069@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
-070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-071@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-072@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName")})
+064@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+066@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+067@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
+068@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+069@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+072@org.jamon.annotations.Argument(name 
= "servers", type = "List")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,159 +118,159 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 21, 1
-114public void 
setFrags(Map frags)
+113// 27, 1
+114public void setFormat(String 
format)
 115{
-116  // 21, 1
-117  m_frags = frags;
-118  m_frags__IsNotDefault = true;
+116  // 27, 1
+117  m_format = format;
+118  m_format__IsNotDefault = true;
 119}
-120public Map 
getFrags()
+120public String getFormat()
 121{
-122  return m_frags;
+122  return m_format;
 123}
-124private Map 
m_frags;
-125public boolean 
getFrags__IsNotDefault()
+124private String m_format;
+125public boolean 
getFormat__IsNotDefault()
 126{
-127  return m_frags__IsNotDefault;
+127  return m_format__IsNotDefault;
 128}
-129private boolean 
m_frags__IsNotDefault;
-130// 27, 1
-131public void setFormat(String 
format)
+129private boolean 
m_format__IsNotDefault;
+130// 24, 1
+131public void 
setDeadServers(Set deadServers)
 132{
-133  // 27, 1
-134  m_format = format;
-135  m_format__IsNotDefault = true;
+133  // 24, 1
+134  m_deadServers = deadServers;
+135  m_deadServers__IsNotDefault = 
true;
 136}
-137public String getFormat()
+137public Set 
getDeadServers()
 138{
-139  return m_format;
+139  return m_deadServers;
 140}
-141private String m_format;
-142public boolean 
getFormat__IsNotDefault()
+141private Set 
m_deadServers;
+142public boolean 
getDeadServers__IsNotDefault()
 143{
-144  return m_format__IsNotDefault;
+144  return 
m_deadServers__IsNotDefault;
 145}
-146private boolean 
m_format__IsNotDefault;
-147// 23, 1
-148public void 
setServers(List servers)
+146private boolean 
m_deadServers__IsNotDefault;
+147// 25, 1
+148public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
 149{
-150  // 23, 1
-151  m_servers = servers;
-152  m_servers__IsNotDefault = true;
+150  // 25, 1
+151  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
+152  
m_catalogJanitorEnabled__IsNotDefault = true;
 153}
-154public List 
getServers()
+154public boolean 
getCatalogJanitorEnabled()
 155{
-156  return m_servers;
+156  return m_catalogJanitorEnabled;
 157}
-158private List 
m_servers;
-159public boolean 
getServers__IsNotDefault()
+158private boolean 
m_ca

[3/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
index e8a356b..02d41c8 100644
--- a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html
@@ -297,40 +297,40 @@ extends org.jamon.AbstractTemplateProxy
 
 
 Field Detail
-
+
 
 
 
 
-bcn
-protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcn
+bcv
+protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
 
 
-
+
 
 
 
 
-format
-protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String format
+bcn
+protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcn
 
 
-
+
 
 
 
 
-bcv
-protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
+filter
+protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String filter
 
 
-
+
 
 
 
 
-filter
-protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String filter
+format
+protected http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String format
 
 
 
@@ -402,40 +402,40 @@ extends org.jamon.AbstractTemplateProxy
 
 
 
-
+
 
 
 
 
-setBcn
-public final RSStatusTmpl setBcn(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_bcn)
+setBcv
+public final RSStatusTmpl setBcv(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_bcv)
 
 
-
+
 
 
 
 
-setFormat
-public final RSStatusTmpl setFormat(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_format)
+setBcn
+public final RSStatusTmpl setBcn(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_bcn)
 
 
-
+
 
 
 
 
-setBcv
-public final RSStatusTmpl setBcv(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_bcv)
+setFilter
+public final RSStatusTmpl setFilter(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_filter)
 
 
-
+
 
 
 
 
-setFilter
-public final RSStatusTmpl setFilter(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_filter)
+setFormat
+public final RSStatusTmpl setFormat(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String p_format)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
index 3910673..a9f53ab 100644
--- a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
@@ -238,40 +238,40 @@ implements HRegionServer regionServer
 
 
-
+
 
 
 
 
-bcn
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcn
+bcv
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
 
 
-
+
 
 
 
 
-format
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String format
+bcn
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcn
 
 
-
+
 
 
 
 
-bcv
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
+filter
+private final h

hbase-site git commit: INFRA-10751 Empty commit

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 2d756eb65 -> a113aa2e8


INFRA-10751 Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/a113aa2e
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/a113aa2e
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/a113aa2e

Branch: refs/heads/asf-site
Commit: a113aa2e8667e66a4d9274c7668e73f332058a73
Parents: 2d756eb
Author: jenkins 
Authored: Sun Apr 2 06:33:06 2017 +
Committer: jenkins 
Committed: Sun Apr 2 06:33:06 2017 +

--

--




[4/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/2d756eb6
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/2d756eb6
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/2d756eb6

Branch: refs/heads/asf-site
Commit: 2d756eb6598cd4085aae5b825317ce276334684c
Parents: d40df39
Author: jenkins 
Authored: Sun Apr 2 06:32:59 2017 +
Committer: jenkins 
Committed: Sun Apr 2 06:32:59 2017 +

--
 apache_hbase_reference_guide.pdf|   4 +-
 apache_hbase_reference_guide.pdfmarks   |   4 +-
 devapidocs/constant-values.html |   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 270 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 108 
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  54 ++--
 .../regionserver/RSStatusTmpl.ImplData.html | 120 -
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  48 ++--
 .../tmpl/regionserver/RSStatusTmplImpl.html |  24 +-
 .../org/apache/hadoop/hbase/Version.html|   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 270 +--
 .../tmpl/master/MasterStatusTmpl.Intf.html  | 270 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 270 +--
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  76 +++---
 .../regionserver/RSStatusTmpl.ImplData.html | 120 -
 .../tmpl/regionserver/RSStatusTmpl.Intf.html| 120 -
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   | 120 -
 .../tmpl/regionserver/RSStatusTmplImpl.html |  36 +--
 18 files changed, 959 insertions(+), 959 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/apache_hbase_reference_guide.pdf
--
diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf
index 0935c46..c144d4a 100644
--- a/apache_hbase_reference_guide.pdf
+++ b/apache_hbase_reference_guide.pdf
@@ -5,8 +5,8 @@
 /Author (Apache HBase Team)
 /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
 /Producer (Apache HBase Team)
-/CreationDate (D:20170402055002+00'00')
-/ModDate (D:20170402055002+00'00')
+/CreationDate (D:20170402062013+00'00')
+/ModDate (D:20170402062013+00'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index ab70f9b..80309b0 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170402055126)
-  /CreationDate (D:20170402055126)
+  /ModDate (D:20170402062137)
+  /CreationDate (D:20170402062137)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index c188ef2..86bca54 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 date
-"Sun Apr  2 05:41:42 UTC 2017"
+"Sun Apr  2 06:11:44 UTC 2017"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 18e92e2..70f2844 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,31 +393,13 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 private HMaster m_master
 
 
-
-
-
-
-
-m_frags
-private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer> m_frags
-
-
-

[1/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site d40df3928 -> 2d756eb65


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2d756eb6/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 acb426d..7a0715f 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 
= "format", type = "String"),
-030@org.jamon.annotations.Argument(name 
= "bcv", type = "String"),
-031@org.jamon.annotations.Argument(name 
= "filter", type = "String")})
+028@org.jamon.annotations.Argument(name 
= "bcv", type = "String"),
+029@org.jamon.annotations.Argument(name 
= "bcn", type = "String"),
+030@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+031@org.jamon.annotations.Argument(name 
= "format", 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// 24, 1
+073public void setBcv(String bcv)
 074{
-075  // 23, 1
-076  m_bcn = bcn;
-077  m_bcn__IsNotDefault = true;
+075  // 24, 1
+076  m_bcv = bcv;
+077  m_bcv__IsNotDefault = true;
 078}
-079public String getBcn()
+079public String getBcv()
 080{
-081  return m_bcn;
+081  return m_bcv;
 082}
-083private String m_bcn;
-084public boolean 
getBcn__IsNotDefault()
+083private String m_bcv;
+084public boolean 
getBcv__IsNotDefault()
 085{
-086  return m_bcn__IsNotDefault;
+086  return m_bcv__IsNotDefault;
 087}
-088private boolean 
m_bcn__IsNotDefault;
-089// 22, 1
-090public void setFormat(String 
format)
+088private boolean 
m_bcv__IsNotDefault;
+089// 23, 1
+090public void setBcn(String bcn)
 091{
-092  // 22, 1
-093  m_format = format;
-094  m_format__IsNotDefault = true;
+092  // 23, 1
+093  m_bcn = bcn;
+094  m_bcn__IsNotDefault = true;
 095}
-096public String getFormat()
+096public String getBcn()
 097{
-098  return m_format;
+098  return m_bcn;
 099}
-100private String m_format;
-101public boolean 
getFormat__IsNotDefault()
+100private String m_bcn;
+101public boolean 
getBcn__IsNotDefault()
 102{
-103  return m_format__IsNotDefault;
+103  return m_bcn__IsNotDefault;
 104}
-105private boolean 
m_format__IsNotDefault;
-106// 24, 1
-107public void setBcv(String bcv)
+105private boolean 
m_bcn__IsNotDefault;
+106// 21, 1
+107public void setFilter(String 
filter)
 108{
-109  // 24, 1
-110  m_bcv = bcv;
-111  m_bcv__IsNotDefault = true;
+109  // 21, 1
+110  m_filter = filter;
+111  m_filter__IsNotDefault = true;
 112}
-113public String getBcv()
+113public String getFilter()
 114{
-115  return m_bcv;
+115  return m_filter;
 116}
-117private String m_bcv;
-118public boolean 
getBcv__IsNotDefault()
+117private String m_filter;
+118public boolean 
getFilter__IsNotDefault()
 119{
-120  return m_bcv__IsNotDefault;
+120  return m_filter__IsNotDefault;
 121}
-122private boolean 
m_bcv__IsNotDefault;
-123// 21, 1
-124public void setFilter(String 
filter)
+122private boolean 
m_filter__IsNotDefault;
+123// 22, 1
+124public void setFormat(String 
format)
 125{
-126  // 21, 1
-127  m_filter = filter;
-128  m_filter__IsNotDefault = true;
+126  // 22, 1
+127  m_format = format;
+128  m_format__IsNotDefault = true;
 129}
-130public String getFilter()
+130public String getFormat()
 131{
-132  return m_filter;
+132  return m_format;
 133}
-134private String m_filter;
-135public boolean 
getFilter__IsNotDefault()
+134private String m_format;
+135public boolean 
getFormat__IsNotDefault()
 136{
-137  return m_filter__IsNotDefault;
+137  return m_format__IsNotDefault;
 138}
-139private boolean 
m_filter__IsNotDefault;
+139private boolean 
m_format__IsNotDefault;
 140  }
 141  @Override
 142  protected 
org.jamon.AbstractTemplateProxy.ImplData makeImplData()
@@ -156,31 +156,31 @@
 148return (ImplData) 
super.getImplData()

[1/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 93ddc7650 -> b7131f447


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7131f44/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
index 3257e9d..01b42f5 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
@@ -35,26 +35,26 @@
 027{
 028  private final HRegionServer 
regionServer;
 029  private final String bcn;
-030  private final String filter;
-031  private final String format;
-032  private final String bcv;
+030  private final String format;
+031  private final String bcv;
+032  private final String filter;
 033  protected static 
org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData 
__jamon_setOptionalArguments(org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 p_implData)
 034  {
 035if(! 
p_implData.getBcn__IsNotDefault())
 036{
 037  p_implData.setBcn("");
 038}
-039if(! 
p_implData.getFilter__IsNotDefault())
+039if(! 
p_implData.getFormat__IsNotDefault())
 040{
-041  p_implData.setFilter("general");
+041  p_implData.setFormat("html");
 042}
-043if(! 
p_implData.getFormat__IsNotDefault())
+043if(! 
p_implData.getBcv__IsNotDefault())
 044{
-045  p_implData.setFormat("html");
+045  p_implData.setBcv("");
 046}
-047if(! 
p_implData.getBcv__IsNotDefault())
+047if(! 
p_implData.getFilter__IsNotDefault())
 048{
-049  p_implData.setBcv("");
+049  p_implData.setFilter("general");
 050}
 051return p_implData;
 052  }
@@ -63,9 +63,9 @@
 055super(p_templateManager, 
__jamon_setOptionalArguments(p_implData));
 056regionServer = 
p_implData.getRegionServer();
 057bcn = p_implData.getBcn();
-058filter = p_implData.getFilter();
-059format = p_implData.getFormat();
-060bcv = p_implData.getBcv();
+058format = p_implData.getFormat();
+059bcv = p_implData.getBcv();
+060filter = p_implData.getFilter();
 061  }
 062  
 063  @Override public void 
renderNoFlush(final java.io.Writer jamonWriter)
@@ -94,8 +94,8 @@
 086  // 41, 3
 087  {
 088
org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl __jamon__var_7 = new 
org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl(this.getTemplateManager());
-089__jamon__var_7.setFormat("json" 
);
-090
__jamon__var_7.setFilter(filter);
+089
__jamon__var_7.setFilter(filter);
+090__jamon__var_7.setFormat("json" 
);
 091
__jamon__var_7.renderNoFlush(jamonWriter);
 092  }
 093  // 41, 68



[3/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7131f44/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index dc992ce..2db05a9 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-065@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-066@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-068@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+064@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+065@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+066@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+067@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+068@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
 069@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
-070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-072@org.jamon.annotations.Argument(name 
= "format", type = "String")})
+070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+071@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+072@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,91 +118,91 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 22, 1
-114public void 
setMetaLocation(ServerName metaLocation)
+113// 21, 1
+114public void 
setFrags(Map frags)
 115{
-116  // 22, 1
-117  m_metaLocation = metaLocation;
-118  m_metaLocation__IsNotDefault = 
true;
+116  // 21, 1
+117  m_frags = frags;
+118  m_frags__IsNotDefault = true;
 119}
-120public ServerName getMetaLocation()
+120public Map 
getFrags()
 121{
-122  return m_metaLocation;
+122  return m_frags;
 123}
-124private ServerName m_metaLocation;
-125public boolean 
getMetaLocation__IsNotDefault()
+124private Map 
m_frags;
+125public boolean 
getFrags__IsNotDefault()
 126{
-127  return 
m_metaLocation__IsNotDefault;
+127  return m_frags__IsNotDefault;
 128}
-129private boolean 
m_metaLocation__IsNotDefault;
-130// 23, 1
-131public void 
setServers(List servers)
+129private boolean 
m_frags__IsNotDefault;
+130// 27, 1
+131public void setFormat(String 
format)
 132{
-133  // 23, 1
-134  m_servers = servers;
-135  m_servers__IsNotDefault = true;
+133  // 27, 1
+134  m_format = format;
+135  m_format__IsNotDefault = true;
 136}
-137public List 
getServers()
+137public String getFormat()
 138{
-139  return m_servers;
+139  return m_format;
 140}
-141private List 
m_servers;
-142public boolean 
getServers__IsNotDefault()
+141private String m_format;
+142public boolean 
getFormat__IsNotDefault()
 143{
-144  return m_servers__IsNotDefault;
+144  return m_format__IsNotDefault;
 145}
-146private boolean 
m_servers__IsNotDefault;
-147// 29, 1
-148public void 
setAssignmentManager(AssignmentManager assignmentManager)
+146private boolean 
m_format__IsNotDefault;
+147// 23, 1
+148public void 
setServers(List servers)
 149{
-150  // 29, 1
-151  m_assignmentManager = 
assignmentManager;
-152  m_assignmentManager__IsNotDefault = 
true;
+150  // 23, 1
+151  m_servers = servers;
+152  m_servers__IsNotDefault = true;
 153}
-154public AssignmentManager 
getAssignmentManager()
+154public List 
getServers()
 155{
-156  return m_assignmentManager;
+156  return m_servers;
 157}
-158private AssignmentManager 
m_assignmentManager;
-159public boolean 
getAssignmentManager__IsNotDefault()
+158private List

hbase-site git commit: INFRA-10751 Empty commit

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site b7131f447 -> d40df3928


INFRA-10751 Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/d40df392
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/d40df392
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/d40df392

Branch: refs/heads/asf-site
Commit: d40df3928a8368959a437f2d7c8101665bea51be
Parents: b7131f4
Author: jenkins 
Authored: Sun Apr 2 06:02:48 2017 +
Committer: jenkins 
Committed: Sun Apr 2 06:02:48 2017 +

--

--




[2/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7131f44/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index dc992ce..2db05a9 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-065@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-066@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-068@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+064@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+065@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+066@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+067@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+068@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
 069@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
-070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-072@org.jamon.annotations.Argument(name 
= "format", type = "String")})
+070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+071@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+072@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,91 +118,91 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 22, 1
-114public void 
setMetaLocation(ServerName metaLocation)
+113// 21, 1
+114public void 
setFrags(Map frags)
 115{
-116  // 22, 1
-117  m_metaLocation = metaLocation;
-118  m_metaLocation__IsNotDefault = 
true;
+116  // 21, 1
+117  m_frags = frags;
+118  m_frags__IsNotDefault = true;
 119}
-120public ServerName getMetaLocation()
+120public Map 
getFrags()
 121{
-122  return m_metaLocation;
+122  return m_frags;
 123}
-124private ServerName m_metaLocation;
-125public boolean 
getMetaLocation__IsNotDefault()
+124private Map 
m_frags;
+125public boolean 
getFrags__IsNotDefault()
 126{
-127  return 
m_metaLocation__IsNotDefault;
+127  return m_frags__IsNotDefault;
 128}
-129private boolean 
m_metaLocation__IsNotDefault;
-130// 23, 1
-131public void 
setServers(List servers)
+129private boolean 
m_frags__IsNotDefault;
+130// 27, 1
+131public void setFormat(String 
format)
 132{
-133  // 23, 1
-134  m_servers = servers;
-135  m_servers__IsNotDefault = true;
+133  // 27, 1
+134  m_format = format;
+135  m_format__IsNotDefault = true;
 136}
-137public List 
getServers()
+137public String getFormat()
 138{
-139  return m_servers;
+139  return m_format;
 140}
-141private List 
m_servers;
-142public boolean 
getServers__IsNotDefault()
+141private String m_format;
+142public boolean 
getFormat__IsNotDefault()
 143{
-144  return m_servers__IsNotDefault;
+144  return m_format__IsNotDefault;
 145}
-146private boolean 
m_servers__IsNotDefault;
-147// 29, 1
-148public void 
setAssignmentManager(AssignmentManager assignmentManager)
+146private boolean 
m_format__IsNotDefault;
+147// 23, 1
+148public void 
setServers(List servers)
 149{
-150  // 29, 1
-151  m_assignmentManager = 
assignmentManager;
-152  m_assignmentManager__IsNotDefault = 
true;
+150  // 23, 1
+151  m_servers = servers;
+152  m_servers__IsNotDefault = true;
 153}
-154public AssignmentManager 
getAssignmentManager()
+154public List 
getServers()
 155{
-156  return m_assignmentManager;
+156  return m_servers;
 157}
-158private AssignmentManager 
m_assignmentManager;
-159public boolean 
getAssignmentManager__IsNotDefault()
+158private List 
m_servers;
+159public boolean 
ge

[4/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/b7131f44
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/b7131f44
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/b7131f44

Branch: refs/heads/asf-site
Commit: b7131f4471132d1dc8a65ad0ab30b824f8774b3b
Parents: 93ddc76
Author: jenkins 
Authored: Sun Apr 2 06:02:41 2017 +
Committer: jenkins 
Committed: Sun Apr 2 06:02:41 2017 +

--
 apache_hbase_reference_guide.pdf|   4 +-
 apache_hbase_reference_guide.pdfmarks   |   4 +-
 devapidocs/constant-values.html |   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 240 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html |  96 
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  48 ++--
 .../regionserver/RSStatusTmpl.ImplData.html |  90 +++
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  36 +--
 .../tmpl/regionserver/RSStatusTmplImpl.html |  18 +-
 .../org/apache/hadoop/hbase/Version.html|   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 240 +--
 .../tmpl/master/MasterStatusTmpl.Intf.html  | 240 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 240 +--
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  68 +++---
 .../regionserver/RSStatusTmpl.ImplData.html |  90 +++
 .../tmpl/regionserver/RSStatusTmpl.Intf.html|  90 +++
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  90 +++
 .../tmpl/regionserver/RSStatusTmplImpl.html |  28 +--
 18 files changed, 813 insertions(+), 813 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7131f44/apache_hbase_reference_guide.pdf
--
diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf
index 9dda496..0935c46 100644
--- a/apache_hbase_reference_guide.pdf
+++ b/apache_hbase_reference_guide.pdf
@@ -5,8 +5,8 @@
 /Author (Apache HBase Team)
 /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
 /Producer (Apache HBase Team)
-/CreationDate (D:20170402052014+00'00')
-/ModDate (D:20170402052014+00'00')
+/CreationDate (D:20170402055002+00'00')
+/ModDate (D:20170402055002+00'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7131f44/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index ff275a8..ab70f9b 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170402052139)
-  /CreationDate (D:20170402052139)
+  /ModDate (D:20170402055126)
+  /CreationDate (D:20170402055126)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7131f44/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index 6b5e498..c188ef2 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 date
-"Sun Apr  2 05:11:59 UTC 2017"
+"Sun Apr  2 05:41:42 UTC 2017"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b7131f44/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 321af61..18e92e2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,94 +393,94 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 private HMaster m_master
 
 
-
+
 
 
 
 
-m_metaLocation
-private ServerName m_metaLocation
+m_frags
+private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or int

[2/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index 0fd1a7f..dc992ce 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-065@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-066@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-067@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
-068@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-069@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-071@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
+064@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+065@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+066@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+068@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+069@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
+070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+072@org.jamon.annotations.Argument(name 
= "format", type = "String")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,159 +118,159 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 26, 1
-114public void setFilter(String 
filter)
+113// 22, 1
+114public void 
setMetaLocation(ServerName metaLocation)
 115{
-116  // 26, 1
-117  m_filter = filter;
-118  m_filter__IsNotDefault = true;
+116  // 22, 1
+117  m_metaLocation = metaLocation;
+118  m_metaLocation__IsNotDefault = 
true;
 119}
-120public String getFilter()
+120public ServerName getMetaLocation()
 121{
-122  return m_filter;
+122  return m_metaLocation;
 123}
-124private String m_filter;
-125public boolean 
getFilter__IsNotDefault()
+124private ServerName m_metaLocation;
+125public boolean 
getMetaLocation__IsNotDefault()
 126{
-127  return m_filter__IsNotDefault;
+127  return 
m_metaLocation__IsNotDefault;
 128}
-129private boolean 
m_filter__IsNotDefault;
-130// 27, 1
-131public void setFormat(String 
format)
+129private boolean 
m_metaLocation__IsNotDefault;
+130// 23, 1
+131public void 
setServers(List servers)
 132{
-133  // 27, 1
-134  m_format = format;
-135  m_format__IsNotDefault = true;
+133  // 23, 1
+134  m_servers = servers;
+135  m_servers__IsNotDefault = true;
 136}
-137public String getFormat()
+137public List 
getServers()
 138{
-139  return m_format;
+139  return m_servers;
 140}
-141private String m_format;
-142public boolean 
getFormat__IsNotDefault()
+141private List 
m_servers;
+142public boolean 
getServers__IsNotDefault()
 143{
-144  return m_format__IsNotDefault;
+144  return m_servers__IsNotDefault;
 145}
-146private boolean 
m_format__IsNotDefault;
-147// 25, 1
-148public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
+146private boolean 
m_servers__IsNotDefault;
+147// 29, 1
+148public void 
setAssignmentManager(AssignmentManager assignmentManager)
 149{
-150  // 25, 1
-151  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
-152  
m_catalogJanitorEnabled__IsNotDefault = true;
+150  // 29, 1
+151  m_assignmentManager = 
assignmentManager;
+152  m_assignmentManager__IsNotDefault = 
true;
 153}
-154public boolean 
getCatalogJanitorEnabled()
+154public AssignmentManager 
getAssignmentManager()
 155{
-156  return m_catalogJanitorEnabled;
+156  return m_assignmentManager;
 157}
-158private boolean 
m_catalogJanitorEna

[4/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/347da1b3
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/347da1b3
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/347da1b3

Branch: refs/heads/asf-site
Commit: 347da1b3e979a4bdebff57f49ff586aee8787186
Parents: f699e01
Author: jenkins 
Authored: Sun Apr 2 05:32:56 2017 +
Committer: jenkins 
Committed: Sun Apr 2 05:32:56 2017 +

--
 apache_hbase_reference_guide.pdf|   4 +-
 apache_hbase_reference_guide.pdfmarks   |   4 +-
 devapidocs/constant-values.html |   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 270 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 108 
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  54 ++--
 .../regionserver/RSStatusTmpl.ImplData.html |  90 +++
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  36 +--
 .../tmpl/regionserver/RSStatusTmplImpl.html |  18 +-
 .../org/apache/hadoop/hbase/Version.html|   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 270 +--
 .../tmpl/master/MasterStatusTmpl.Intf.html  | 270 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 270 +--
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  72 ++---
 .../regionserver/RSStatusTmpl.ImplData.html |  90 +++
 .../tmpl/regionserver/RSStatusTmpl.Intf.html|  90 +++
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  90 +++
 .../tmpl/regionserver/RSStatusTmplImpl.html |  24 +-
 18 files changed, 882 insertions(+), 882 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/apache_hbase_reference_guide.pdf
--
diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf
index f78859c..9dda496 100644
--- a/apache_hbase_reference_guide.pdf
+++ b/apache_hbase_reference_guide.pdf
@@ -5,8 +5,8 @@
 /Author (Apache HBase Team)
 /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
 /Producer (Apache HBase Team)
-/CreationDate (D:20170402045033+00'00')
-/ModDate (D:20170402045033+00'00')
+/CreationDate (D:20170402052014+00'00')
+/ModDate (D:20170402052014+00'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index c378b91..ff275a8 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170402045157)
-  /CreationDate (D:20170402045157)
+  /ModDate (D:20170402052139)
+  /CreationDate (D:20170402052139)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index 3dba8a8..6b5e498 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 date
-"Sun Apr  2 04:42:10 UTC 2017"
+"Sun Apr  2 05:11:59 UTC 2017"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index a37a06a..321af61 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,166 +393,166 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 private HMaster m_master
 
 
-
+
 
 
 
 
-m_filter
-private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_filter
+m_metaLocation
+private ServerName m_metaLocation
 
 
-
+
 
 
 
 
-m_filter__IsNotDefault
-private boolean m_filter__IsNotDefault
+m_metaLocation__IsNotDefault
+private boolean m_metaLocation__IsNotDefault
 
 
-
+
 
 
 
 
-m_format
-private http://docs.oracle.com/jav

hbase-site git commit: INFRA-10751 Empty commit

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 347da1b3e -> 93ddc7650


INFRA-10751 Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/93ddc765
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/93ddc765
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/93ddc765

Branch: refs/heads/asf-site
Commit: 93ddc7650134a6b6b936fe4815fffb53c87a27a8
Parents: 347da1b
Author: jenkins 
Authored: Sun Apr 2 05:33:03 2017 +
Committer: jenkins 
Committed: Sun Apr 2 05:33:03 2017 +

--

--




[1/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site f699e0121 -> 347da1b3e


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
index 738fdd0..3257e9d 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
@@ -35,26 +35,26 @@
 027{
 028  private final HRegionServer 
regionServer;
 029  private final String bcn;
-030  private final String bcv;
-031  private final String filter;
-032  private final String format;
+030  private final String filter;
+031  private final String format;
+032  private final String bcv;
 033  protected static 
org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData 
__jamon_setOptionalArguments(org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 p_implData)
 034  {
 035if(! 
p_implData.getBcn__IsNotDefault())
 036{
 037  p_implData.setBcn("");
 038}
-039if(! 
p_implData.getBcv__IsNotDefault())
+039if(! 
p_implData.getFilter__IsNotDefault())
 040{
-041  p_implData.setBcv("");
+041  p_implData.setFilter("general");
 042}
-043if(! 
p_implData.getFilter__IsNotDefault())
+043if(! 
p_implData.getFormat__IsNotDefault())
 044{
-045  p_implData.setFilter("general");
+045  p_implData.setFormat("html");
 046}
-047if(! 
p_implData.getFormat__IsNotDefault())
+047if(! 
p_implData.getBcv__IsNotDefault())
 048{
-049  p_implData.setFormat("html");
+049  p_implData.setBcv("");
 050}
 051return p_implData;
 052  }
@@ -63,9 +63,9 @@
 055super(p_templateManager, 
__jamon_setOptionalArguments(p_implData));
 056regionServer = 
p_implData.getRegionServer();
 057bcn = p_implData.getBcn();
-058bcv = p_implData.getBcv();
-059filter = p_implData.getFilter();
-060format = p_implData.getFormat();
+058filter = p_implData.getFilter();
+059format = p_implData.getFormat();
+060bcv = p_implData.getBcv();
 061  }
 062  
 063  @Override public void 
renderNoFlush(final java.io.Writer jamonWriter)



[3/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
index 07f4455..4dd647a 100644
--- a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
@@ -247,31 +247,31 @@ implements http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcn
 
 
-
+
 
 
 
 
-bcv
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
+filter
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String filter
 
 
-
+
 
 
 
 
-filter
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String filter
+format
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String format
 
 
-
+
 
 
 
 
-format
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String format
+bcv
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
--
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
index 0aef528..49f8372 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
@@ -18,7 +18,7 @@
 010  public static final String version = 
"2.0.0-SNAPSHOT";
 011  public static final String revision = 
"73e1bcd33515061be2dc2e51e6ad19d9798a8ef6";
 012  public static final String user = 
"jenkins";
-013  public static final String date = "Sun 
Apr  2 04:42:10 UTC 2017";
+013  public static final String date = "Sun 
Apr  2 05:11:59 UTC 2017";
 014  public static final String url = 
"git://asf920.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase";
 015  public static final String srcChecksum 
= "bde8bfbb6022e47197d5e6ae21d282cb";
 016}

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/347da1b3/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 0fd1a7f..dc992ce 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-065@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-066@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-067@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
-068@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-069@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-071@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
+064@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+065@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+066@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+068@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+069@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
+070@org.jamon.annotations.Argument(name 
= "filter", type = "Strin

[2/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index 428a52b..0fd1a7f 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -69,14 +69,14 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-065@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
-066@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-068@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-069@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-070@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+066@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+067@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+068@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+069@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+071@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
 072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
@@ -118,142 +118,142 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 23, 1
-114public void 
setServers(List servers)
+113// 26, 1
+114public void setFilter(String 
filter)
 115{
-116  // 23, 1
-117  m_servers = servers;
-118  m_servers__IsNotDefault = true;
+116  // 26, 1
+117  m_filter = filter;
+118  m_filter__IsNotDefault = true;
 119}
-120public List 
getServers()
+120public String getFilter()
 121{
-122  return m_servers;
+122  return m_filter;
 123}
-124private List 
m_servers;
-125public boolean 
getServers__IsNotDefault()
+124private String m_filter;
+125public boolean 
getFilter__IsNotDefault()
 126{
-127  return m_servers__IsNotDefault;
+127  return m_filter__IsNotDefault;
 128}
-129private boolean 
m_servers__IsNotDefault;
-130// 24, 1
-131public void 
setDeadServers(Set deadServers)
+129private boolean 
m_filter__IsNotDefault;
+130// 27, 1
+131public void setFormat(String 
format)
 132{
-133  // 24, 1
-134  m_deadServers = deadServers;
-135  m_deadServers__IsNotDefault = 
true;
+133  // 27, 1
+134  m_format = format;
+135  m_format__IsNotDefault = true;
 136}
-137public Set 
getDeadServers()
+137public String getFormat()
 138{
-139  return m_deadServers;
+139  return m_format;
 140}
-141private Set 
m_deadServers;
-142public boolean 
getDeadServers__IsNotDefault()
+141private String m_format;
+142public boolean 
getFormat__IsNotDefault()
 143{
-144  return 
m_deadServers__IsNotDefault;
+144  return m_format__IsNotDefault;
 145}
-146private boolean 
m_deadServers__IsNotDefault;
-147// 26, 1
-148public void setFilter(String 
filter)
+146private boolean 
m_format__IsNotDefault;
+147// 25, 1
+148public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
 149{
-150  // 26, 1
-151  m_filter = filter;
-152  m_filter__IsNotDefault = true;
+150  // 25, 1
+151  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
+152  
m_catalogJanitorEnabled__IsNotDefault = true;
 153}
-154public String getFilter()
+154public boolean 
getCatalogJanitorEnabled()
 155{
-156  return m_filter;
+156  return m_catalogJanitorEnabled;
 157}
-158private String m_filter;
-159public boolean 
getFilter__IsNotDefault()
+158private boolean 
m_catalogJanitorEnabled;
+159public boolean 
getCatalogJanitorEnabled__IsNotDefault()
 160{
-161  return m_filter__Is

[4/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/b28d1e61
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/b28d1e61
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/b28d1e61

Branch: refs/heads/asf-site
Commit: b28d1e61834a05c7fadfc1a7352e341a72764219
Parents: 7473a84
Author: jenkins 
Authored: Sun Apr 2 05:03:12 2017 +
Committer: jenkins 
Committed: Sun Apr 2 05:03:12 2017 +

--
 apache_hbase_reference_guide.pdf|   4 +-
 apache_hbase_reference_guide.pdfmarks   |   4 +-
 devapidocs/constant-values.html |   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 240 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html |  96 
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  48 ++--
 .../regionserver/RSStatusTmpl.ImplData.html | 120 +-
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   |  48 ++--
 .../tmpl/regionserver/RSStatusTmplImpl.html |  24 +-
 .../org/apache/hadoop/hbase/Version.html|   2 +-
 .../tmpl/master/MasterStatusTmpl.ImplData.html  | 240 +--
 .../tmpl/master/MasterStatusTmpl.Intf.html  | 240 +--
 .../hbase/tmpl/master/MasterStatusTmpl.html | 240 +--
 .../hbase/tmpl/master/MasterStatusTmplImpl.html |  68 +++---
 .../regionserver/RSStatusTmpl.ImplData.html | 120 +-
 .../tmpl/regionserver/RSStatusTmpl.Intf.html| 120 +-
 .../hbase/tmpl/regionserver/RSStatusTmpl.html   | 120 +-
 .../tmpl/regionserver/RSStatusTmplImpl.html |  36 +--
 18 files changed, 886 insertions(+), 886 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/apache_hbase_reference_guide.pdf
--
diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf
index a97fd25..f78859c 100644
--- a/apache_hbase_reference_guide.pdf
+++ b/apache_hbase_reference_guide.pdf
@@ -5,8 +5,8 @@
 /Author (Apache HBase Team)
 /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
 /Producer (Apache HBase Team)
-/CreationDate (D:20170402042013+00'00')
-/ModDate (D:20170402042013+00'00')
+/CreationDate (D:20170402045033+00'00')
+/ModDate (D:20170402045033+00'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/apache_hbase_reference_guide.pdfmarks
--
diff --git a/apache_hbase_reference_guide.pdfmarks 
b/apache_hbase_reference_guide.pdfmarks
index 3d2b60c..c378b91 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20170402042136)
-  /CreationDate (D:20170402042136)
+  /ModDate (D:20170402045157)
+  /CreationDate (D:20170402045157)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index c5bd414..3dba8a8 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 date
-"Sun Apr  2 04:11:24 UTC 2017"
+"Sun Apr  2 04:42:10 UTC 2017"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index d2e09bb..a37a06a 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,148 +393,148 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 private HMaster m_master
 
 
-
+
 
 
 
 
-m_servers
-private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List m_servers
+m_filter
+private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_filter
 
 
-
+
 
 
 
 
-m_servers__IsNotDefault
-private boolean m_servers__IsNotDefault
+m_

hbase-site git commit: INFRA-10751 Empty commit

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site b28d1e618 -> f699e0121


INFRA-10751 Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/f699e012
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/f699e012
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/f699e012

Branch: refs/heads/asf-site
Commit: f699e0121deb7f9e5546a9bdcf6127dd26767eba
Parents: b28d1e6
Author: jenkins 
Authored: Sun Apr 2 05:03:19 2017 +
Committer: jenkins 
Committed: Sun Apr 2 05:03:19 2017 +

--

--




[1/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 7473a84a4 -> b28d1e618


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/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 e85e810..0015700 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 
= "bcv", 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 
= "bcn", type = "String")})
+028@org.jamon.annotations.Argument(name 
= "bcn", type = "String"),
+029@org.jamon.annotations.Argument(name 
= "bcv", type = "String"),
+030@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+031@org.jamon.annotations.Argument(name 
= "format", 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// 24, 1
-073public void setBcv(String bcv)
+072// 23, 1
+073public void setBcn(String bcn)
 074{
-075  // 24, 1
-076  m_bcv = bcv;
-077  m_bcv__IsNotDefault = true;
+075  // 23, 1
+076  m_bcn = bcn;
+077  m_bcn__IsNotDefault = true;
 078}
-079public String getBcv()
+079public String getBcn()
 080{
-081  return m_bcv;
+081  return m_bcn;
 082}
-083private String m_bcv;
-084public boolean 
getBcv__IsNotDefault()
+083private String m_bcn;
+084public boolean 
getBcn__IsNotDefault()
 085{
-086  return m_bcv__IsNotDefault;
+086  return m_bcn__IsNotDefault;
 087}
-088private boolean 
m_bcv__IsNotDefault;
-089// 21, 1
-090public void setFilter(String 
filter)
+088private boolean 
m_bcn__IsNotDefault;
+089// 24, 1
+090public void setBcv(String bcv)
 091{
-092  // 21, 1
-093  m_filter = filter;
-094  m_filter__IsNotDefault = true;
+092  // 24, 1
+093  m_bcv = bcv;
+094  m_bcv__IsNotDefault = true;
 095}
-096public String getFilter()
+096public String getBcv()
 097{
-098  return m_filter;
+098  return m_bcv;
 099}
-100private String m_filter;
-101public boolean 
getFilter__IsNotDefault()
+100private String m_bcv;
+101public boolean 
getBcv__IsNotDefault()
 102{
-103  return m_filter__IsNotDefault;
+103  return m_bcv__IsNotDefault;
 104}
-105private boolean 
m_filter__IsNotDefault;
-106// 22, 1
-107public void setFormat(String 
format)
+105private boolean 
m_bcv__IsNotDefault;
+106// 21, 1
+107public void setFilter(String 
filter)
 108{
-109  // 22, 1
-110  m_format = format;
-111  m_format__IsNotDefault = true;
+109  // 21, 1
+110  m_filter = filter;
+111  m_filter__IsNotDefault = true;
 112}
-113public String getFormat()
+113public String getFilter()
 114{
-115  return m_format;
+115  return m_filter;
 116}
-117private String m_format;
-118public boolean 
getFormat__IsNotDefault()
+117private String m_filter;
+118public boolean 
getFilter__IsNotDefault()
 119{
-120  return m_format__IsNotDefault;
+120  return m_filter__IsNotDefault;
 121}
-122private boolean 
m_format__IsNotDefault;
-123// 23, 1
-124public void setBcn(String bcn)
+122private boolean 
m_filter__IsNotDefault;
+123// 22, 1
+124public void setFormat(String 
format)
 125{
-126  // 23, 1
-127  m_bcn = bcn;
-128  m_bcn__IsNotDefault = true;
+126  // 22, 1
+127  m_format = format;
+128  m_format__IsNotDefault = true;
 129}
-130public String getBcn()
+130public String getFormat()
 131{
-132  return m_bcn;
+132  return m_format;
 133}
-134private String m_bcn;
-135public boolean 
getBcn__IsNotDefault()
+134private String m_format;
+135public boolean 
getFormat__IsNotDefault()
 136{
-137  return m_bcn__IsNotDefault;
+137  return m_format__IsNotDefault;
 138}
-139private boolean 
m_bcn__IsNotDefault;
+139private boolean 
m_format__IsNotDefault;
 140  }
 141  @Override
 142  protected 
org.jamon.AbstractTemplateProxy.ImplData makeImplData()
@@ -156,31 +156,31 @@
 148return (ImplData) 
super.getImplData()

[3/4] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
index a318869..07f4455 100644
--- a/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
+++ b/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html
@@ -238,40 +238,40 @@ implements HRegionServer regionServer
 
 
-
+
 
 
 
 
-bcv
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
+bcn
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcn
 
 
-
+
 
 
 
 
-filter
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String filter
+bcv
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcv
 
 
-
+
 
 
 
 
-format
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String format
+filter
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String filter
 
 
-
+
 
 
 
 
-bcn
-private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String bcn
+format
+private final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String format
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
--
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
index 66e2e13..0aef528 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html
@@ -18,7 +18,7 @@
 010  public static final String version = 
"2.0.0-SNAPSHOT";
 011  public static final String revision = 
"73e1bcd33515061be2dc2e51e6ad19d9798a8ef6";
 012  public static final String user = 
"jenkins";
-013  public static final String date = "Sun 
Apr  2 04:11:24 UTC 2017";
+013  public static final String date = "Sun 
Apr  2 04:42:10 UTC 2017";
 014  public static final String url = 
"git://asf920.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase";
 015  public static final String srcChecksum 
= "bde8bfbb6022e47197d5e6ae21d282cb";
 016}

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/b28d1e61/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 428a52b..0fd1a7f 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -69,14 +69,14 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-065@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
-066@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-068@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-069@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-070@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+066@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+067@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+068@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+069@org.jamon.annotations.Argument(name 
= "frags", type = "Ma

hbase-site git commit: INFRA-10751 Empty commit

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 3a970c89d -> 7473a84a4


INFRA-10751 Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/7473a84a
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/7473a84a
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/7473a84a

Branch: refs/heads/asf-site
Commit: 7473a84a4b7bc786fcd9a05fe22e31551a08e311
Parents: 3a970c8
Author: jenkins 
Authored: Sun Apr 2 04:33:25 2017 +
Committer: jenkins 
Committed: Sun Apr 2 04:33:25 2017 +

--

--




[49/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 3492a80..e42fa80 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -409,31 +409,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
+AsyncTableBase.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-Table.getName()
+RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-AsyncTableBase.getName()
-Gets the fully qualified table name instance of this 
table.
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
 
 
 
 TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
@@ -743,17 +743,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-AsyncTableRegionLocator
-AsyncConnection.getRegionLocator(TableName tableName)
-Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
-
-
-
 RegionLocator
 Connection.getRegionLocator(TableName tableName)
 Retrieve a RegionLocator implementation to inspect region 
information on a table.
 
 
+
+AsyncTableRegionLocator
+AsyncConnection.getRegionLocator(TableName tableName)
+Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
+
+
 
 default Table
 Connection.getTable(TableName tableName)
@@ -761,31 +761,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-default AsyncTable
-AsyncConnection.getTable(TableName tableName,
+default Table
+Connection.getTable(TableName tableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Retrieve an AsyncTable implementation for accessing a 
table.
+Retrieve a Table implementation for accessing a table.
 
 
 
-default Table
-Connection.getTable(TableName tableName,
+default AsyncTable
+AsyncConnection.getTable(TableName tableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Retrieve a Table implementation for accessing a table.
+Retrieve an AsyncTable implementation for accessing a 
table.
 
 
 
-AsyncTableBuilder
-AsyncConnection.getTableBuilder(TableName tableName,
+TableBuilder
+Connection.getTableBuilder(TableName tableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Returns an AsyncTableBuilder for creating 
AsyncTable.
+Returns an TableBuilder for creating Table.
 
 
 
-TableBuilder
-Connection.getTableBuilder(TableName tableName,
+AsyncTableBuilder
+AsyncConnection.getTableBuilder(TableName tableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Returns an TableBuilder for creating Table.
+Returns an AsyncTableBuilder for creating 
AsyncTable.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/client/Durability.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Durability.html 
b/apidocs/org/apache/hadoop/hbase/client/Durability.html
index 232f165..58db6a9 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Durability.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Durability.html
@@ -294,7 +294,7 @@ the order they are declared.
 
 
 values
-public static Durability[] values()
+public static Durability[] values()
 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:
@@ -314,7 +314,7 @@ for (Durability c : Durability.values())
 
 
 valueOf
-public static Durability valueOf(http://docs.oracle.com/javase/8/docs/api/

[26/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
index 2812ba9..d3cba55 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
@@ -140,111 +140,111 @@
 
 
 Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cell cell) 
+ValueFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cell v) 
+SkipFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cell v) 
+FamilyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cell c) 
+FilterWrapper.filterKeyValue(Cell v) 
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cell v)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+ColumnPrefixFilter.filterKeyValue(Cell cell) 
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cell v) 
+PageFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cell v) 
+RowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cell v) 
+ColumnRangeFilter.filterKeyValue(Cell kv) 
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cell v) 
+ColumnCountGetFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cell v) 
+MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cell ignored) 
+ColumnPaginationFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cell v) 
+DependentColumnFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cell v) 
+InclusiveStopFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cell c) 
+KeyOnlyFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cell kv) 
+MultiRowRangeFilter.filterKeyValue(Cell ignored) 
 
 
-Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cell v) 
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cell v)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cell v) 
+FirstKeyOnlyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cell ignored) 
+WhileMatchFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cell v) 
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
+Deprecated. 
+ 
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cell c) 
+TimestampsFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
-Deprecated. 
- 
+FuzzyRowFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cell ignored) 
+FilterList.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cell v) 
+RandomRowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cell v) 
+PrefixFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
+SingleColumnValueFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cell c) 
+QualifierFilter.filterKeyValue(Cell v) 
 
 
 static Filter.ReturnCode

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index abddd91..8f44ebe 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -433,13 +433,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 SkipFilter.filter 
 
 
-private Filter
-WhileMatchFilter.filter 
-
-
 (package private) Filter
 FilterWrapper.filter 
 
+
+private Filter
+WhileMatchFilter.filter 
+
 
 private Filter
 FilterList.seekHintFilter 
@@ -468,15 +468,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+SingleColumnValueExcludeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.ht

[42/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index a65ef2d..c5bd414 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 date
-"Sun Apr  2 03:41:16 UTC 2017"
+"Sun Apr  2 04:11:24 UTC 2017"
 
 
 
@@ -3796,7 +3796,7 @@
 
 public static final http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 url
-"git://asf919.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase"
+"git://asf920.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/deprecated-list.html
--
diff --git a/devapidocs/deprecated-list.html b/devapidocs/deprecated-list.html
index b2ff15d..97cea3a 100644
--- a/devapidocs/deprecated-list.html
+++ b/devapidocs/deprecated-list.html
@@ -439,13 +439,13 @@
 org.apache.hadoop.hbase.mapreduce.CellCreator.create(byte[],
 int, int, byte[], int, int, byte[], int, int, long, byte[], int, int, 
String)
 
 
-org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
 org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
-org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
 org.apache.hadoop.hbase.coprocessor.ObserverContext.createAndPrepare(T,
 ObserverContext)
@@ -694,13 +694,13 @@
 
 
 
-org.apache.hadoop.hbase.client.HTable.getRpcTimeout()
-
-
 org.apache.hadoop.hbase.client.Table.getRpcTimeout()
 Use getReadRpcTimeout or 
getWriteRpcTimeout instead
 
 
+
+org.apache.hadoop.hbase.client.HTable.getRpcTimeout()
+
 
 org.apache.hadoop.hbase.client.HTableWrapper.getRpcTimeout()
 
@@ -757,13 +757,13 @@
 
 
 
-org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
-use ImmutableBytesWritable.getLength()
 instead
+org.apache.hadoop.hbase.util.Bytes.getSize()
+use Bytes.getLength()
 instead
 
 
 
-org.apache.hadoop.hbase.util.Bytes.getSize()
-use Bytes.getLength()
 instead
+org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
+use ImmutableBytesWritable.getLength()
 instead
 
 
 
@@ -837,12 +837,12 @@
 org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate.isLogDeletable(FileStatus)
 
 
-org.apache.hadoop.hbase.client.ClusterConnection.isMasterRunning()
+org.apache.hadoop.hbase.client.ConnectionImplementation.isMasterRunning()
 this has been deprecated 
without a replacement
 
 
 
-org.apache.hadoop.hbase.client.ConnectionImplementation.isMasterRunning()
+org.apache.hadoop.hbase.client.ClusterConnection.isMasterRunning()
 this has been deprecated 
without a replacement
 
 
@@ -1358,13 +1358,13 @@
 org.apache.hadoop.hbase.HTableDescriptor.setName(TableName)
 
 
-org.apache.hadoop.hbase.client.HTable.setOperationTimeout(int)
-
-
 org.apache.hadoop.hbase.client.Table.setOperationTimeout(int)
 since 2.0.0, use TableBuilder.setOperationTimeout(int)
 instead
 
 
+
+org.apache.hadoop.hbase.client.HTable.setOperationTimeout(int)
+
 
 org.apache.hadoop.hbase.HTableDescriptor.setOwner(User)
 
@@ -1378,21 +1378,21 @@
 org.apache.hadoop.hbase.http.HttpServer.Builder.setPort(int)
 
 
-org.apache.hadoop.hbase.client.HTable.setReadRpcTimeout(int)
-
-
 org.apache.hadoop.hbase.client.Table.setReadRpcTimeout(int)
 since 2.0.0, use TableBuilder.setReadRpcTimeout(int)
 instead
 
 
-
-org.apache.hadoop.hbase.client.HTable.setRpcTimeout(int)
-
 
+org.apache.hadoop.hbase.client.HTable.setReadRpcTimeout(int)
+
+
 org.apache.hadoop.hbase.client.Table.setRpcTimeout(int)
 Use setReadRpcTimeout or 
setWriteRpcTimeout instead
 
 
+
+org.apache.hadoop.hbase.client.HTable.setRpcTimeout(int)
+
 
 org.apache.hadoop.hbase.client.HTableWrapper.setRpcTimeout(int)
 
@@ -1420,27 +1420,27 @@
 
 
 
-org.apache.hadoop.hbase.client.BufferedMutatorImpl.setWriteBufferSize(long)
-Going away when we drop 
public support for HTable.
+org.apache.hadoop.hbase.client.Table.setWriteBufferSize(long)
+as of 1.0.1 (should not 
have been in 1.0.0). Replaced by BufferedMutator and
+ BufferedMutatorParams.writeBufferSize(long)
 
 
 
 org.apache.hadoop.hbase.client.HTable.setWriteBufferSize(long)
 
 
-org.apache.hadoop.hbase.client.Table.setWriteBufferSize(long)
-as of 1.0.1 (should not 
have been in 1.0.0). Replaced by Bu

[11/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
index 8c57b38..e768cd7 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationPeers.html
@@ -265,15 +265,15 @@
 
 
 private ReplicationPeers
-ReplicationSourceManager.replicationPeers 
+ReplicationSource.replicationPeers 
 
 
 private ReplicationPeers
-ReplicationSource.replicationPeers 
+Replication.replicationPeers 
 
 
 private ReplicationPeers
-Replication.replicationPeers 
+ReplicationSourceManager.replicationPeers 
 
 
 private ReplicationPeers

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
index 7bebf07..7f8b4b2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationQueues.html
@@ -151,15 +151,15 @@
 
 
 private ReplicationQueues
-ReplicationSourceManager.replicationQueues 
+ReplicationSource.replicationQueues 
 
 
 private ReplicationQueues
-ReplicationSource.replicationQueues 
+Replication.replicationQueues 
 
 
 private ReplicationQueues
-Replication.replicationQueues 
+ReplicationSourceManager.replicationQueues 
 
 
 private ReplicationQueues

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
index 373d114..b3d3829 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/ReplicationTracker.html
@@ -147,11 +147,11 @@
 
 
 private ReplicationTracker
-ReplicationSourceManager.replicationTracker 
+Replication.replicationTracker 
 
 
 private ReplicationTracker
-Replication.replicationTracker 
+ReplicationSourceManager.replicationTracker 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
index ffad47a..d70f824 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/class-use/WALEntryFilter.html
@@ -185,14 +185,14 @@
 
 
 WALEntryFilter
-ReplicationEndpoint.getWALEntryfilter()
-Returns a WALEntryFilter to use for filtering out 
WALEntries from the log.
+BaseReplicationEndpoint.getWALEntryfilter()
+Returns a default set of filters
 
 
 
 WALEntryFilter
-BaseReplicationEndpoint.getWALEntryfilter()
-Returns a default set of filters
+ReplicationEndpoint.getWALEntryfilter()
+Returns a WALEntryFilter to use for filtering out 
WALEntries from the log.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
index 9cffb66..4c2ce9f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/replication/regionserver/class-use/MetricsReplicationSourceImpl.html
@@ -104,11 +104,11 @@
 
 
 private MetricsReplicationSourceImpl
-MetricsReplicationSourceSourceImpl.rms 
+MetricsReplicationGlobalSourceSource.rms 
 
 
 private MetricsReplicationSourceImpl
-MetricsReplicationGlobalSourceSource.rms 
+MetricsReplicationSourceSourceImpl.rms 
 
 
 (package private) MetricsReplicationSourceImpl

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/replication/regionserver

[15/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
index e272e46..ff37819 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
@@ -146,11 +146,11 @@
 
 
 private RegionServerServices
-LogRollBackupSubprocedure.rss 
+LogRollRegionServerProcedureManager.rss 
 
 
 private RegionServerServices
-LogRollRegionServerProcedureManager.rss 
+LogRollBackupSubprocedure.rss 
 
 
 
@@ -290,15 +290,15 @@
 
 
 
+void
+RegionServerProcedureManagerHost.initialize(RegionServerServices rss) 
+
+
 abstract void
 RegionServerProcedureManager.initialize(RegionServerServices rss)
 Initialize a globally barriered procedure for region 
servers.
 
 
-
-void
-RegionServerProcedureManagerHost.initialize(RegionServerServices rss) 
-
 
 
 
@@ -400,11 +400,11 @@
 
 
 private RegionServerServices
-CompactedHFilesDischarger.regionServerServices 
+RegionServerCoprocessorHost.RegionServerEnvironment.regionServerServices 
 
 
 private RegionServerServices
-RegionServerCoprocessorHost.RegionServerEnvironment.regionServerServices 
+CompactedHFilesDischarger.regionServerServices 
 
 
 private RegionServerServices
@@ -412,14 +412,6 @@
 
 
 (package private) RegionServerServices
-HRegion.rsServices 
-
-
-private RegionServerServices
-RegionUnassigner.rsServices 
-
-
-(package private) RegionServerServices
 RegionCoprocessorHost.rsServices
 The region server services
 
@@ -430,6 +422,14 @@
 
 
 private RegionServerServices
+RegionUnassigner.rsServices 
+
+
+(package private) RegionServerServices
+HRegion.rsServices 
+
+
+private RegionServerServices
 SplitLogWorker.server 
 
 
@@ -450,13 +450,13 @@
 RegionServerCoprocessorHost.RegionServerEnvironment.getRegionServerServices() 
 
 
-(package private) RegionServerServices
-HRegion.getRegionServerServices() 
-
-
 RegionServerServices
 RegionCoprocessorHost.RegionEnvironment.getRegionServerServices() 
 
+
+(package private) RegionServerServices
+HRegion.getRegionServerServices() 
+
 
 
 
@@ -649,13 +649,13 @@
 FinishRegionRecoveringHandler.rss 
 
 
-private RegionServerServices
-CloseRegionHandler.rsServices 
-
-
 protected RegionServerServices
 OpenRegionHandler.rsServices 
 
+
+private RegionServerServices
+CloseRegionHandler.rsServices 
+
 
 private RegionServerServices
 OpenRegionHandler.PostOpenDeployTasksThread.services 
@@ -795,19 +795,17 @@
 
 
 static ThroughputController
-CompactionThroughputControllerFactory.create(RegionServerServices server,
+FlushThroughputControllerFactory.create(RegionServerServices server,
   org.apache.hadoop.conf.Configuration conf) 
 
 
 static ThroughputController
-FlushThroughputControllerFactory.create(RegionServerServices server,
+CompactionThroughputControllerFactory.create(RegionServerServices server,
   org.apache.hadoop.conf.Configuration conf) 
 
 
 void
-ThroughputController.setup(RegionServerServices server)
-Setup controller for the given region server.
-
+PressureAwareFlushThroughputController.setup(RegionServerServices server) 
 
 
 void
@@ -819,11 +817,13 @@
 
 
 void
-PressureAwareFlushThroughputController.setup(RegionServerServices server) 
+NoLimitThroughputController.setup(RegionServerServices server) 
 
 
 void
-NoLimitThroughputController.setup(RegionServerServices server) 
+ThroughputController.setup(RegionServerServices server)
+Setup controller for the given region server.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
index 53e7b3f..5cc618e 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
@@ -379,11 +379,11 @@ the order they are declared.
 
 
 ScanType
-StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequest request) 
+Compactor.InternalScannerFactory.getScanType(CompactionRequest request) 
 
 
 ScanType
-Compactor.InternalScannerFactory.getScanType(CompactionRequest request) 
+StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequest request) 
 
 
 
@@ -396,14 +396,14 @@ the order they are declared.
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interfa

[28/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html 
b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
index 2db3705..93c55cd 100644
--- a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
+++ b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Decoder.html
@@ -151,23 +151,23 @@
 
 
 Codec.Decoder
-CellCodec.getDecoder(ByteBuff buf) 
+KeyValueCodec.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-Codec.getDecoder(ByteBuff buf) 
+CellCodecWithTags.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(ByteBuff buf) 
+Codec.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(ByteBuff buf) 
+CellCodec.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(ByteBuff buf) 
+KeyValueCodecWithTags.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
@@ -175,27 +175,27 @@
 
 
 Codec.Decoder
-CellCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in 
java.io">InputStream is) 
+KeyValueCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream is)
+Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--";
 title="class or interface in 
java.io">InputStream.available()
+
 
 
 Codec.Decoder
-Codec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in 
java.io">InputStream is) 
+CellCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in 
java.io">InputStream is) 
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream is)
-Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--";
 title="class or interface in 
java.io">InputStream.available()
-
+Codec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in 
java.io">InputStream is) 
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream is)
-Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--";
 title="class or interface in 
java.io">InputStream.available()
-
+CellCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in 
java.io">InputStream is) 
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in 
java.io">InputStream is) 
+KeyValueCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream is)
+Implementation depends on http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true#available--";
 title="class or interface in 
java.io">InputStream.available()
+
 
 
 Codec.Decoder

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html 
b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
index 2895ea1..ceadd16 100644
--- a/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
+++ b/devapidocs/org/apache/hadoop/hbase/codec/class-use/Codec.Encoder.html
@@ -143,23 +143,23 @@
 
 
 Codec.Encoder
-CellCodec.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in 
java.io">OutputStream os) 
+KeyValueCodec.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in 
java.io">OutputStream os) 
 
 
 Codec.Encoder
-Codec.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in 
java.io">OutputStream os) 
+CellCodecWithTags.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in 
java.io">OutputStream os) 
 
 
 Codec.Encoder
-KeyValueCodec.getEncoder(http://docs.oracle.

[32/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
index 76ec709..e97ea76 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
@@ -332,14 +332,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-BufferedMutatorImpl.mutate(Mutation m) 
-
-
-void
 BufferedMutator.mutate(Mutation mutation)
 Sends a Mutation to 
the table.
 
 
+
+void
+BufferedMutatorImpl.mutate(Mutation m) 
+
 
 
 
@@ -351,14 +351,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-BufferedMutatorImpl.mutate(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List ms) 
-
-
-void
 BufferedMutator.mutate(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List mutations)
 Send some Mutations to 
the table.
 
 
+
+void
+BufferedMutatorImpl.mutate(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List ms) 
+
 
 
 
@@ -491,15 +491,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 MutationSerialization.getDeserializer(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class c) 
 
 
-org.apache.hadoop.mapreduce.RecordWriter
-MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) 
-
-
 org.apache.hadoop.mapreduce.RecordWriter
 TableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
 Creates a new record writer.
 
 
+
+org.apache.hadoop.mapreduce.RecordWriter
+MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) 
+
 
 org.apache.hadoop.io.serializer.Serializer
 MutationSerialization.getSerializer(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class c) 
@@ -607,11 +607,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-DefaultOperationQuota.addMutation(Mutation mutation) 
+NoopOperationQuota.addMutation(Mutation mutation) 
 
 
 void
-NoopOperationQuota.addMutation(Mutation mutation) 
+DefaultOperationQuota.addMutation(Mutation mutation) 
 
 
 void
@@ -964,6 +964,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
+MultiRowMutationProcessor.process(long now,
+   HRegion region,
+   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List mutationsToApply,
+   WALEdit walEdit) 
+
+
+void
 RowProcessor.process(long now,
HRegion region,
http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List mutations,
@@ -971,13 +978,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 HRegion handles the locks and MVCC and invokes this method 
properly.
 
 
-
-void
-MultiRowMutationProcessor.process(long now,
-   HRegion region,
-   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List mutationsToApply,
-   WALEdit walEdit) 
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
index 2136979..8ac4b8a 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/NonceGenerator.html
@@ -126,11 +126,11 @@
 
 
 private NonceGenerator
-HBaseAdmin.ng 
+AsyncHBaseAdmin.ng 
 
 
 private NonceGenerator
-AsyncHBaseAdmin.ng 
+HBaseAdmin.ng 
 
 
 (package private) static NonceGenerator
@@ -159,11 +159,11 @@
 
 
 NonceGenerator
-ClusterConnection.getNonceGenerator() 
+ConnectionImplementation.getNonceGenerator() 
 
 
 NonceGenerator
-ConnectionImplementation.getNonceGenerator() 
+ClusterConnection.getNonceGenerator() 
 
 
 NonceGenerator

http://git-wip-us.apache.org/repos/asf/hb

[46/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
index 78fd371..72f56a8 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
@@ -250,10 +250,7 @@
 
 
 ByteRange
-ByteRange.deepCopy()
-Create a new ByteRange with new backing byte[] 
containing a copy
- of the content from this range's window.
-
+SimpleByteRange.deepCopy() 
 
 
 ByteRange
@@ -261,7 +258,10 @@
 
 
 ByteRange
-SimpleByteRange.deepCopy() 
+ByteRange.deepCopy()
+Create a new ByteRange with new backing byte[] 
containing a copy
+ of the content from this range's window.
+
 
 
 ByteRange
@@ -281,6 +281,16 @@
 
 
 ByteRange
+SimpleByteRange.put(int index,
+   byte val) 
+
+
+ByteRange
+SimpleMutableByteRange.put(int index,
+   byte val) 
+
+
+ByteRange
 ByteRange.put(int index,
byte val)
 Store val at index.
@@ -288,13 +298,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
-   byte val) 
+SimpleByteRange.put(int index,
+   byte[] val) 
 
 
 ByteRange
-SimpleByteRange.put(int index,
-   byte val) 
+SimpleMutableByteRange.put(int index,
+   byte[] val) 
 
 
 ByteRange
@@ -305,13 +315,17 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
-   byte[] val) 
+SimpleByteRange.put(int index,
+   byte[] val,
+   int offset,
+   int length) 
 
 
 ByteRange
-SimpleByteRange.put(int index,
-   byte[] val) 
+SimpleMutableByteRange.put(int index,
+   byte[] val,
+   int offset,
+   int length) 
 
 
 ByteRange
@@ -325,17 +339,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
-   byte[] val,
-   int offset,
-   int length) 
+SimpleByteRange.putInt(int index,
+  int val) 
 
 
 ByteRange
-SimpleByteRange.put(int index,
-   byte[] val,
-   int offset,
-   int length) 
+SimpleMutableByteRange.putInt(int index,
+  int val) 
 
 
 ByteRange
@@ -346,13 +356,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.putInt(int index,
-  int val) 
+SimpleByteRange.putLong(int index,
+   long val) 
 
 
 ByteRange
-SimpleByteRange.putInt(int index,
-  int val) 
+SimpleMutableByteRange.putLong(int index,
+   long val) 
 
 
 ByteRange
@@ -363,13 +373,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.putLong(int index,
-   long val) 
+SimpleByteRange.putShort(int index,
+short val) 
 
 
 ByteRange
-SimpleByteRange.putLong(int index,
-   long val) 
+SimpleMutableByteRange.putShort(int index,
+short val) 
 
 
 ByteRange
@@ -380,25 +390,21 @@
 
 
 ByteRange
-SimpleMutableByteRange.putShort(int index,
-short val) 
+SimpleByteRange.set(byte[] bytes) 
 
 
 ByteRange
-SimpleByteRange.putShort(int index,
-short val) 
-
-
-ByteRange
 ByteRange.set(byte[] bytes)
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[] bytes) 
+SimpleByteRange.set(byte[] bytes,
+   int offset,
+   int length) 
 
-
+
 ByteRange
 ByteRange.set(byte[] bytes,
int offset,
@@ -406,22 +412,16 @@
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[] bytes,
-   int offset,
-   int length) 
+SimpleByteRange.set(int capacity) 
 
-
+
 ByteRange
 ByteRange.set(int capacity)
 Reuse this ByteRange over a new byte[].
 
 
-
-ByteRange
-SimpleByteRange.set(int capacity) 
-
 
 ByteRange
 ByteRange.setLength(int length)
@@ -436,9 +436,7 @@
 
 
 ByteRange
-ByteRange.shallowCopy()
-Create a new ByteRange that points at this 
range's byte[].
-
+SimpleByteRange.shallowCopy() 
 
 
 ByteRange
@@ -446,14 +444,14 @@
 
 
 ByteRange
-SimpleByteRange.shallowCopy() 
+ByteRange.shallowCopy()
+Create a new ByteRange that points at this 
range's byte[].
+
 
 
 ByteRange
-ByteRange.shallowCopySubRange(int innerOffset,
-   int copyLength)
-Create a new ByteRange that points at this 
range's byte[].
-
+SimpleByteRange.shallowCopySubRange(int innerOffset,
+   int copyLength) 
 
 
 ByteRange
@@ -462,14 +460,14 @@
 
 
 ByteRange
-SimpleByteRange.shallowCopySubRange(int innerOffset,
-   int copyLength) 
+ByteRange.shallowCopySubRange(int innerOffset,
+   int copyLength)
+Create a new ByteRange that points at this 
range's byte[].
+
 
 
 ByteRange
-ByteRange.unset()
-Nullifies this ByteRange.
-
+SimpleByteRange.unset() 
 
 
 ByteRange
@@ -477,7 +475,9 @@
 
 
 ByteRange
-SimpleByteRange.unset() 
+ByteRange.unset()
+Nullifies this ByteRange.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
index a

[24/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
index c7928a3..192e66a 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDecodingContext.html
@@ -220,27 +220,27 @@
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparator comparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparator comparator,
+FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
+RowIndexCodecV1.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
@@ -252,13 +252,13 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer
-RowIndexCodecV1.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
-   HFileBlockDecodingContext decodingCtx) 
+BufferedDataBlockEncoder.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
+   HFileBlockDecodingContext blkDecodingCtx) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer
-BufferedDataBlockEncoder.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
-   HFileBlockDecodingContext blkDecodingCtx) 
+RowIndexCodecV1.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
+   HFileBlockDecodingContext decodingCtx) 
 
 
 
@@ -333,18 +333,18 @@
 
 
 HFileBlockDecodingContext
-HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext) 
-
-
-HFileBlockDecodingContext
 NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContext meta) 
 
-
+
 HFileBlockDecodingContext
 HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContext fileContext)
 create a encoder specific decoding context for 
reading.
 
 
+
+HFileBlockDecodingContext
+HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContext fileContext) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
index 1d5f6e2..3b5da5b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/encoding/class-use/HFileBlockDefaultDecodingContext.html
@@ -116,36 +116,36 @@
  HFileBlockDefaultDecodingContext decodingCtx) 
 
 
-protected http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer
-CopyKeyDataBlockEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">DataInputStream source,
+protected abstract http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer
+BufferedDataBlockEncoder.internalDecodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true";
 title="class or interface in java.io">

[35/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 064c5e3..25e8e89 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -1954,111 +1954,111 @@ service.
 
 
 private TableName
-SnapshotDescription.table 
-
-
-private TableName
 RegionCoprocessorRpcChannel.table 
 
-
-private TableName
-RawAsyncTableImpl.tableName 
-
 
 private TableName
-RegionServerCallable.tableName 
+SnapshotDescription.table 
 
 
 protected TableName
-RegionAdminServiceCallable.tableName 
+AsyncHBaseAdmin.TableProcedureBiConsumer.tableName 
 
 
 private TableName
-BufferedMutatorImpl.tableName 
+HRegionLocator.tableName 
 
 
 private TableName
-AsyncProcessTask.tableName 
+ScannerCallableWithReplicas.tableName 
 
 
 private TableName
-AsyncProcessTask.Builder.tableName 
+ClientScanner.tableName 
 
 
 private TableName
-AsyncRequestFutureImpl.tableName 
+AsyncClientScanner.tableName 
 
 
-protected TableName
-TableBuilderBase.tableName 
+private TableName
+AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName 
 
 
 private TableName
-AsyncBatchRpcRetryingCaller.tableName 
+AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName 
 
 
 private TableName
-HTable.tableName 
+RawAsyncTableImpl.tableName 
 
 
 private TableName
-TableState.tableName 
+RegionCoprocessorRpcChannelImpl.tableName 
 
 
-protected TableName
-RpcRetryingCallerWithReadReplicas.tableName 
+private TableName
+AsyncTableRegionLocatorImpl.tableName 
 
 
 protected TableName
-AsyncTableBuilderBase.tableName 
+RegionAdminServiceCallable.tableName 
 
 
 private TableName
-AsyncSingleRequestRpcRetryingCaller.tableName 
+HTable.tableName 
 
 
 private TableName
-ScannerCallableWithReplicas.tableName 
+BufferedMutatorImpl.tableName 
 
 
 private TableName
-AsyncTableRegionLocatorImpl.tableName 
+AsyncBatchRpcRetryingCaller.tableName 
 
 
 private TableName
-HBaseAdmin.TableFuture.tableName 
+BufferedMutatorParams.tableName 
 
 
 private TableName
-RegionCoprocessorRpcChannelImpl.tableName 
+HBaseAdmin.TableFuture.tableName 
 
 
-protected TableName
-AsyncHBaseAdmin.TableProcedureBiConsumer.tableName 
+private TableName
+AsyncRequestFutureImpl.tableName 
 
 
 private TableName
-ClientScanner.tableName 
+AsyncProcessTask.tableName 
 
 
 private TableName
-BufferedMutatorParams.tableName 
+AsyncProcessTask.Builder.tableName 
 
 
 private TableName
-AsyncClientScanner.tableName 
+RegionServerCallable.tableName 
 
 
 private TableName
-AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName 
+AsyncSingleRequestRpcRetryingCaller.tableName 
 
 
-private TableName
-AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName 
+protected TableName
+TableBuilderBase.tableName 
+
+
+protected TableName
+RpcRetryingCallerWithReadReplicas.tableName 
+
+
+protected TableName
+AsyncTableBuilderBase.tableName 
 
 
 private TableName
-HRegionLocator.tableName 
+TableState.tableName 
 
 
 
@@ -2096,37 +2096,27 @@ service.
 
 
 TableName
-RawAsyncTableImpl.getName() 
-
-
-TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
-
-TableName
-BufferedMutatorImpl.getName() 
-
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
-
+HRegionLocator.getName() 
 
 
 TableName
-HTable.getName() 
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
+
 
 
 TableName
-Table.getName()
-Gets the fully qualified table name instance of this 
table.
-
+AsyncTableImpl.getName() 
 
 
 TableName
-AsyncTableImpl.getName() 
+RawAsyncTableImpl.getName() 
 
 
 TableName
@@ -2134,19 +2124,29 @@ service.
 
 
 TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-AsyncTableBase.getName()
+RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-HRegionLocator.getName() 
+HTable.getName() 
+
+
+TableName
+BufferedMutatorImpl.getName() 
+
+
+TableName
+AsyncTableBase.getName()
+Gets the fully qualified table name instance of this 
table.
+
 
 
 TableName
@@ -2158,29 +2158,29 @@ service.
 
 
 TableName
-RegionServerCallable.getTableName() 
+SnapshotDescription.getTableName() 
 
 
 TableName
-SnapshotDescription.getTableName() 
+BufferedMutatorParams.getTableName() 
 
 
-TableName
-AsyncProcessTask.getTableName() 
+protected TableName
+HBaseAdmin.Tabl

[41/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index cdf8989..e2a0d48 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -629,45 +629,45 @@ service.
 
 
 Cell
-IndividualBytesFieldCell.deepClone() 
+ByteBufferKeyValue.deepClone() 
 
 
 Cell
-NoTagsKeyValue.deepClone() 
+IndividualBytesFieldCell.deepClone() 
 
 
 Cell
-ExtendedCell.deepClone()
-Does a deep copy of the contents to a new memory area and 
returns it as a new cell.
-
+NoTagsByteBufferKeyValue.deepClone() 
 
 
 Cell
-NoTagsByteBufferKeyValue.deepClone() 
+NoTagsKeyValue.deepClone() 
 
 
 Cell
-KeyValue.deepClone() 
+CellUtil.TagRewriteCell.deepClone() 
 
 
 Cell
-CellUtil.TagRewriteCell.deepClone() 
+CellUtil.TagRewriteByteBufferCell.deepClone() 
 
 
 Cell
-CellUtil.TagRewriteByteBufferCell.deepClone() 
+CellUtil.ValueAndTagRewriteCell.deepClone() 
 
 
 Cell
-CellUtil.ValueAndTagRewriteCell.deepClone() 
+CellUtil.ValueAndTagRewriteByteBufferCell.deepClone() 
 
 
 Cell
-CellUtil.ValueAndTagRewriteByteBufferCell.deepClone() 
+KeyValue.deepClone() 
 
 
 Cell
-ByteBufferKeyValue.deepClone() 
+ExtendedCell.deepClone()
+Does a deep copy of the contents to a new memory area and 
returns it as a new cell.
+
 
 
 
@@ -1525,32 +1525,32 @@ service.
 
 
 
-boolean
-KeyValue.KVComparator.matchingRowColumn(Cell left,
+static boolean
+CellUtil.matchingRowColumn(Cell left,
  Cell right)
-Deprecated. 
 Compares the row and column of two keyvalues for 
equality
 
 
 
-static boolean
-CellUtil.matchingRowColumn(Cell left,
+boolean
+KeyValue.KVComparator.matchingRowColumn(Cell left,
  Cell right)
+Deprecated. 
 Compares the row and column of two keyvalues for 
equality
 
 
 
-boolean
-KeyValue.KVComparator.matchingRows(Cell left,
+static boolean
+CellUtil.matchingRows(Cell left,
 Cell right)
-Deprecated. 
 Compares the row of two keyvalues for equality
 
 
 
-static boolean
-CellUtil.matchingRows(Cell left,
+boolean
+KeyValue.KVComparator.matchingRows(Cell left,
 Cell right)
+Deprecated. 
 Compares the row of two keyvalues for equality
 
 
@@ -1864,11 +1864,11 @@ service.
 
 
 private Cell
-BatchScanResultCache.lastCell 
+AllowPartialScanResultCache.lastCell 
 
 
 private Cell
-AllowPartialScanResultCache.lastCell 
+BatchScanResultCache.lastCell 
 
 
 
@@ -1976,23 +1976,23 @@ service.
 
 
 
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -2079,6 +2079,16 @@ service.
   boolean mayHaveMoreCellsInRow) 
 
 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
+
+Mutation
+Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map)
+Method for setting the put's familyMap
+
+
+
 Delete
 Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
@@ -2090,16 +2100,6 @@ service.
 Put
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
-
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
-
-Mutation
-Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">Nav

[34/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
index 7f67f25..b370e53 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
@@ -104,13 +104,13 @@
 
 
 void
-MasterServices.checkTableModifiable(TableName tableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableName tableName) 
 
 
 void
-HMaster.checkTableModifiable(TableName tableName) 
+MasterServices.checkTableModifiable(TableName tableName)
+Check table is modifiable; i.e.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
index e7ffea3..bc2627f 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
@@ -191,13 +191,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-MasterServices.checkTableModifiable(TableName tableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableName tableName) 
 
 
 void
-HMaster.checkTableModifiable(TableName tableName) 
+MasterServices.checkTableModifiable(TableName tableName)
+Check table is modifiable; i.e.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
index e4d5620..d182369 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
@@ -590,13 +590,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String visExpression)
-Convert visibility expression into tags to be 
serialized.
-
+DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String visExpression) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String visExpression) 
+VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String visExpression)
+Convert visibility expression into tags to be 
serialized.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
 
b/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
index a975f90..3402e75 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
@@ -173,7 +173,7 @@
 
 
 boolean
-ClusterConnection.isMasterRunning()
+ConnectionImplementation.isMasterRunning()
 Deprecated. 
 this has been deprecated 
without a replacement
 
@@ -181,7 +181,7 @@
 
 
 boolean
-ConnectionImplementation.isMasterRunning()
+ClusterConnection.isMasterRunning()
 Deprecated. 
 this has been deprecated 
without a replacement
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
index e995157..4aa5efd 1006

[08/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/util/ChecksumType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/ChecksumType.html 
b/devapidocs/org/apache/hadoop/hbase/util/ChecksumType.html
index 71d5cfd..f910759 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/ChecksumType.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/ChecksumType.html
@@ -317,7 +317,7 @@ the order they are declared.
 
 
 values
-public static ChecksumType[] values()
+public static ChecksumType[] values()
 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:
@@ -337,7 +337,7 @@ for (ChecksumType c : ChecksumType.values())
 
 
 valueOf
-public static ChecksumType valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static ChecksumType valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/util/Order.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/Order.html 
b/devapidocs/org/apache/hadoop/hbase/util/Order.html
index a3579f7..85d6764 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/Order.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/Order.html
@@ -265,7 +265,7 @@ the order they are declared.
 
 
 values
-public static Order[] values()
+public static Order[] values()
 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:
@@ -285,7 +285,7 @@ for (Order c : Order.values())
 
 
 valueOf
-public static Order valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static Order valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html 
b/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html
index 3d3aec4..34757c9 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/PoolMap.PoolType.html
@@ -262,7 +262,7 @@ the order they are declared.
 
 
 values
-public static PoolMap.PoolType[] values()
+public static PoolMap.PoolType[] values()
 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:
@@ -282,7 +282,7 @@ for (PoolMap.PoolType c : PoolMap.PoolType.values())
 
 
 valueOf
-public static PoolMap.PoolType valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static PoolMap.PoolType valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html
index 6427333..926ede3 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/BloomFilterWriter.html
@@ -137,25 +137,25 @@
 
 
 void
-HFileWriterImpl.addDeleteFamilyBloomFilter(BloomFilterWriter bfw) 
-
-
-void
 HFile.Writer.addDeleteFamilyBloomFilter(BloomFilterWriter bfw)
 Store delete family Bloom filter in the file, which is only 
supported in

[45/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
index 83170ac..2d0e7ab 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -125,104 +125,104 @@
 
 
 byte[]
-RawBytes.decode(PositionedByteRange src) 
+OrderedBlobVar.decode(PositionedByteRange src) 
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number
+OrderedNumeric.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-RawShort.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+RawByte.decode(PositionedByteRange src) 
 
 
-T
-TerminatedWrapper.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
+OrderedInt32.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
-OrderedFloat32.decode(PositionedByteRange src) 
+T
+FixedLengthWrapper.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
-OrderedFloat64.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
+OrderedString.decode(PositionedByteRange src) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
 RawFloat.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-OrderedInt8.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
+RawInteger.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRange src) 
+T
+DataType.decode(PositionedByteRange src)
+Read an instance of T from the buffer 
src.
+
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
+RawLong.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
-RawInteger.decode(PositionedByteRange src) 
-
-
 http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-OrderedInt16.decode(PositionedByteRange src) 
+RawShort.decode(PositionedByteRange src) 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 RawString.decode(PositionedByteRange src) 
 
+
+byte[]
+RawBytes.decode(PositionedByteRange src) 
+
 
 byte[]
-OrderedBlobVar.decode(PositionedByteRange src) 
+OrderedBlob.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
+Struct.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-OrderedString.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
+RawDouble.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
-OrderedInt32.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+OrderedInt16.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/

[22/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
index c759933..ebd7232 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/CachedBlock.html
@@ -150,15 +150,15 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-CombinedBlockCache.iterator() 
+BlockCache.iterator() 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-BlockCache.iterator() 
+LruBlockCache.iterator() 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-LruBlockCache.iterator() 
+CombinedBlockCache.iterator() 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
index 4098b79..6fec015 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFile.Writer.html
@@ -143,18 +143,18 @@
 
 
 void
-HFileDataBlockEncoderImpl.saveMetadata(HFile.Writer writer) 
-
-
-void
 NoOpDataBlockEncoder.saveMetadata(HFile.Writer writer) 
 
-
+
 void
 HFileDataBlockEncoder.saveMetadata(HFile.Writer writer)
 Save metadata in HFile which will be written to disk
 
 
+
+void
+HFileDataBlockEncoderImpl.saveMetadata(HFile.Writer writer) 
+
 
 
 
@@ -203,18 +203,18 @@
 
 
 
-void
-RowColBloomContext.addLastBloomKey(HFile.Writer writer) 
+abstract void
+BloomContext.addLastBloomKey(HFile.Writer writer)
+Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
+
 
 
 void
 RowBloomContext.addLastBloomKey(HFile.Writer writer) 
 
 
-abstract void
-BloomContext.addLastBloomKey(HFile.Writer writer)
-Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
-
+void
+RowColBloomContext.addLastBloomKey(HFile.Writer writer) 
 
 
 static BloomFilterWriter

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
index f8482be..6bcd209 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileBlock.Writer.html
@@ -106,15 +106,15 @@
 
 
 
+private HFileBlock.Writer
+HFileBlockIndex.BlockIndexWriter.blockWriter 
+
+
 protected HFileBlock.Writer
 HFileWriterImpl.blockWriter
 block writer
 
 
-
-private HFileBlock.Writer
-HFileBlockIndex.BlockIndexWriter.blockWriter 
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
index e0b77da..9f3dfdb 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/HFileContext.html
@@ -164,15 +164,15 @@
 
 
 HFileContext
-HFileBlockDecodingContext.getHFileContext() 
+HFileBlockEncodingContext.getHFileContext() 
 
 
 HFileContext
-HFileBlockDefaultDecodingContext.getHFileContext() 
+HFileBlockDecodingContext.getHFileContext() 
 
 
 HFileContext
-HFileBlockEncodingContext.getHFileContext() 
+HFileBlockDefaultDecodingContext.getHFileContext() 
 
 
 HFileContext
@@ -252,24 +252,24 @@
 
 
 private HFileContext
+HFile.WriterFactory.fileContext 
+
+
+private HFileContext
 HFileBlock.fileContext
 Meta data that holds meta information on the 
hfileblock.
 
 
-
+
 private HFileContext
 HFileBlock.Writer.fileContext
 Meta data that holds information about the hfileblock
 
 
-
+
 protected HFileContext
 HFileBlock.FSReaderImpl.fileContext 
 
-
-private HFile

[18/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html 
b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
index 399d78e..864b1c1 100644
--- a/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
+++ b/devapidocs/org/apache/hadoop/hbase/monitoring/class-use/MonitoredTask.html
@@ -164,15 +164,15 @@
 
 
 
+private void
+HMaster.waitForRegionServers(MonitoredTask status) 
+
+
 void
 ServerManager.waitForRegionServers(MonitoredTask status)
 Wait for the region servers to report in.
 
 
-
-private void
-HMaster.waitForRegionServers(MonitoredTask status) 
-
 
 private void
 SplitLogManager.waitForSplittingCompletion(SplitLogManager.TaskBatch batch,

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
 
b/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
index b8cf007..d3a4dfd 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/namespace/class-use/NamespaceTableAndRegionInfo.html
@@ -121,13 +121,13 @@
 
 
 NamespaceTableAndRegionInfo
-NamespaceStateManager.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
-Gets an instance of NamespaceTableAndRegionInfo associated 
with namespace.
-
+NamespaceAuditor.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String namespace) 
 
 
 NamespaceTableAndRegionInfo
-NamespaceAuditor.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String namespace) 
+NamespaceStateManager.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+Gets an instance of NamespaceTableAndRegionInfo associated 
with namespace.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html 
b/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
index 49fc0a6..55b4a74 100644
--- a/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
+++ b/devapidocs/org/apache/hadoop/hbase/nio/class-use/ByteBuff.html
@@ -185,23 +185,23 @@
 
 
 Codec.Decoder
-CellCodec.getDecoder(ByteBuff buf) 
+KeyValueCodec.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-Codec.getDecoder(ByteBuff buf) 
+CellCodecWithTags.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(ByteBuff buf) 
+Codec.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(ByteBuff buf) 
+CellCodec.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(ByteBuff buf) 
+KeyValueCodecWithTags.getDecoder(ByteBuff buf) 
 
 
 Codec.Decoder
@@ -493,20 +493,20 @@
 
 
 
-private ByteBuff
-RowIndexSeekerV1.currentBuffer 
+protected ByteBuff
+BufferedDataBlockEncoder.SeekerState.currentBuffer 
 
 
 protected ByteBuff
-RowIndexSeekerV1.SeekerState.currentBuffer 
+BufferedDataBlockEncoder.BufferedEncodedSeeker.currentBuffer 
 
 
-protected ByteBuff
-BufferedDataBlockEncoder.SeekerState.currentBuffer 
+private ByteBuff
+RowIndexSeekerV1.currentBuffer 
 
 
 protected ByteBuff
-BufferedDataBlockEncoder.BufferedEncodedSeeker.currentBuffer 
+RowIndexSeekerV1.SeekerState.currentBuffer 
 
 
 private ByteBuff
@@ -529,23 +529,23 @@
 
 
 Cell
-RowIndexCodecV1.getFirstKeyCellInBlock(ByteBuff block) 
+CopyKeyDataBlockEncoder.getFirstKeyCellInBlock(ByteBuff block) 
 
 
 Cell
-CopyKeyDataBlockEncoder.getFirstKeyCellInBlock(ByteBuff block) 
+PrefixKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuff block) 
 
 
 Cell
-DiffKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuff block) 
+FastDiffDeltaEncoder.getFirstKeyCellInBlock(ByteBuff block) 
 
 
 Cell
-FastDiffDeltaEncoder.getFirstKeyCellInBlock(ByteBuff block) 
+DiffKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuff block) 
 
 
 Cell
-PrefixKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuff block) 
+RowIndexCodecV1.getFirstKeyCellInBlock(ByteBuff block) 
 
 
 void
@@ -572,11 +572,11 @@
 
 
 void
-RowIndexSeekerV1.setCurrentBuffer(ByteBuff buffer) 
+BufferedDataBlockEncoder.BufferedEncodedSeeker.setCurrentBuffer(ByteBuff buffer) 
 
 

[51/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/3a970c89
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/3a970c89
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/3a970c89

Branch: refs/heads/asf-site
Commit: 3a970c89d255a46aa51f55e80307593224260227
Parents: 64c589c
Author: jenkins 
Authored: Sun Apr 2 04:32:54 2017 +
Committer: jenkins 
Committed: Sun Apr 2 04:32:54 2017 +

--
 apache_hbase_reference_guide.pdf|4 +-
 apache_hbase_reference_guide.pdfmarks   |4 +-
 apidocs/deprecated-list.html|8 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   |4 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |  246 +-
 .../hadoop/hbase/class-use/TableName.html   |   52 +-
 .../apache/hadoop/hbase/client/Durability.html  |4 +-
 .../hadoop/hbase/client/class-use/Append.html   |8 +-
 .../hbase/client/class-use/Consistency.html |8 +-
 .../hadoop/hbase/client/class-use/Delete.html   |   44 +-
 .../hbase/client/class-use/Durability.html  |   20 +-
 .../hadoop/hbase/client/class-use/Get.html  |   36 +-
 .../hbase/client/class-use/Increment.html   |8 +-
 .../hbase/client/class-use/IsolationLevel.html  |8 +-
 .../hadoop/hbase/client/class-use/Mutation.html |8 +-
 .../hadoop/hbase/client/class-use/Put.html  |   48 +-
 .../hadoop/hbase/client/class-use/Result.html   |   22 +-
 .../hbase/client/class-use/ResultScanner.html   |   26 +-
 .../hadoop/hbase/client/class-use/Row.html  |8 +-
 .../hbase/client/class-use/RowMutations.html|   16 +-
 .../hadoop/hbase/client/class-use/Scan.html |   22 +-
 .../hadoop/hbase/client/package-tree.html   |   12 +-
 .../hbase/filter/CompareFilter.CompareOp.html   |4 +-
 .../hadoop/hbase/filter/Filter.ReturnCode.html  |4 +-
 .../filter/class-use/ByteArrayComparable.html   |8 +-
 .../class-use/CompareFilter.CompareOp.html  |   44 +-
 .../filter/class-use/Filter.ReturnCode.html |   62 +-
 .../hadoop/hbase/filter/class-use/Filter.html   |   56 +-
 .../hadoop/hbase/filter/package-tree.html   |4 +-
 .../io/class-use/ImmutableBytesWritable.html|   44 +-
 .../hadoop/hbase/io/class-use/TimeRange.html|   28 +-
 .../hbase/io/crypto/class-use/Cipher.html   |   18 +-
 .../hbase/io/encoding/DataBlockEncoding.html|4 +-
 .../mapreduce/class-use/TableRecordReader.html  |4 +-
 .../org/apache/hadoop/hbase/package-tree.html   |2 +-
 .../apache/hadoop/hbase/quotas/QuotaType.html   |4 +-
 .../hadoop/hbase/quotas/package-tree.html   |2 +-
 .../hadoop/hbase/regionserver/BloomType.html|4 +-
 apidocs/org/apache/hadoop/hbase/util/Order.html |4 +-
 .../hadoop/hbase/util/class-use/ByteRange.html  |  124 +-
 .../hadoop/hbase/util/class-use/Bytes.html  |   16 +-
 .../hadoop/hbase/util/class-use/Order.html  |   44 +-
 .../util/class-use/PositionedByteRange.html |  356 +--
 apidocs/overview-tree.html  |   28 +-
 book.html   |2 +-
 checkstyle-aggregate.html   | 2710 +-
 devapidocs/constant-values.html |4 +-
 devapidocs/deprecated-list.html |   56 +-
 .../hbase/MetaTableAccessor.QueryType.html  |4 +-
 .../hadoop/hbase/backup/package-tree.html   |2 +-
 .../hadoop/hbase/class-use/Abortable.html   |   38 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |  914 +++---
 .../hadoop/hbase/class-use/CellComparator.html  |   86 +-
 .../hadoop/hbase/class-use/CellScanner.html |   98 +-
 .../hadoop/hbase/class-use/ClusterStatus.html   |4 +-
 .../hbase/class-use/CoprocessorEnvironment.html |   12 +-
 .../hbase/class-use/HColumnDescriptor.html  |   54 +-
 .../hbase/class-use/HDFSBlocksDistribution.html |4 +-
 .../hadoop/hbase/class-use/HRegionInfo.html |  220 +-
 .../hadoop/hbase/class-use/HRegionLocation.html |  130 +-
 .../hbase/class-use/HTableDescriptor.html   |  118 +-
 .../apache/hadoop/hbase/class-use/KeyValue.html |   62 +-
 .../class-use/MasterNotRunningException.html|   12 +-
 .../hbase/class-use/NamespaceDescriptor.html|   24 +-
 .../hadoop/hbase/class-use/ProcedureInfo.html   |8 +-
 .../hadoop/hbase/class-use/RegionLocations.html |   40 +-
 .../hadoop/hbase/class-use/ScheduledChore.html  |   32 +-
 .../apache/hadoop/hbase/class-use/Server.html   |8 +-
 .../hadoop/hbase/class-use/ServerName.html  |  224 +-
 .../hbase/class-use/TableDescriptors.html   |4 +-
 .../hadoop/hbase/class-use/TableName.html   |  744 ++---
 .../class-use/TableNotDisabledException.html|8 +-
 .../hbase/class-use/TableNotFoundException.html |8 +-
 .../org/apache/hadoop/hbase/class-use/Tag.

[39/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index 0f0a1d8..08c51f5 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -587,7 +587,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Result r,
+AsyncMetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -596,7 +596,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Result r,
+MetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -979,7 +979,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-RegionServerCallable.getHRegionInfo() 
+ScannerCallableWithReplicas.getHRegionInfo() 
 
 
 HRegionInfo
@@ -991,7 +991,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-ScannerCallableWithReplicas.getHRegionInfo() 
+RegionServerCallable.getHRegionInfo() 
 
 
 private HRegionInfo
@@ -1030,13 +1030,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 HBaseAdmin.getOnlineRegions(ServerName sn) 
 
 
-(package private) Pair
-HBaseAdmin.getRegion(byte[] regionName) 
-
-
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture>
 AsyncHBaseAdmin.getRegion(byte[] regionName) 
 
+
+(package private) Pair
+HBaseAdmin.getRegion(byte[] regionName) 
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 Admin.getTableRegions(TableName tableName)
@@ -1064,10 +1064,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncAdmin.closeRegion(ServerName sn,
-   HRegionInfo hri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerName sn,
+   HRegionInfo hri) 
 
 
 void
@@ -1083,8 +1081,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncHBaseAdmin.closeRegion(ServerName sn,
-   HRegionInfo hri) 
+AsyncAdmin.closeRegion(ServerName sn,
+   HRegionInfo hri)
+Close a region.
+
 
 
 private void
@@ -1154,14 +1154,14 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
  http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in 
java.lang">Throwable error) 
 
 
-void
-HBaseAdmin.split(ServerName sn,
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
+AsyncHBaseAdmin.split(ServerName sn,
  HRegionInfo hri,
  byte[] splitPoint) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncHBaseAdmin.split(ServerName sn,
+void
+HBaseAdmin.split(ServerName sn,
  HRegionInfo hri,
  byte[] splitPoint) 
 
@@ -1303,17 +1303,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-SplitLogManagerCoordination.markRegionsRecovering(ServerName serverName,
+ZKSplitLogManagerCoordination.markRegionsRecoverin

[04/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/overview-tree.html
--
diff --git a/devapidocs/overview-tree.html b/devapidocs/overview-tree.html
index 508bb14..7924df5 100644
--- a/devapidocs/overview-tree.html
+++ b/devapidocs/overview-tree.html
@@ -1483,8 +1483,8 @@
 
 org.apache.hadoop.hbase.client.DelayingRunner (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true";
 title="class or interface in java.lang">Runnable)
 org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController (implements 
org.apache.hadoop.hbase.ipc.HBaseRpcController)
-org.apache.hadoop.hbase.thrift.DemoClient
 org.apache.hadoop.hbase.thrift2.DemoClient
+org.apache.hadoop.hbase.thrift.DemoClient
 org.apache.hadoop.hbase.util.DirectMemoryUtils
 org.apache.hadoop.hbase.wal.DisabledWALProvider (implements 
org.apache.hadoop.hbase.wal.WALProvider)
 org.apache.hadoop.hbase.wal.DisabledWALProvider.DisabledWAL (implements 
org.apache.hadoop.hbase.wal.WAL)
@@ -2499,13 +2499,13 @@
 java.io.http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream (implements java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Flushable.html?is-external=true";
 title="class or interface in java.io">Flushable)
 
 org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter.OutputStreamWrapper 
(implements org.apache.hadoop.hbase.io.ByteBufferWriter)
-org.apache.hadoop.hbase.io.ByteArrayOutputStream (implements 
org.apache.hadoop.hbase.io.ByteBufferWriter)
 java.io.http://docs.oracle.com/javase/8/docs/api/java/io/ByteArrayOutputStream.html?is-external=true";
 title="class or interface in java.io">ByteArrayOutputStream
 
 org.apache.hadoop.hbase.io.encoding.EncodedDataBlock.BufferGrabbingByteArrayOutputStream
 org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.BaosAndCompressor (implements 
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor)
 
 
+org.apache.hadoop.hbase.io.ByteArrayOutputStream (implements 
org.apache.hadoop.hbase.io.ByteBufferWriter)
 org.apache.hadoop.hbase.io.ByteBufferOutputStream (implements 
org.apache.hadoop.hbase.io.ByteBufferWriter)
 
 org.apache.hadoop.hbase.io.ByteBufferListOutputStream
@@ -3552,8 +3552,8 @@
 org.apache.hadoop.hbase.thrift.ThriftServerRunner (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true";
 title="class or interface in java.lang">Runnable)
 org.apache.hadoop.hbase.thrift.ThriftServerRunner.HBaseHandler (implements 
org.apache.hadoop.hbase.thrift.generated.Hbase.Iface)
 org.apache.hadoop.hbase.thrift.ThriftServerRunner.ResultScannerWrapper
-org.apache.hadoop.hbase.thrift.ThriftUtilities
 org.apache.hadoop.hbase.thrift2.ThriftUtilities
+org.apache.hadoop.hbase.thrift.ThriftUtilities
 org.apache.hadoop.hbase.regionserver.throttle.ThroughputControlUtil
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang">Throwable (implements java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
@@ -4830,12 +4830,12 @@
 
 Annotation Type Hierarchy
 
-org.apache.hadoop.hbase.classification.InterfaceAudience.Public (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
-org.apache.hadoop.hbase.classification.InterfaceAudience.Private (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Stable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Evolving (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation)
 org.apache.hadoop.hbase.classification.InterfaceStability.Unstable (implements 
java.lang.annotation.http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-e

[07/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
index 7b4d9fc..5b544b1 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/Pair.html
@@ -487,14 +487,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Pair
-RegionLocator.getStartEndKeys()
+HRegionLocator.getStartEndKeys()
 Gets the starting and ending row keys for every region in 
the currently
  open table.
 
 
 
 Pair
-HRegionLocator.getStartEndKeys()
+RegionLocator.getStartEndKeys()
 Gets the starting and ending row keys for every region in 
the currently
  open table.
 
@@ -518,15 +518,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureInteger,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer>>
+AsyncHBaseAdmin.getAlterStatus(TableName tableName) 
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureInteger,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer>>
 AsyncAdmin.getAlterStatus(TableName tableName)
 Get the status of alter command - indicates how many 
regions have received the updated schema
  Asynchronous operation.
 
 
-
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureInteger,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer>>
-AsyncHBaseAdmin.getAlterStatus(TableName tableName) 
-
 
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture>
 AsyncHBaseAdmin.getRegion(byte[] regionName) 
@@ -903,15 +903,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Pair
-SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service,
-
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor md,
-org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
-CellScanner cellScanner,
-long receiveTime,
-MonitoredRPCHandler status) 
-
-
-Pair
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor md,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
@@ -923,18 +914,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 Pair
-SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service,
+SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor md,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
 CellScanner cellScanner,
 long receiveTime,
-MonitoredRPCHandler status,
-long startTime,
-int timeout) 
+MonitoredRPCHandler status) 
 
-
+
 Pair
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService service,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptor md,
@@ -949,6 +938,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+
+Pair
+SimpleRp

[31/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 83dcf5c..1bee57f 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -262,16 +262,16 @@ service.
 
 
 
-private static HRegionInfo
-MetaTableAccessor.getHRegionInfo(Result r,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getHRegionInfo(Result r,
   byte[] qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getHRegionInfo(Result r,
+private static HRegionInfo
+MetaTableAccessor.getHRegionInfo(Result r,
   byte[] qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
@@ -286,7 +286,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Result r,
+AsyncMetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -295,7 +295,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Result r,
+MetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -303,55 +303,55 @@ service.
 
 
 
-static RegionLocations
-MetaTableAccessor.getRegionLocations(Result r)
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getRegionLocations(Result r)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getRegionLocations(Result r)
+static RegionLocations
+MetaTableAccessor.getRegionLocations(Result r)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
 private static long
-MetaTableAccessor.getSeqNumDuringOpen(Result r,
+AsyncMetaTableAccessor.getSeqNumDuringOpen(Result r,
int replicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
 private static long
-AsyncMetaTableAccessor.getSeqNumDuringOpen(Result r,
+MetaTableAccessor.getSeqNumDuringOpen(Result r,
int replicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
-static ServerName
-MetaTableAccessor.getServerName(Result r,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getServerName(Result r,
  int replicaId)
 Returns a ServerName from catalog table Result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getServerName(Result r,
+static ServerName
+MetaTableAccessor.getServerName(Result r,
  int replicaId)
 Returns a ServerName from catalog table Result.
 
 
 
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getTableState(Result r) 
+
+
 static TableState
 MetaTableAccessor.getTableState(Result r)
 Decode table state from META Result.
 
 
-
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getTableState(Result r) 
-
 
 void
 AsyncMetaTableAccessor.MetaTableRawScanResultConsumer.onNext(Result[] results,
@@ -447,13 +447,13 @@ service.
 ClientScanner.cache 
 
 
-private http://docs.oracle.com/javase/8/docs/api/java/util/Deque.html?is-external=true";
 title="class or interface in java.util">Deque
-BatchScanResultCache.partialResults 
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in jav

[14/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
index df82020..1a1e98f 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
@@ -637,33 +637,33 @@
 
 
 
-com.google.common.collect.ImmutableCollection
-StripeStoreFileManager.clearCompactedFiles() 
-
-
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 DefaultStoreFileManager.clearCompactedFiles() 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 StoreFileManager.clearCompactedFiles()
 Clears all the compacted files and returns them.
 
 
-
+
 com.google.common.collect.ImmutableCollection
-StripeStoreFileManager.clearFiles() 
+StripeStoreFileManager.clearCompactedFiles() 
 
-
+
 com.google.common.collect.ImmutableCollection
 DefaultStoreFileManager.clearFiles() 
 
-
+
 com.google.common.collect.ImmutableCollection
 StoreFileManager.clearFiles()
 Clears all the files currently in use and returns 
them.
 
 
+
+com.google.common.collect.ImmutableCollection
+StripeStoreFileManager.clearFiles() 
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList>
 HRegion.close()
@@ -729,62 +729,62 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
-See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
- for details on this methods.
-
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) 
+StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
+Gets initial, full list of candidate store files to check 
for row-key-before.
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
-Gets initial, full list of candidate store files to check 
for row-key-before.
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
+See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
+ for details on this methods.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-StripeStoreFileManager.getCompactedfiles() 
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 DefaultStoreFileManager.getCompactedfiles() 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 StoreFileManager.getCompactedfiles()
 List of compacted files inside this store that needs to be 
excluded in reads
  because further new reads will be using only the newly created files out of 
compaction.
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
+StripeStoreFileManager.getCompactedfiles() 
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in java.util">ArrayListList>
 StripeStoreFileManager.KeyBeforeConcatenatedLists.Iterator.getComponents() 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-StripeStoreFileManager.getFilesForScan(byte[] startRow,
+DefaultStoreFileManager.getFilesForScan(byte[] startRow,
boolean includeStartRow,
byte[] stopRow,
boolean includeStopRow) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?

[23/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html 
b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
index b3951ce..793bd20 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/hfile/class-use/BlockCacheKey.html
@@ -168,23 +168,23 @@
 
 
 void
-CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey,
-  Cacheable buf) 
-
-
-void
 BlockCache.cacheBlock(BlockCacheKey cacheKey,
   Cacheable buf)
 Add block to cache (defaults to not in-memory).
 
 
-
+
 void
 LruBlockCache.cacheBlock(BlockCacheKey cacheKey,
   Cacheable buf)
 Cache the block with the specified name and buffer.
 
 
+
+void
+CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey,
+  Cacheable buf) 
+
 
 void
 MemcachedBlockCache.cacheBlock(BlockCacheKey cacheKey,
@@ -192,35 +192,35 @@
 
 
 void
-CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey,
+BlockCache.cacheBlock(BlockCacheKey cacheKey,
   Cacheable buf,
   boolean inMemory,
-  boolean cacheDataInL1) 
+  boolean cacheDataInL1)
+Add block to cache.
+
 
 
 void
-InclusiveCombinedBlockCache.cacheBlock(BlockCacheKey cacheKey,
+LruBlockCache.cacheBlock(BlockCacheKey cacheKey,
   Cacheable buf,
   boolean inMemory,
-  boolean cacheDataInL1) 
+  boolean cacheDataInL1)
+Cache the block with the specified name and buffer.
+
 
 
 void
-BlockCache.cacheBlock(BlockCacheKey cacheKey,
+CombinedBlockCache.cacheBlock(BlockCacheKey cacheKey,
   Cacheable buf,
   boolean inMemory,
-  boolean cacheDataInL1)
-Add block to cache.
-
+  boolean cacheDataInL1) 
 
 
 void
-LruBlockCache.cacheBlock(BlockCacheKey cacheKey,
+InclusiveCombinedBlockCache.cacheBlock(BlockCacheKey cacheKey,
   Cacheable buf,
   boolean inMemory,
-  boolean cacheDataInL1)
-Cache the block with the specified name and buffer.
-
+  boolean cacheDataInL1) 
 
 
 void
@@ -237,53 +237,53 @@
 
 
 boolean
-CombinedBlockCache.evictBlock(BlockCacheKey cacheKey) 
-
-
-boolean
 BlockCache.evictBlock(BlockCacheKey cacheKey)
 Evict block from cache.
 
 
-
+
 boolean
 LruBlockCache.evictBlock(BlockCacheKey cacheKey) 
 
+
+boolean
+CombinedBlockCache.evictBlock(BlockCacheKey cacheKey) 
+
 
 boolean
 MemcachedBlockCache.evictBlock(BlockCacheKey cacheKey) 
 
 
 Cacheable
-CombinedBlockCache.getBlock(BlockCacheKey cacheKey,
+BlockCache.getBlock(BlockCacheKey cacheKey,
 boolean caching,
 boolean repeat,
-boolean updateCacheMetrics) 
+boolean updateCacheMetrics)
+Fetch block from cache.
+
 
 
 Cacheable
-InclusiveCombinedBlockCache.getBlock(BlockCacheKey cacheKey,
+LruBlockCache.getBlock(BlockCacheKey cacheKey,
 boolean caching,
 boolean repeat,
-boolean updateCacheMetrics) 
+boolean updateCacheMetrics)
+Get the buffer of the block with the specified name.
+
 
 
 Cacheable
-BlockCache.getBlock(BlockCacheKey cacheKey,
+CombinedBlockCache.getBlock(BlockCacheKey cacheKey,
 boolean caching,
 boolean repeat,
-boolean updateCacheMetrics)
-Fetch block from cache.
-
+boolean updateCacheMetrics) 
 
 
 Cacheable
-LruBlockCache.getBlock(BlockCacheKey cacheKey,
+InclusiveCombinedBlockCache.getBlock(BlockCacheKey cacheKey,
 boolean caching,
 boolean repeat,
-boolean updateCacheMetrics)
-Get the buffer of the block with the specified name.
-
+boolean updateCacheMetrics) 
 
 
 Cacheable
@@ -310,22 +310,22 @@
 
 
 void
-CombinedBlockCache.returnBlock(BlockCacheKey cacheKey,
-   Cacheable block) 
-
-
-void
 BlockCache.returnBlock(BlockCacheKey cacheKey,
Cacheable block)
 Called when the scanner using the block decides to return 
the block once its usage
  is over.
 
 
-
+
 void
 LruBlockCache.returnBlock(BlockCacheKey cacheKey,
Cacheable block) 
 
+
+void
+CombinedBlockCache.returnBlock(BlockCacheKey cacheKey,
+   Cacheable block) 
+
 
 void
 MemcachedBlockCache.returnBlock(BlockCacheKey cacheKey,
@@ -509,14 +509,14 @@
 
 
 void
-BucketCache.BucketEntryGroup.add(http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry block) 
-
-
-void
 CachedEntryQueue.add(http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry entry)
 Attempt to add the specified entry to this queue.
 
 
+
+void
+BucketCache.BucketEntryGroup.add(http://docs.oracle.com/javase/8/docs/api/java/util/Map.Entry.html?is-ext

[02/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index aca1d30..428a52b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-065@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-066@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-067@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
-068@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+064@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+065@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+066@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+068@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
 069@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-071@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-072@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean")})
+070@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,91 +118,91 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 26, 1
-114public void setFilter(String 
filter)
+113// 23, 1
+114public void 
setServers(List servers)
 115{
-116  // 26, 1
-117  m_filter = filter;
-118  m_filter__IsNotDefault = true;
+116  // 23, 1
+117  m_servers = servers;
+118  m_servers__IsNotDefault = true;
 119}
-120public String getFilter()
+120public List 
getServers()
 121{
-122  return m_filter;
+122  return m_servers;
 123}
-124private String m_filter;
-125public boolean 
getFilter__IsNotDefault()
+124private List 
m_servers;
+125public boolean 
getServers__IsNotDefault()
 126{
-127  return m_filter__IsNotDefault;
+127  return m_servers__IsNotDefault;
 128}
-129private boolean 
m_filter__IsNotDefault;
-130// 21, 1
-131public void 
setFrags(Map frags)
+129private boolean 
m_servers__IsNotDefault;
+130// 24, 1
+131public void 
setDeadServers(Set deadServers)
 132{
-133  // 21, 1
-134  m_frags = frags;
-135  m_frags__IsNotDefault = true;
+133  // 24, 1
+134  m_deadServers = deadServers;
+135  m_deadServers__IsNotDefault = 
true;
 136}
-137public Map 
getFrags()
+137public Set 
getDeadServers()
 138{
-139  return m_frags;
+139  return m_deadServers;
 140}
-141private Map 
m_frags;
-142public boolean 
getFrags__IsNotDefault()
+141private Set 
m_deadServers;
+142public boolean 
getDeadServers__IsNotDefault()
 143{
-144  return m_frags__IsNotDefault;
+144  return 
m_deadServers__IsNotDefault;
 145}
-146private boolean 
m_frags__IsNotDefault;
-147// 22, 1
-148public void 
setMetaLocation(ServerName metaLocation)
+146private boolean 
m_deadServers__IsNotDefault;
+147// 26, 1
+148public void setFilter(String 
filter)
 149{
-150  // 22, 1
-151  m_metaLocation = metaLocation;
-152  m_metaLocation__IsNotDefault = 
true;
+150  // 26, 1
+151  m_filter = filter;
+152  m_filter__IsNotDefault = true;
 153}
-154public ServerName getMetaLocation()
+154public String getFilter()
 155{
-156  return m_metaLocation;
+156  return m_filter;
 157}
-158private ServerName m_metaLocation;
-159public boolean 
getMetaLocation__IsNotDefault()
+158private String m_filter;
+159public boolean 
getFilter__IsNotDefault()
 160{
-161  return 
m_metaLocation__IsNotDefault;
+161   

[16/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
index 72cba99..653e5da 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
@@ -285,15 +285,15 @@
 
 
 private HRegionServer
-MetricsTableWrapperAggregateImpl.regionServer 
+MetricsRegionServerWrapperImpl.regionServer 
 
 
 private HRegionServer
-RSRpcServices.regionServer 
+StorefileRefresherChore.regionServer 
 
 
 private HRegionServer
-StorefileRefresherChore.regionServer 
+MetricsTableWrapperAggregateImpl.regionServer 
 
 
 private HRegionServer
@@ -301,7 +301,7 @@
 
 
 private HRegionServer
-MetricsRegionServerWrapperImpl.regionServer 
+RSRpcServices.regionServer 
 
 
 private HRegionServer
@@ -312,13 +312,13 @@
 CompactSplitThread.server 
 
 
-private HRegionServer
-SplitRequest.server 
-
-
 (package private) HRegionServer
 HRegionServer.PeriodicMemstoreFlusher.server 
 
+
+private HRegionServer
+SplitRequest.server 
+
 
 
 
@@ -509,11 +509,11 @@
 
 
 private HRegionServer
-RSStatusTmpl.ImplData.m_regionServer 
+RegionListTmpl.ImplData.m_regionServer 
 
 
 private HRegionServer
-RegionListTmpl.ImplData.m_regionServer 
+RSStatusTmpl.ImplData.m_regionServer 
 
 
 private HRegionServer
@@ -534,11 +534,11 @@
 
 
 HRegionServer
-RSStatusTmpl.ImplData.getRegionServer() 
+RegionListTmpl.ImplData.getRegionServer() 
 
 
 HRegionServer
-RegionListTmpl.ImplData.getRegionServer() 
+RSStatusTmpl.ImplData.getRegionServer() 
 
 
 
@@ -582,11 +582,11 @@
 
 
 void
-RSStatusTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
+RegionListTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
 
 
 void
-RegionListTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
+RSStatusTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
index a58a597..1516290 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
@@ -749,14 +749,14 @@
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 
 
 
 InternalScanner
-Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
index 2e70a42..af316e0 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
@@ -648,15 +648,15 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-DefaultMemStore.getScanners(long readPt) 
+MemStore.getScanners(long readPt) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-MemStore.getScanners(long readPt) 
+CompactingMemStore.getScanners(long readPt) 
 
 
 http://docs.oracle.com/javase/8/doc

[44/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 8b53c07..6430e10 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -874,31 +874,31 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
+org.apache.hadoop.hbase.MemoryCompactionPolicy
+org.apache.hadoop.hbase.KeepDeletedCells
+org.apache.hadoop.hbase.ProcedureState
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.Filter.ReturnCode
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
-org.apache.hadoop.hbase.KeepDeletedCells
-org.apache.hadoop.hbase.MemoryCompactionPolicy
-org.apache.hadoop.hbase.ProcedureState
-org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
+org.apache.hadoop.hbase.filter.Filter.ReturnCode
 org.apache.hadoop.hbase.util.Order
-org.apache.hadoop.hbase.regionserver.BloomType
+org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.ThrottleType
 org.apache.hadoop.hbase.quotas.QuotaType
-org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.quotas.ThrottleType
+org.apache.hadoop.hbase.regionserver.BloomType
 org.apache.hadoop.hbase.client.SnapshotType
-org.apache.hadoop.hbase.client.MasterSwitchType
-org.apache.hadoop.hbase.client.CompactType
+org.apache.hadoop.hbase.client.Durability
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-org.apache.hadoop.hbase.client.CompactionState
-org.apache.hadoop.hbase.client.Scan.ReadType
-org.apache.hadoop.hbase.client.RequestController.ReturnCode
 org.apache.hadoop.hbase.client.IsolationLevel
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.Scan.ReadType
+org.apache.hadoop.hbase.client.CompactionState
+org.apache.hadoop.hbase.client.MasterSwitchType
 org.apache.hadoop.hbase.client.Consistency
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.security.SecurityCapability
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/book.html
--
diff --git a/book.html b/book.html
index 668232a..2503f53 100644
--- a/book.html
+++ b/book.html
@@ -34832,7 +34832,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 
 
 Version 2.0.0-SNAPSHOT
-Last updated 2017-03-31 20:05:23 +00:00
+Last updated 2017-03-31 20:41:07 +00:00
 
 
 



[19/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
index bc91cb8..c55c11c 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
@@ -157,11 +157,11 @@
 
 
 ProcedureExecutor
-MasterServices.getMasterProcedureExecutor() 
+HMaster.getMasterProcedureExecutor() 
 
 
 ProcedureExecutor
-HMaster.getMasterProcedureExecutor() 
+MasterServices.getMasterProcedureExecutor() 
 
 
 
@@ -304,24 +304,24 @@
 
 
 
-boolean
-TruncateTableProcedure.abort(MasterProcedureEnv env) 
-
-
 protected boolean
 ServerCrashProcedure.abort(MasterProcedureEnv env) 
 
-
+
 boolean
 RestoreSnapshotProcedure.abort(MasterProcedureEnv env) 
 
+
+boolean
+TruncateTableProcedure.abort(MasterProcedureEnv env) 
+
 
 protected Procedure.LockState
-ServerCrashProcedure.acquireLock(MasterProcedureEnv env) 
+CreateNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnv env) 
+CreateTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
@@ -329,19 +329,19 @@
 
 
 protected Procedure.LockState
-CreateNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
+AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-SplitTableRegionProcedure.acquireLock(MasterProcedureEnv env) 
+ServerCrashProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-MergeTableRegionsProcedure.acquireLock(MasterProcedureEnv env) 
+SplitTableRegionProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-CreateTableProcedure.acquireLock(MasterProcedureEnv env) 
+MergeTableRegionsProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 private void
@@ -423,23 +423,23 @@
 
 
 protected void
-DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
+ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-TruncateTableProcedure.completionCleanup(MasterProcedureEnv env) 
+AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
+ModifyTableProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
+TruncateTableProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-ModifyTableProcedure.completionCleanup(MasterProcedureEnv env) 
+DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 void
@@ -469,6 +469,13 @@
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List newRegions) 
 
 
+protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
+CreateTableProcedure.createFsLayout(MasterProcedureEnv env,
+  HTableDescriptor hTableDescriptor,
+  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List newRegions,
+  CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler) 
+
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 CloneSnapshotProcedure.createFsLayout(MasterProcedureEnv env,
   HTableDescriptor hTableDescriptor,
@@ -477,13 +484,6 @@
 Create region layout in file system.
 
 
-
-protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-CreateTableProcedure.createFsLayout(MasterProcedureEnv env,
-  HTableDescriptor hTableDescriptor,
-  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List newRegions,
-  CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler) 
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 CreateTableProcedure.CreateHdfsRegions.createHdfsRegions(MasterProcedureEnv env,
@@ -673,15 +673,15 @@
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface i

[21/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
index 9089098..16b9e54 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcCallback.html
@@ -123,13 +123,13 @@
 
 
 void
-RpcCallContext.setCallBack(RpcCallback callback)
-Sets a callback which has to be executed at the end of this 
RPC call.
-
+RpcServer.Call.setCallBack(RpcCallback callback) 
 
 
 void
-RpcServer.Call.setCallBack(RpcCallback callback) 
+RpcCallContext.setCallBack(RpcCallback callback)
+Sets a callback which has to be executed at the end of this 
RPC call.
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
index a50c3df..d5334cc 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcControllerFactory.html
@@ -138,24 +138,32 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-protected RpcControllerFactory
-RegionAdminServiceCallable.rpcControllerFactory 
-
-
 private RpcControllerFactory
 ConnectionImplementation.rpcControllerFactory 
 
+
+protected RpcControllerFactory
+ClientScanner.rpcControllerFactory 
+
 
+protected RpcControllerFactory
+RegionAdminServiceCallable.rpcControllerFactory 
+
+
 (package private) RpcControllerFactory
 AsyncConnectionImpl.rpcControllerFactory 
 
-
+
 private RpcControllerFactory
 HTable.rpcControllerFactory 
 
+
+private RpcControllerFactory
+HBaseAdmin.rpcControllerFactory 
+
 
 private RpcControllerFactory
-RpcRetryingCallerWithReadReplicas.rpcControllerFactory 
+SecureBulkLoadClient.rpcControllerFactory 
 
 
 protected RpcControllerFactory
@@ -163,15 +171,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private RpcControllerFactory
-HBaseAdmin.rpcControllerFactory 
-
-
-private RpcControllerFactory
-SecureBulkLoadClient.rpcControllerFactory 
-
-
-protected RpcControllerFactory
-ClientScanner.rpcControllerFactory 
+RpcRetryingCallerWithReadReplicas.rpcControllerFactory 
 
 
 (package private) RpcControllerFactory
@@ -188,11 +188,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 RpcControllerFactory
-ClusterConnection.getRpcControllerFactory() 
+ConnectionImplementation.getRpcControllerFactory() 
 
 
 RpcControllerFactory
-ConnectionImplementation.getRpcControllerFactory() 
+ClusterConnection.getRpcControllerFactory() 
 
 
 private RpcControllerFactory

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html 
b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
index 94478f7..22b49a7 100644
--- a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
+++ b/devapidocs/org/apache/hadoop/hbase/ipc/class-use/RpcExecutor.Handler.html
@@ -132,19 +132,19 @@
 
 
 protected RpcExecutor.Handler
-FastPathBalancedQueueRpcExecutor.getHandler(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name,
+RpcExecutor.getHandler(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name,
   double handlerFailureThreshhold,
   http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true";
 title="class or interface in java.util.concurrent">BlockingQueue q,
-  http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicInteger activeHandlerCount) 
+  http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicInteger.html?is-external=true";
 title="class or interface in 
java.util.concurrent.atomic">AtomicInteger activeHandlerCount)
+Override if providing alternate Handler 
implementation.
+
 
 
 protected RpcExecutor.Handler
-RpcExecutor.getHandler(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name,
+FastPathBalan

[10/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html 
b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
index f1a1e53..b142fd6 100644
--- a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
+++ b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
@@ -386,23 +386,23 @@
 
 
 
-User
-RpcCallContext.getRequestUser()
-Returns the user credentials associated with the current 
RPC request or
- null if no credentials were provided.
-
-
-
 static User
 RpcServer.getRequestUser()
 Returns the user credentials associated with the current 
RPC request or
  null if no credentials were provided.
 
 
-
+
 User
 RpcServer.Call.getRequestUser() 
 
+
+User
+RpcCallContext.getRequestUser()
+Returns the user credentials associated with the current 
RPC request or
+ null if no credentials were provided.
+
+
 
 User
 ConnectionId.getTicket() 
@@ -439,31 +439,31 @@
 
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
+AbstractRpcClient.createBlockingRpcChannel(ServerName sn,
+User ticket,
+int rpcTimeout) 
+
+
+org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
 RpcClient.createBlockingRpcChannel(ServerName sn,
 User user,
 int rpcTimeout)
 Creates a "channel" that can be used by a blocking protobuf 
service.
 
 
-
-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
-AbstractRpcClient.createBlockingRpcChannel(ServerName sn,
-User ticket,
-int rpcTimeout) 
-
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-RpcClient.createRpcChannel(ServerName sn,
+AbstractRpcClient.createRpcChannel(ServerName sn,
 User user,
-int rpcTimeout)
-Creates a "channel" that can be used by a protobuf 
service.
-
+int rpcTimeout) 
 
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-AbstractRpcClient.createRpcChannel(ServerName sn,
+RpcClient.createRpcChannel(ServerName sn,
 User user,
-int rpcTimeout) 
+int rpcTimeout)
+Creates a "channel" that can be used by a protobuf 
service.
+
 
 
 int
@@ -891,17 +891,17 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController,
+StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController,
User user) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputController throughputController,
+DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController,
User user) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController,
+DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputController throughputController,
User user) 
 
 
@@ -922,18 +922,18 @@
 
 
 int
-RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,
-   
org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
-   User user) 
-
-
-int
 AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,

org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
User user)
 Returns a 'priority' based on the request type.
 
 
+
+int
+RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,
+   
org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
+   User user) 
+
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 HStore.moveCompatedFilesIntoPlace(CompactionRequest cr,
@@ -1366,14 +1366,14 @@
 
 
 
-static User
-User.create(org.apache.hadoop.security.UserGroupInformation ugi)
+User
+UserProvider.create(org.apache.hadoop.security.UserGroupInformation ugi)
 Wraps an underlying UserGroupInformation 
instance.
 
 
 
-User
-UserProvider.create(org.apache.hadoop.security.UserGroupInformation ugi)
+static User
+User.create(org.apache.hadoop.security.UserGroupInformation ugi)
 Wraps an underlying Us

[17/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
index 8b12313..cc69b5f 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/ThrottleType.html
@@ -301,7 +301,7 @@ the order they are declared.
 
 
 values
-public static ThrottleType[] values()
+public static ThrottleType[] values()
 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:
@@ -321,7 +321,7 @@ for (ThrottleType c : ThrottleType.values())
 
 
 valueOf
-public static ThrottleType valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static ThrottleType valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
index 26ea8a0..a6efad8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
@@ -121,11 +121,11 @@
 
 
 MasterQuotaManager
-MasterServices.getMasterQuotaManager() 
+HMaster.getMasterQuotaManager() 
 
 
 MasterQuotaManager
-HMaster.getMasterQuotaManager() 
+MasterServices.getMasterQuotaManager() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
index ec7c922..56079e7 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
@@ -162,13 +162,13 @@
 
 
 
-static QuotaLimiter
-QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) 
-
-
 (package private) static QuotaLimiter
 TimeBasedLimiter.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) 
 
+
+static QuotaLimiter
+QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) 
+
 
 static QuotaLimiter
 NoopQuotaLimiter.get() 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
index 19f8727..05b842d 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
@@ -116,17 +116,17 @@
 
 
 
-abstract QuotaType
-QuotaSettings.getQuotaType() 
-
-
 QuotaType
 ThrottleSettings.getQuotaType() 
 
-
+
 QuotaType
 QuotaSettingsFactory.QuotaGlobalsSettingsBypass.getQuotaType() 
 
+
+abstract QuotaType
+QuotaSettings.getQuotaType() 
+
 
 static QuotaType
 QuotaType.valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
index 337da08..8140ed2 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
@@ -104,13 +104,13 @@
 
 
 void
-DefaultOperationQuota.checkQuota(int numWrites,
+NoopOperationQuota.checkQuota(int numWrites,
   int numReads,
   int nu

[09/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index 7f7fc1f..d2e09bb 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,94 +393,94 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 private HMaster m_master
 
 
-
+
 
 
 
 
-m_filter
-private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_filter
+m_servers
+private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List m_servers
 
 
-
+
 
 
 
 
-m_filter__IsNotDefault
-private boolean m_filter__IsNotDefault
+m_servers__IsNotDefault
+private boolean m_servers__IsNotDefault
 
 
-
+
 
 
 
 
-m_frags
-private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer> m_frags
+m_deadServers
+private http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set m_deadServers
 
 
-
+
 
 
 
 
-m_frags__IsNotDefault
-private boolean m_frags__IsNotDefault
+m_deadServers__IsNotDefault
+private boolean m_deadServers__IsNotDefault
 
 
-
+
 
 
 
 
-m_metaLocation
-private ServerName m_metaLocation
+m_filter
+private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_filter
 
 
-
+
 
 
 
 
-m_metaLocation__IsNotDefault
-private boolean m_metaLocation__IsNotDefault
+m_filter__IsNotDefault
+private boolean m_filter__IsNotDefault
 
 
-
+
 
 
 
 
-m_serverManager
-private ServerManager m_serverManager
+m_catalogJanitorEnabled
+private boolean m_catalogJanitorEnabled
 
 
-
+
 
 
 
 
-m_serverManager__IsNotDefault
-private boolean m_serverManager__IsNotDefault
+m_catalogJanitorEnabled__IsNotDefault
+private boolean m_catalogJanitorEnabled__IsNotDefault
 
 
-
+
 
 
 
 
-m_deadServers
-private http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set m_deadServers
+m_assignmentManager
+private AssignmentManager m_assignmentManager
 
 
-
+
 
 
 
 
-m_deadServers__IsNotDefault
-private boolean m_deadServers__IsNotDefault
+m_assignmentManager__IsNotDefault
+private boolean m_assignmentManager__IsNotDefault
 
 
 
@@ -501,58 +501,58 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 private boolean m_format__IsNotDefault
 
 
-
+
 
 
 
 
-m_assignmentManager
-private AssignmentManager m_assignmentManager
+m_metaLocation
+private ServerName m_metaLocation
 
 
-
+
 
 
 
 
-m_assignmentManager__IsNotDefault
-private boolean m_assignmentManager__IsNotDefault
+m_metaLocation__IsNotDefault
+private boolean m_metaLocation__IsNotDefault
 
 
-
+
 
 
 
 
-m_servers
-private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List m_servers
+m_frags
+private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer> m_frags
 
 
-
+
 
 
 
 
-m_servers__IsNotDefault
-private boolean m_servers__IsNotDefault
+m_frags__IsNotDefault
+private boolean m_frags__IsNotDefault
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled
-private boolean m_catalogJanitorEnabled
+m_serverManager
+private ServerManager m_serverManager
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled__IsNotDefault
-private boolean m_catalogJanitorEnabled__IsNotDefault
+m_serverManager__IsNotDefault
+private boolean m_serverManager__IsNotDefault
 
 
 
@@ -598,139 +598,139 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 public HMaster getMaster()
 
 
-
+
 
 
 
 
-setFilter
-public void setFilter(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String filter)
+setServers
+public void setServers(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interfa

[48/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 02ee42f..3d5003d 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -360,23 +360,23 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReader
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf job,
-   org.apache.hadoop.mapred.Reporter reporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporter reporter) 
 
 
 org.apache.hadoop.mapred.RecordReader
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf job,

org.apache.hadoop.mapred.Reporter reporter) 
 
 
 org.apache.hadoop.mapred.RecordReader
-MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf job,
-   
org.apache.hadoop.mapred.Reporter reporter) 
+   org.apache.hadoop.mapred.Reporter reporter)
+Builds a TableRecordReader.
+
 
 
 
@@ -485,9 +485,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReader
-TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
+MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
   
org.apache.hadoop.mapreduce.TaskAttemptContext context)
-Builds a TableRecordReader.
+Builds a TableRecordReader.
 
 
 
@@ -497,9 +497,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReader
-MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
+TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
   
org.apache.hadoop.mapreduce.TaskAttemptContext context)
-Builds a TableRecordReader.
+Builds a TableRecordReader.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
index cd88dcf..1376754 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
@@ -130,42 +130,42 @@
 
 
 
-ResultScanner
-Table.getScanner(byte[] family)
+default ResultScanner
+AsyncTable.getScanner(byte[] family)
 Gets a scanner on the current table for the given 
family.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[] family)
+ResultScanner
+Table.getScanner(byte[] family)
 Gets a scanner on the current table for the given 
family.
 
 
 
-ResultScanner
-Table.getScanner(byte[] family,
+default ResultScanner
+AsyncTable.getScanner(byte[] family,
   byte[] qualifier)
 Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[] family,
+ResultScanner
+Table.getScanner(byte[] family,
   byte[] qualifier)
 Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
 ResultScanner
-Table.getScanner(Scan scan)
-Returns a scanner on the current table as specified by the 
Scan
- object.
+AsyncTable.getScanner(Scan scan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
 ResultScanner
-AsyncTable.getScanner(Scan scan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+Table.getScanner(Scan scan)
+Returns a scanner on the current table as specified by the 
Scan
+ object.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Row.html
index 6

[05/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/util/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
index 5b63ead..7bef4c7 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/package-tree.html
@@ -519,14 +519,14 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable)
 
-org.apache.hadoop.hbase.util.ChecksumType
+org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.UnsafeComparer
 (implements org.apache.hadoop.hbase.util.Bytes.Comparer)
+org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter.ERROR_CODE
 org.apache.hadoop.hbase.util.IdReadWriteLock.ReferenceType
+org.apache.hadoop.hbase.util.PoolMap.PoolType
+org.apache.hadoop.hbase.util.ChecksumType
 org.apache.hadoop.hbase.util.PrettyPrinter.Unit
-org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.PureJavaComparer
 (implements org.apache.hadoop.hbase.util.Bytes.Comparer)
 org.apache.hadoop.hbase.util.Order
-org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter.ERROR_CODE
-org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.UnsafeComparer
 (implements org.apache.hadoop.hbase.util.Bytes.Comparer)
-org.apache.hadoop.hbase.util.PoolMap.PoolType
+org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.PureJavaComparer
 (implements org.apache.hadoop.hbase.util.Bytes.Comparer)
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/wal/WALKey.Version.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/WALKey.Version.html 
b/devapidocs/org/apache/hadoop/hbase/wal/WALKey.Version.html
index bdd109d..c2712cb 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/WALKey.Version.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/WALKey.Version.html
@@ -306,7 +306,7 @@ the order they are declared.
 
 
 values
-public static WALKey.Version[] values()
+public static WALKey.Version[] values()
 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:
@@ -326,7 +326,7 @@ for (WALKey.Version c : WALKey.Version.values())
 
 
 valueOf
-public static WALKey.Version valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static WALKey.Version valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html 
b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
index 29d0f95..685f0d7 100644
--- a/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
+++ b/devapidocs/org/apache/hadoop/hbase/wal/class-use/WAL.Entry.html
@@ -188,11 +188,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-AsyncProtobufLogWriter.append(WAL.Entry entry) 
+ProtobufLogWriter.append(WAL.Entry entry) 
 
 
 void
-ProtobufLogWriter.append(WAL.Entry entry) 
+AsyncProtobufLogWriter.append(WAL.Entry entry) 
 
 
 WAL.Entry
@@ -204,15 +204,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
   long elapsedTime) 
 
 
+protected boolean
+ProtobufLogReader.readNext(WAL.Entry entry) 
+
+
 protected abstract boolean
 ReaderBase.readNext(WAL.Entry e)
 Read next entry.
 
 
-
-protected boolean
-ProtobufLogReader.readNext(WAL.Entry entry) 
-
 
 
 
@@ -278,11 +278,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 WAL.Entry
-ScopeWALEntryFilter.filter(WAL.Entry entry) 
+SystemTableWALEntryFilter.filter(WAL.Entry entry) 
 
 
 WAL.Entry
-SystemTableWALEntryFilter.filter(WAL.Entry entry) 
+WALEntryFilter.filter(WAL.Entry entry)
+Applies the filter, possibly returning a different Entry 
instance.
+
 

[33/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
index 9fa7d8d..13aed35 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
@@ -794,20 +794,20 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private Connection
-BackupAdminImpl.conn 
-
-
-private Connection
 RestoreTablesClient.conn 
 
-
+
 protected Connection
 TableBackupClient.conn 
 
-
+
 protected Connection
 BackupManager.conn 
 
+
+private Connection
+BackupAdminImpl.conn 
+
 
 private Connection
 BackupSystemTable.connection
@@ -1061,13 +1061,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-private Connection
-RegionServerCallable.connection 
-
-
 (package private) Connection
 ConnectionImplementation.MasterServiceState.connection 
 
+
+private Connection
+RegionServerCallable.connection 
+
 
 
 
@@ -1112,20 +1112,20 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
+Connection
+Admin.getConnection() 
+
+
 (package private) Connection
 RegionAdminServiceCallable.getConnection() 
 
-
+
 protected Connection
 HTable.getConnection()
 INTERNAL Used by unit tests and tools to do 
low-level
  manipulations.
 
 
-
-Connection
-Admin.getConnection() 
-
 
 Connection
 HBaseAdmin.getConnection() 
@@ -1354,11 +1354,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-HRegionPartitioner.connection 
+TableInputFormatBase.connection 
 
 
 private Connection
-TableInputFormatBase.connection 
+HRegionPartitioner.connection 
 
 
 
@@ -1391,23 +1391,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-(package private) Connection
-MultiTableOutputFormat.MultiTableRecordWriter.connection 
-
-
-private Connection
-HRegionPartitioner.connection 
-
-
 private Connection
 TableOutputFormat.TableRecordWriter.connection 
 
 
+(package private) Connection
+MultiTableOutputFormat.MultiTableRecordWriter.connection 
+
+
 private Connection
 TableInputFormatBase.connection
 The underlying Connection 
of the table.
 
 
+
+private Connection
+HRegionPartitioner.connection 
+
 
 (package private) Connection
 SyncTable.SyncMapper.sourceConnection 
@@ -1531,15 +1531,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-RegionPlacementMaintainer.connection 
+CatalogJanitor.connection 
 
 
 private Connection
-CatalogJanitor.connection 
+SnapshotOfRegionAssignmentFromMeta.connection 
 
 
 private Connection
-SnapshotOfRegionAssignmentFromMeta.connection 
+RegionPlacementMaintainer.connection 
 
 
 
@@ -1911,11 +1911,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-ReplicationSourceManager.connection 
+HFileReplicator.connection 
 
 
 private Connection
-HFileReplicator.connection 
+ReplicationSourceManager.connection 
 
 
 private Connection
@@ -1931,13 +1931,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-Connection
-ReplicationSourceManager.getConnection() 
-
-
 private Connection
 ReplicationSink.getConnection() 
 
+
+Connection
+ReplicationSourceManager.getConnection() 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
index f191d26..57d978f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
@@ -123,11 +123,11 @@
 
 
 ConnectionConfiguration
-ClusterConnection.getConnectionConfiguration() 
+ConnectionImplementation.getConnectionConfiguration() 
 
 
 ConnectionConfiguration
-ConnectionImplementation.getConnectionConfiguration() 
+ClusterConnection.getConnectionConfiguration() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
index bb22d15..449dade 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
+++ b/devapidocs/org/apache/hadoop/hbase/client

[29/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
index fa03a15..5b42d79 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
@@ -279,14 +279,6 @@ service.
 
 
 private Scan
-AsyncScanSingleRegionRpcRetryingCaller.scan 
-
-
-protected Scan
-ScannerCallable.scan 
-
-
-private Scan
 ScannerCallableWithReplicas.scan 
 
 
@@ -303,6 +295,14 @@ service.
 
 
 private Scan
+AsyncScanSingleRegionRpcRetryingCaller.scan 
+
+
+protected Scan
+ScannerCallable.scan 
+
+
+private Scan
 TableSnapshotScanner.scan 
 
 
@@ -329,11 +329,11 @@ service.
 
 
 protected Scan
-ScannerCallable.getScan() 
+ClientScanner.getScan() 
 
 
 protected Scan
-ClientScanner.getScan() 
+ScannerCallable.getScan() 
 
 
 (package private) Scan
@@ -610,8 +610,8 @@ service.
 
 
 ResultScanner
-HTable.getScanner(Scan scan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scan scan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
@@ -627,8 +627,8 @@ service.
 
 
 ResultScanner
-AsyncTable.getScanner(Scan scan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scan scan)
+The underlying HTable must 
not be closed.
 
 
 
@@ -665,16 +665,16 @@ service.
 
 
 void
-AsyncTableImpl.scan(Scan scan,
-ScanResultConsumer consumer) 
-
-
-void
 AsyncTable.scan(Scan scan,
 ScanResultConsumer consumer)
 The scan API uses the observer pattern.
 
 
+
+void
+AsyncTableImpl.scan(Scan scan,
+ScanResultConsumer consumer) 
+
 
 private void
 AsyncTableImpl.scan0(Scan scan,
@@ -682,11 +682,11 @@ service.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
-RawAsyncTableImpl.scanAll(Scan scan) 
+AsyncTableImpl.scanAll(Scan scan) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
-AsyncTableImpl.scanAll(Scan scan) 
+RawAsyncTableImpl.scanAll(Scan scan) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
@@ -1274,17 +1274,17 @@ service.
 
 
 private Scan
-TableSnapshotInputFormatImpl.RecordReader.scan 
+TableInputFormatBase.scan
+Holds the details for the internal scanner.
+
 
 
 private Scan
-TableRecordReaderImpl.scan 
+TableSnapshotInputFormatImpl.RecordReader.scan 
 
 
 private Scan
-TableInputFormatBase.scan
-Holds the details for the internal scanner.
-
+TableRecordReaderImpl.scan 
 
 
 
@@ -1339,14 +1339,14 @@ service.
 
 
 Scan
-TableSplit.getScan()
-Returns a Scan object from the stored string 
representation.
+TableInputFormatBase.getScan()
+Gets the scan defining the actual details like columns 
etc.
 
 
 
 Scan
-TableInputFormatBase.getScan()
-Gets the scan defining the actual details like columns 
etc.
+TableSplit.getScan()
+Returns a Scan object from the stored string 
representation.
 
 
 
@@ -1557,13 +1557,13 @@ service.
 
 
 void
-TableRecordReaderImpl.setScan(Scan scan)
+TableInputFormatBase.setScan(Scan scan)
 Sets the scan defining the actual details like columns 
etc.
 
 
 
 void
-TableInputFormatBase.setScan(Scan scan)
+TableRecordReaderImpl.setScan(Scan scan)
 Sets the scan defining the actual details like columns 
etc.
 
 
@@ -1630,6 +1630,12 @@ service.
 
 
 
+static void
+MultiTableSnapshotInputFormat.setInput(org.apache.hadoop.conf.Configuration configuration,
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection> snapshotScans,
+org.apache.hadoop.fs.Path tmpRestoreDir) 
+
+
 void
 MultiTableSnapshotInputFormatImpl.setInput(org.apache.hadoop.conf.Configuration conf,
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=

[43/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 672732b..7f452cb 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -316,6690 +316,6690 @@
 0
 1
 
-maven-archiver/pom.properties
-0
-0
-1
-
 org/apache/hadoop/hbase/AsyncMetaTableAccessor.java
 0
 0
 43
-
+
 org/apache/hadoop/hbase/AuthUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/BaseConfigurable.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ByteBufferKeyValue.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/Cell.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/CellComparator.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/CellScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CellUtil.java
 0
 0
 98
-
+
 org/apache/hadoop/hbase/ChoreService.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/ClusterId.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ClusterStatus.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/CompatibilityFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompatibilitySingletonFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompoundConfiguration.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/CoordinatedStateManagerFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CoprocessorEnvironment.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/DoNotRetryIOException.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/DroppedSnapshotException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ExtendedCell.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HBaseConfiguration.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/HColumnDescriptor.java
 0
 0
 27
-
+
 org/apache/hadoop/hbase/HConstants.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HRegionInfo.java
 0
 0
 58
-
+
 org/apache/hadoop/hbase/HRegionLocation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HTableDescriptor.java
 0
 0
 46
-
+
 org/apache/hadoop/hbase/HealthChecker.java
 0
 0
 17
-
+
 org/apache/hadoop/hbase/IndividualBytesFieldCell.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/JMXListener.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/KeyValue.java
 0
 0
 135
-
+
 org/apache/hadoop/hbase/KeyValueTestUtil.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/KeyValueUtil.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/LocalHBaseCluster.java
 0
 0
 24
-
+
 org/apache/hadoop/hbase/MetaMutationAnnotation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/MetaTableAccessor.java
 0
 0
 118
-
+
 org/apache/hadoop/hbase/NamespaceDescriptor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/NotAllMetaRegionsOnlineException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/RegionLoad.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/RegionLocations.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/RegionStateListener.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ScheduledChore.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/ServerLoad.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ServerName.java
 0
 0
 27
-
+
 org/apache/hadoop/hbase/SettableSequenceId.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SettableTimestamp.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogCounters.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogTask.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/TableDescriptors.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/TableInfoMissingException.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/TableName.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/TagType.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/TagUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ZKNamespaceManager.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ZNodeClearer.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupCopyJob.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/BackupHFileCleaner.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupRestoreConstants.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupTableInfo.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/FailedArchiveException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/HBackupFileSystem.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/HFileArchiver.java
 0
 0
 21
-
+
 org/apache/hadoop/hbase/backup/LogUtils.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreDriver.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreJob.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreRequest.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/backup/impl/BackupCommands.java
 0
 0
 55
-
+
 org/apache/hadoop/hbase/backup/impl/BackupManager.java
 0
 0
 5
-
+
 org/apa

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

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site 64c589c9c -> 3a970c89d


http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/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 b947231..e85e810 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 
= "format", type = "String"),
-029@org.jamon.annotations.Argument(name 
= "bcn", type = "String"),
-030@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-031@org.jamon.annotations.Argument(name 
= "bcv", type = "String")})
+028@org.jamon.annotations.Argument(name 
= "bcv", 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 
= "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// 22, 1
-073public void setFormat(String 
format)
+072// 24, 1
+073public void setBcv(String bcv)
 074{
-075  // 22, 1
-076  m_format = format;
-077  m_format__IsNotDefault = true;
+075  // 24, 1
+076  m_bcv = bcv;
+077  m_bcv__IsNotDefault = true;
 078}
-079public String getFormat()
+079public String getBcv()
 080{
-081  return m_format;
+081  return m_bcv;
 082}
-083private String m_format;
-084public boolean 
getFormat__IsNotDefault()
+083private String m_bcv;
+084public boolean 
getBcv__IsNotDefault()
 085{
-086  return m_format__IsNotDefault;
+086  return m_bcv__IsNotDefault;
 087}
-088private boolean 
m_format__IsNotDefault;
-089// 23, 1
-090public void setBcn(String bcn)
+088private boolean 
m_bcv__IsNotDefault;
+089// 21, 1
+090public void setFilter(String 
filter)
 091{
-092  // 23, 1
-093  m_bcn = bcn;
-094  m_bcn__IsNotDefault = true;
+092  // 21, 1
+093  m_filter = filter;
+094  m_filter__IsNotDefault = true;
 095}
-096public String getBcn()
+096public String getFilter()
 097{
-098  return m_bcn;
+098  return m_filter;
 099}
-100private String m_bcn;
-101public boolean 
getBcn__IsNotDefault()
+100private String m_filter;
+101public boolean 
getFilter__IsNotDefault()
 102{
-103  return m_bcn__IsNotDefault;
+103  return m_filter__IsNotDefault;
 104}
-105private boolean 
m_bcn__IsNotDefault;
-106// 21, 1
-107public void setFilter(String 
filter)
+105private boolean 
m_filter__IsNotDefault;
+106// 22, 1
+107public void setFormat(String 
format)
 108{
-109  // 21, 1
-110  m_filter = filter;
-111  m_filter__IsNotDefault = true;
+109  // 22, 1
+110  m_format = format;
+111  m_format__IsNotDefault = true;
 112}
-113public String getFilter()
+113public String getFormat()
 114{
-115  return m_filter;
+115  return m_format;
 116}
-117private String m_filter;
-118public boolean 
getFilter__IsNotDefault()
+117private String m_format;
+118public boolean 
getFormat__IsNotDefault()
 119{
-120  return m_filter__IsNotDefault;
+120  return m_format__IsNotDefault;
 121}
-122private boolean 
m_filter__IsNotDefault;
-123// 24, 1
-124public void setBcv(String bcv)
+122private boolean 
m_format__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()

[30/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
index 880dc7c..81c6842 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
@@ -214,9 +214,9 @@ service.
 
 
 
-ResultScanner
-HTable.getScanner(byte[] family)
-The underlying HTable must 
not be closed.
+default ResultScanner
+AsyncTable.getScanner(byte[] family)
+Gets a scanner on the current table for the given 
family.
 
 
 
@@ -226,9 +226,9 @@ service.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[] family)
-Gets a scanner on the current table for the given 
family.
+ResultScanner
+HTable.getScanner(byte[] family)
+The underlying HTable must 
not be closed.
 
 
 
@@ -236,10 +236,10 @@ service.
 HTableWrapper.getScanner(byte[] family) 
 
 
-ResultScanner
-HTable.getScanner(byte[] family,
+default ResultScanner
+AsyncTable.getScanner(byte[] family,
   byte[] qualifier)
-The underlying HTable must 
not be closed.
+Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
@@ -250,10 +250,10 @@ service.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[] family,
+ResultScanner
+HTable.getScanner(byte[] family,
   byte[] qualifier)
-Gets a scanner on the current table for the given family 
and qualifier.
+The underlying HTable must 
not be closed.
 
 
 
@@ -263,8 +263,8 @@ service.
 
 
 ResultScanner
-HTable.getScanner(Scan scan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scan scan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
@@ -280,8 +280,8 @@ service.
 
 
 ResultScanner
-AsyncTable.getScanner(Scan scan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scan scan)
+The underlying HTable must 
not be closed.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
index 0592ae0..00aece9 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
@@ -106,11 +106,11 @@
 
 
 RetriesExhaustedWithDetailsException
-AsyncRequestFutureImpl.getErrors() 
+AsyncRequestFuture.getErrors() 
 
 
 RetriesExhaustedWithDetailsException
-AsyncRequestFuture.getErrors() 
+AsyncRequestFutureImpl.getErrors() 
 
 
 (package private) RetriesExhaustedWithDetailsException

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
index 3b5059c..c18883d 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
@@ -238,36 +238,28 @@
 
 
 
-T
-RpcRetryingCallerImpl.callWithoutRetries(RetryingCallable callable,
-  int callTimeout) 
-
-
 T
 RpcRetryingCaller.callWithoutRetries(RetryingCallable callable,
   int callTimeout)
 Call the server once only.
 
 
-
+
 T
-RpcRetryingCallerImpl.callWithRetries(RetryingCallable callable,
-   int callTimeout) 
+RpcRetryingCallerImpl.callWithoutRetries(RetryingCallable callable,
+  int callTimeout) 
 
-
+
 T
 RpcRetryingCaller.callWithRetries(RetryingCallable callable,
int callTimeout)
 Retries if invocation fails.
 
 
-
-RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable callable) 
-
 
-FastFailInterceptorContext
-FastFailInterceptorContext.prepare(RetryingCallable callable) 
+T
+RpcRetryingCallerImpl.callWithRetries(RetryingCallable callable,
+   int callTimeout) 
 
 
 abstract RetryingCallerInterceptorContext
@@ -279,13 +271,11 @@
 
 
 RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable callable,
-   int tries) 
+NoOpRetryingInterceptorContext.prepare(RetryingCallable callable) 
 
 
 FastFailInterceptorContext
-FastFailInterceptorContext.prep

[40/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
index 7537997..c811485 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
@@ -253,12 +253,12 @@
 
 
 int
-RowIndexSeekerV1.compareKey(CellComparator comparator,
+BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparator comparator,
   Cell key) 
 
 
 int
-BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparator comparator,
+RowIndexSeekerV1.compareKey(CellComparator comparator,
   Cell key) 
 
 
@@ -270,27 +270,27 @@
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparator comparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparator comparator,
+FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
+RowIndexCodecV1.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
@@ -328,9 +328,9 @@
 
 
 
-protected CellComparator
-HFileWriterImpl.comparator
-Key comparator.
+private CellComparator
+HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
+Needed doing lookup on blocks.
 
 
 
@@ -344,9 +344,9 @@
 
 
 
-private CellComparator
-HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
-Needed doing lookup on blocks.
+protected CellComparator
+HFileWriterImpl.comparator
+Key comparator.
 
 
 
@@ -530,8 +530,8 @@
 StripeStoreFileManager.cellComparator 
 
 
-protected CellComparator
-StripeMultiFileWriter.comparator 
+private CellComparator
+StoreFileWriter.Builder.comparator 
 
 
 protected CellComparator
@@ -539,36 +539,36 @@
 
 
 private CellComparator
-Segment.comparator 
+AbstractMemStore.comparator 
 
 
 private CellComparator
-ScanInfo.comparator 
+Segment.comparator 
 
 
-private CellComparator
-StoreFileWriter.Builder.comparator 
+protected CellComparator
+HRegion.RegionScannerImpl.comparator 
 
 
 protected CellComparator
-HRegion.RegionScannerImpl.comparator 
+StripeMultiFileWriter.comparator 
 
 
 private CellComparator
-AbstractMemStore.comparator 
+ScanInfo.comparator 
 
 
 protected CellComparator
 HStore.comparator 
 
 
-protected CellComparator
-KeyValueHeap.KVScannerComparator.kvComparator 
-
-
 private CellComparator
 DefaultStoreFileManager.kvComparator 
 
+
+protected CellComparator
+KeyValueHeap.KVScannerComparator.kvComparator 
+
 
 
 
@@ -589,38 +589,38 @@
 HRegion.getCellComparator() 
 
 
-CellComparator
-StoreFileReader.getComparator() 
+(package private) CellComparator
+StoreFileScanner.getComparator() 
 
 
 protected CellComparator
-Segment.getComparator()
-Returns the Cell comparator used by this segment
-
+AbstractMemStore.getComparator() 
 
 
 CellComparator
-ScanInfo.getComparator() 
+StoreFileReader.getComparator() 
 
 
 CellComparator
 KeyValueHeap.KVScannerComparator.getComparator() 
 
 
-CellComparator
-Store.getComparator() 
+protected CellComparator
+Segment.getComparator()
+Returns the Cell comparator used by this segment
+
 
 
-protected CellComparator
-AbstractMemStore.getComparator() 
+CellComparator
+ScanInfo.getComparator() 
 
 
 CellComparator
-HStore.getComparator() 
+Store.getComparator() 
 
 
-(package private) CellComparator
-StoreFileScanner.getComparator() 
+CellComparator
+HStore.getComparator() 
 
 
 
@@ -663,21 +663,21 @@
 
 
 protected void
-DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
 Store store,
-CellComparator kvComparator) 
+CellComparator comparator) 
 
 
 protected void
-DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
 Store store,
 CellComparator kvComparator) 
 
 
 protected void
-StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+DefaultS

[37/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
index 675b6af..dd37400 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/KeyValue.html
@@ -205,22 +205,22 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
+KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
 
 
 static KeyValue
-KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
+KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in) 
 
 
 static KeyValue
-KeyValue.create(int length,
+KeyValueUtil.create(int length,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in)
 Create a KeyValue reading length from 
in
 
 
 
 static KeyValue
-KeyValueUtil.create(int length,
+KeyValue.create(int length,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true";
 title="class or interface in java.io">DataInput in)
 Create a KeyValue reading length from 
in
 
@@ -336,31 +336,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[] b) 
+KeyValueUtil.createKeyValueFromKey(byte[] b) 
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[] b) 
+KeyValue.createKeyValueFromKey(byte[] b) 
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[] b,
+KeyValueUtil.createKeyValueFromKey(byte[] b,
  int o,
  int l) 
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[] b,
+KeyValue.createKeyValueFromKey(byte[] b,
  int o,
  int l) 
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
+KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
+KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in 
java.nio">ByteBuffer bb) 
 
 
 static KeyValue
@@ -530,17 +530,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static long
-KeyValue.write(KeyValue kv,
+KeyValueUtil.write(KeyValue kv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true";
 title="class or interface in java.io">DataOutput out)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a
+ Writable.
 
 
 
 static long
-KeyValueUtil.write(KeyValue kv,
+KeyValue.write(KeyValue kv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true";
 title="class or interface in java.io">DataOutput out)
-Write out a KeyValue in the manner in which we used to when 
KeyValue was a
- Writable.
+Write out a KeyValue in the manner in which we used to when 
KeyValue was a Writable.
 
 
 
@@ -751,38 +751,28 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
-See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
- for details on this methods.
-
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
 DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
 StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
 Gets

[38/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
index 79193fb..a9d4353 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
@@ -170,7 +170,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Result r,
+AsyncMetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -179,7 +179,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Result r,
+MetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -282,6 +282,14 @@ service.
 HTableMultiplexer.FlushWorker.addr 
 
 
+HRegionLocation
+AsyncClientScanner.OpenScannerResponse.loc 
+
+
+private HRegionLocation
+AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.loc 
+
+
 private HRegionLocation
 AsyncScanSingleRegionRpcRetryingCaller.loc 
 
@@ -290,23 +298,15 @@ service.
 AsyncBatchRpcRetryingCaller.RegionRequest.loc 
 
 
-HRegionLocation
-AsyncClientScanner.OpenScannerResponse.loc 
+protected HRegionLocation
+RegionAdminServiceCallable.location 
 
 
-private HRegionLocation
-AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.loc 
-
-
 protected HRegionLocation
 RegionServerCallable.location
 Some subclasses want to set their own location.
 
 
-
-protected HRegionLocation
-RegionAdminServiceCallable.location 
-
 
 
 
@@ -349,11 +349,11 @@ service.
 
 
 protected HRegionLocation
-RegionServerCallable.getLocation() 
+MultiServerCallable.getLocation() 
 
 
 protected HRegionLocation
-MultiServerCallable.getLocation() 
+RegionServerCallable.getLocation() 
 
 
 HRegionLocation
@@ -361,43 +361,43 @@ service.
 
 
 HRegionLocation
-RegionLocator.getRegionLocation(byte[] row)
+HRegionLocator.getRegionLocation(byte[] row)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-HRegionLocator.getRegionLocation(byte[] row)
+RegionLocator.getRegionLocation(byte[] row)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-RegionLocator.getRegionLocation(byte[] row,
+HRegionLocator.getRegionLocation(byte[] row,
  boolean reload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-HRegionLocator.getRegionLocation(byte[] row,
+RegionLocator.getRegionLocation(byte[] row,
  boolean reload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-ClusterConnection.getRegionLocation(TableName tableName,
+ConnectionImplementation.getRegionLocation(TableName tableName,
  byte[] row,
- boolean reload)
-Find region location hosting passed row
-
+ boolean reload) 
 
 
 HRegionLocation
-ConnectionImplementation.getRegionLocation(TableName tableName,
+ClusterConnection.getRegionLocation(TableName tableName,
  byte[] row,
- boolean reload) 
+ boolean reload)
+Find region location hosting passed row
+
 
 
 private HRegionLocation
@@ -412,15 +412,20 @@ service.
 
 
 HRegionLocation
+ConnectionImplementation.locateRegion(byte[] regionName) 
+
+
+HRegionLocation
 ClusterConnection.locateRegion(byte[] regionName)
 Gets the location of the region of regionName.
 
 
-
+
 HRegionLocation
-ConnectionImplementation.locateRegion(byte[] regionName) 
+ConnectionImplementation.locateRegion(TableName tableName,
+byte[] row) 
 
-
+
 HRegionLocation
 ClusterConnection.locateRegion(TableName tableName,
 byte[] row)
@@ -428,11 +433,6 @@ service.
  lives in.
 
 
-
-HRegionLocation
-ConnectionImplementation.locateRegion(TableName tableName,
-byte[] row) 
-
 
 private HRegionLocation
 AsyncNonMetaRegionLocator.locateRowBeforeInCache(AsyncNonMetaRegionLocator.TableCache tableCache,
@@ -447,17 +447,17 @@ service.
 
 
 HRegionLocation
+ConnectionImplementation.relocateRegion(TableName tableName,
+  byte[] row) 
+
+
+HRegionLocation
 ClusterConnection.relocateRegion(TableName tableName,
   byte[] row)
 Find the location of the region of tableName that 
row
  lives in, ignoring any value that might be in the cache.
 
 
-
-HRegionLocation
-ConnectionImplementation.relocateRegion(TableName tableName,
-  byte[] row) 
-
 
 
 
@@ -469,13 +469,13 @@ service.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in jav

[06/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
index b705301..581ba48 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -124,104 +124,104 @@
 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRange src) 
+T
+FixedLengthWrapper.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+OrderedInt16.decode(PositionedByteRange src) 
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
+RawLong.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-OrderedInt16.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number
+OrderedNumeric.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
-RawInteger.decode(PositionedByteRange src) 
+byte[]
+OrderedBlob.decode(PositionedByteRange src) 
 
 
-T
-TerminatedWrapper.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+OrderedInt8.decode(PositionedByteRange src) 
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
+OrderedInt64.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
-RawDouble.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+RawByte.decode(PositionedByteRange src) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 RawString.decode(PositionedByteRange src) 
 
 
-T
-DataType.decode(PositionedByteRange src)
-Read an instance of T from the buffer 
src.
-
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
+Struct.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
-OrderedInt64.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+RawShort.decode(PositionedByteRange src) 
 
 
 byte[]
 OrderedBlobVar.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number
-OrderedNumeric.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
+OrderedFloat32.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-RawShort.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
+OrderedFloat64.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
-RawLong.decode(PositionedByteRange src) 
+T
+DataType.decode(PositionedByteRange src)
+Read an instance of T from the buffer 
src.
+
 
 
-byte[]
-RawBytes.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
+RawFloat.decode(PositionedByteRange src) 
 
 
+T
+TerminatedWrapper.decode(PositionedByteRange src) 
+
+
 http://docs.oracle.com/javase/8/docs/api/java/lang

[20/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
index 26abee1..67cff6e 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMasterWrapper.html
@@ -135,21 +135,21 @@
 
 
 
-MetricsMasterSource
-MetricsMasterSourceFactory.create(MetricsMasterWrapper masterWrapper) 
-
-
 MetricsMasterProcSource
 MetricsMasterProcSourceFactory.create(MetricsMasterWrapper masterWrapper) 
 
-
-MetricsMasterProcSource
-MetricsMasterProcSourceFactoryImpl.create(MetricsMasterWrapper masterWrapper) 
-
 
 MetricsMasterSource
+MetricsMasterSourceFactory.create(MetricsMasterWrapper masterWrapper) 
+
+
+MetricsMasterSource
 MetricsMasterSourceFactoryImpl.create(MetricsMasterWrapper masterWrapper) 
 
+
+MetricsMasterProcSource
+MetricsMasterProcSourceFactoryImpl.create(MetricsMasterWrapper masterWrapper) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
index cb85eaa..e5dd7f6 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/RegionPlan.html
@@ -276,25 +276,25 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-StochasticLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList> clusterState)
-Given the cluster state this will try and approach an 
optimal balance.
+SimpleLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList> clusterMap)
+Generate a global load balancing plan according to the 
specified map of
+ server information to the most loaded regions of each server.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-SimpleLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList> clusterMap)
-Generate a global load balancing plan according to the 
specified map of
- server information to the most loaded regions of each server.
+StochasticLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList> clusterState)
+Given the cluster state this will try and approach an 
optimal balance.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-StochasticLoadBalancer.balanceCluster(TableName tableName,
+SimpleLoadBalancer.balanceCluster(TableName tableName,
   http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList> clusterState) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-SimpleLoadBalancer.balanceCluster(TableName tableName,
+StochasticLoadBalancer.balanceCluster(TableName tableName,
   http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList> clusterState) 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c

[03/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index aca1d30..428a52b 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-065@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-066@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-067@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
-068@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+064@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+065@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+066@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+067@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
+068@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
 069@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-071@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-072@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean")})
+070@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+071@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+072@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,91 +118,91 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 26, 1
-114public void setFilter(String 
filter)
+113// 23, 1
+114public void 
setServers(List servers)
 115{
-116  // 26, 1
-117  m_filter = filter;
-118  m_filter__IsNotDefault = true;
+116  // 23, 1
+117  m_servers = servers;
+118  m_servers__IsNotDefault = true;
 119}
-120public String getFilter()
+120public List 
getServers()
 121{
-122  return m_filter;
+122  return m_servers;
 123}
-124private String m_filter;
-125public boolean 
getFilter__IsNotDefault()
+124private List 
m_servers;
+125public boolean 
getServers__IsNotDefault()
 126{
-127  return m_filter__IsNotDefault;
+127  return m_servers__IsNotDefault;
 128}
-129private boolean 
m_filter__IsNotDefault;
-130// 21, 1
-131public void 
setFrags(Map frags)
+129private boolean 
m_servers__IsNotDefault;
+130// 24, 1
+131public void 
setDeadServers(Set deadServers)
 132{
-133  // 21, 1
-134  m_frags = frags;
-135  m_frags__IsNotDefault = true;
+133  // 24, 1
+134  m_deadServers = deadServers;
+135  m_deadServers__IsNotDefault = 
true;
 136}
-137public Map 
getFrags()
+137public Set 
getDeadServers()
 138{
-139  return m_frags;
+139  return m_deadServers;
 140}
-141private Map 
m_frags;
-142public boolean 
getFrags__IsNotDefault()
+141private Set 
m_deadServers;
+142public boolean 
getDeadServers__IsNotDefault()
 143{
-144  return m_frags__IsNotDefault;
+144  return 
m_deadServers__IsNotDefault;
 145}
-146private boolean 
m_frags__IsNotDefault;
-147// 22, 1
-148public void 
setMetaLocation(ServerName metaLocation)
+146private boolean 
m_deadServers__IsNotDefault;
+147// 26, 1
+148public void setFilter(String 
filter)
 149{
-150  // 22, 1
-151  m_metaLocation = metaLocation;
-152  m_metaLocation__IsNotDefault = 
true;
+150  // 26, 1
+151  m_filter = filter;
+152  m_filter__IsNotDefault = true;
 153}
-154public ServerName getMetaLocation()
+154public String getFilter()
 155{
-156  return m_metaLocation;
+156  return m_filter;
 157}
-158private ServerName m_metaLocation;
-159public boolean 
getMetaLocation__IsNotDefault()
+158private String m_filter;
+159public boolean 
getFilter__IsNotDefault()
 160{
-161 

[27/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
index 73935a3..f10d65b 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/exceptions/class-use/DeserializationException.html
@@ -146,20 +146,20 @@
 
 
 
-static HColumnDescriptor
-HColumnDescriptor.parseFrom(byte[] bytes) 
-
-
 static HTableDescriptor
 HTableDescriptor.parseFrom(byte[] bytes) 
 
+
+static ClusterId
+ClusterId.parseFrom(byte[] bytes) 
+
 
 static HRegionInfo
 HRegionInfo.parseFrom(byte[] bytes) 
 
 
-static ClusterId
-ClusterId.parseFrom(byte[] bytes) 
+static HColumnDescriptor
+HColumnDescriptor.parseFrom(byte[] bytes) 
 
 
 static SplitLogTask
@@ -265,146 +265,146 @@
 ByteArrayComparable.parseFrom(byte[] pbBytes) 
 
 
-static ColumnPrefixFilter
-ColumnPrefixFilter.parseFrom(byte[] pbBytes) 
+static SingleColumnValueExcludeFilter
+SingleColumnValueExcludeFilter.parseFrom(byte[] pbBytes) 
 
 
-static ColumnCountGetFilter
-ColumnCountGetFilter.parseFrom(byte[] pbBytes) 
+static ValueFilter
+ValueFilter.parseFrom(byte[] pbBytes) 
 
 
-static RowFilter
-RowFilter.parseFrom(byte[] pbBytes) 
+static SkipFilter
+SkipFilter.parseFrom(byte[] pbBytes) 
 
 
-static FuzzyRowFilter
-FuzzyRowFilter.parseFrom(byte[] pbBytes) 
+static FamilyFilter
+FamilyFilter.parseFrom(byte[] pbBytes) 
 
 
-static BinaryComparator
-BinaryComparator.parseFrom(byte[] pbBytes) 
+static FilterWrapper
+FilterWrapper.parseFrom(byte[] pbBytes) 
 
 
-static RegexStringComparator
-RegexStringComparator.parseFrom(byte[] pbBytes) 
+static BinaryPrefixComparator
+BinaryPrefixComparator.parseFrom(byte[] pbBytes) 
 
 
-static Filter
-Filter.parseFrom(byte[] pbBytes)
-Concrete implementers can signal a failure condition in 
their code by throwing an
- http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException.
-
+static NullComparator
+NullComparator.parseFrom(byte[] pbBytes) 
 
 
-static RandomRowFilter
-RandomRowFilter.parseFrom(byte[] pbBytes) 
+static ColumnPrefixFilter
+ColumnPrefixFilter.parseFrom(byte[] pbBytes) 
 
 
-static FirstKeyOnlyFilter
-FirstKeyOnlyFilter.parseFrom(byte[] pbBytes) 
+static PageFilter
+PageFilter.parseFrom(byte[] pbBytes) 
 
 
-static SkipFilter
-SkipFilter.parseFrom(byte[] pbBytes) 
+static BitComparator
+BitComparator.parseFrom(byte[] pbBytes) 
 
 
-static BinaryPrefixComparator
-BinaryPrefixComparator.parseFrom(byte[] pbBytes) 
+static RowFilter
+RowFilter.parseFrom(byte[] pbBytes) 
 
 
-static TimestampsFilter
-TimestampsFilter.parseFrom(byte[] pbBytes) 
+static ColumnRangeFilter
+ColumnRangeFilter.parseFrom(byte[] pbBytes) 
 
 
-static ValueFilter
-ValueFilter.parseFrom(byte[] pbBytes) 
+static ColumnCountGetFilter
+ColumnCountGetFilter.parseFrom(byte[] pbBytes) 
 
 
-static KeyOnlyFilter
-KeyOnlyFilter.parseFrom(byte[] pbBytes) 
+static SubstringComparator
+SubstringComparator.parseFrom(byte[] pbBytes) 
 
 
-static FamilyFilter
-FamilyFilter.parseFrom(byte[] pbBytes) 
+static MultipleColumnPrefixFilter
+MultipleColumnPrefixFilter.parseFrom(byte[] pbBytes) 
 
 
-static QualifierFilter
-QualifierFilter.parseFrom(byte[] pbBytes) 
+static ColumnPaginationFilter
+ColumnPaginationFilter.parseFrom(byte[] pbBytes) 
 
 
-static FilterList
-FilterList.parseFrom(byte[] pbBytes) 
+static DependentColumnFilter
+DependentColumnFilter.parseFrom(byte[] pbBytes) 
 
 
-static ColumnRangeFilter
-ColumnRangeFilter.parseFrom(byte[] pbBytes) 
+static BinaryComparator
+BinaryComparator.parseFrom(byte[] pbBytes) 
 
 
-static ColumnPaginationFilter
-ColumnPaginationFilter.parseFrom(byte[] pbBytes) 
+static InclusiveStopFilter
+InclusiveStopFilter.parseFrom(byte[] pbBytes) 
 
 
-static SubstringComparator
-SubstringComparator.parseFrom(byte[] pbBytes) 
+static KeyOnlyFilter
+KeyOnlyFilter.parseFrom(byte[] pbBytes) 
 
 
-static WhileMatchFilter
-WhileMatchFilter.parseFrom(byte[] pbBytes) 
-
-
 static MultiRowRangeFilter
 MultiRowRangeFilter.parseFrom(byte[] pbBytes) 
 
+
+static Filter
+Filter.parseFrom(byte[] pbBytes)
+Concrete implementers can signal a failure condition in 
their code by throwing an
+ http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException.
+
+
 
-static PrefixFilter
-PrefixFilter.parseFrom(byte[] pbBytes) 
+static RegexStringComparator
+RegexStringComparator.parseFrom(byte[] pbBytes) 
 
 
-static SingleColumnValueExcludeFilter
-SingleColumnValueExcludeFilter.parseFrom(byte[] pbBytes) 
+static FirstKeyOnlyFilter
+FirstKeyOnlyFilter.parseFrom(byte[] pbBytes) 
 

[12/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
index 2e2b8c9..cefb0b6 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/ProtobufLogReader.WALHdrContext.html
@@ -104,12 +104,12 @@
 
 
 protected ProtobufLogReader.WALHdrContext
-SecureProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builder builder,
+ProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builder builder,
   org.apache.hadoop.fs.FSDataInputStream stream) 
 
 
 protected ProtobufLogReader.WALHdrContext
-ProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builder builder,
+SecureProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builder builder,
   org.apache.hadoop.fs.FSDataInputStream stream) 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
index 5d6fc7d..05d364d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALActionsListener.html
@@ -269,7 +269,7 @@
 
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-DisabledWALProvider.DisabledWAL.listeners 
+AbstractFSWALProvider.listeners 
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
@@ -277,7 +277,7 @@
 
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-AbstractFSWALProvider.listeners 
+DisabledWALProvider.DisabledWAL.listeners 
 
 
 
@@ -334,30 +334,30 @@
 
 
 void
-WALProvider.init(WALFactory factory,
+AbstractFSWALProvider.init(WALFactory factory,
 org.apache.hadoop.conf.Configuration conf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List listeners,
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String providerId)
-Set up the provider to create wals.
-
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String providerId) 
 
 
 void
-DisabledWALProvider.init(WALFactory factory,
+RegionGroupingProvider.init(WALFactory factory,
 org.apache.hadoop.conf.Configuration conf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List listeners,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String providerId) 
 
 
 void
-RegionGroupingProvider.init(WALFactory factory,
+WALProvider.init(WALFactory factory,
 org.apache.hadoop.conf.Configuration conf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List listeners,
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String providerId) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String providerId)
+Set up the provider to create wals.
+
 
 
 void
-AbstractFSWALProvider.init(WALFactory factory,
+DisabledWALProvider.init(WALFactory factory,
 org.apache.hadoop.conf.Configuration conf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List listeners,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String providerId) 

http://git-wip-us.apache.org/repos/asf/hbase-

[50/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index a332e0c..4526143 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -1185,12 +1185,12 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   boolean mayHaveMoreCellsInRow) 
 
 
-Increment
-Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Increment
+Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 Mutation
@@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-ColumnPrefixFilter.getNextCellHint(Cell cell) 
+FilterList.getNextCellHint(Cell currentCell) 
 
 
 Cell
-TimestampsFilter.getNextCellHint(Cell currentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
+ColumnRangeFilter.getNextCellHint(Cell cell) 
 
 
-Cell
-ColumnPaginationFilter.getNextCellHint(Cell cell) 
+abstract Cell
+Filter.getNextCellHint(Cell currentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cell cell) 
+ColumnPaginationFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-FilterList.getNextCellHint(Cell currentCell) 
+FuzzyRowFilter.getNextCellHint(Cell currentCell) 
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
+TimestampsFilter.getNextCellHint(Cell currentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
-abstract Cell
-Filter.getNextCellHint(Cell currentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+ColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(Cell currentCell) 
+MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
 
 
 Cell
-WhileMatchFilter.transformCell(Cell v) 
+Filter

[25/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html 
b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
index 2408858..8a19eda 100644
--- a/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
+++ b/devapidocs/org/apache/hadoop/hbase/io/Reference.Range.html
@@ -244,7 +244,7 @@ the order they are declared.
 
 
 values
-public static Reference.Range[] values()
+public static Reference.Range[] values()
 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:
@@ -264,7 +264,7 @@ for (Reference.Range c : Reference.Range.values())
 
 
 valueOf
-public static Reference.Range valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
+public static Reference.Range valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String name)
 Returns the enum constant of this type with the specified 
name.
 The string must match exactly an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
index 44310c8..b6e7034 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html
@@ -162,11 +162,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 ImmutableBytesWritable
-TableSnapshotInputFormat.TableSnapshotRecordReader.createKey() 
+TableRecordReader.createKey() 
 
 
 ImmutableBytesWritable
-TableRecordReader.createKey() 
+TableSnapshotInputFormat.TableSnapshotRecordReader.createKey() 
 
 
 ImmutableBytesWritable
@@ -183,9 +183,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReader
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf job,
-   
org.apache.hadoop.mapred.Reporter reporter) 
+   org.apache.hadoop.mapred.Reporter reporter)
+Builds a TableRecordReader.
+
 
 
 org.apache.hadoop.mapred.RecordReader
@@ -195,11 +197,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReader
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf job,
-   org.apache.hadoop.mapred.Reporter reporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporter reporter) 
 
 
 
@@ -218,10 +218,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritable row,
-   Result values,
+IdentityTableMap.map(ImmutableBytesWritable key,
+   Result value,
org.apache.hadoop.mapred.OutputCollector output,
-   org.apache.hadoop.mapred.Reporter reporter) 
+   org.apache.hadoop.mapred.Reporter reporter)
+Pass the key, value to reduce
+
 
 
 void
@@ -234,21 +236,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritable key,
-   Result value,
+RowCounter.RowCounterMapper.map(ImmutableBytesWritable row,
+   Result values,
org.apache.hadoop.mapred.OutputCollector output,
-   org.apache.hadoop.mapred.Reporter reporter)
-Pass the key, value to reduce
-
+   org.apache.hadoop.mapred.Reporter reporter) 
 
 
 boolean
-TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritable key,
+TableRecordReader.next(ImmutableBytesWritable key,
 Result value) 
 
 
 boolean
-TableRecordReader.next(ImmutableBytesWritable key,
+TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritable key,
 Result value) 
 
 
@@ -281,10 +281,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWrita

[36/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
index fbbb727..5f69a6c 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html
@@ -622,19 +622,19 @@
 
 
 private ServerName
-AsyncRequestFutureImpl.SingleServerRequestRunnable.server 
+FastFailInterceptorContext.server 
 
 
 private ServerName
-FastFailInterceptorContext.server 
+AsyncRequestFutureImpl.SingleServerRequestRunnable.server 
 
 
 private ServerName
-AsyncAdminRequestRetryingCaller.serverName 
+AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName 
 
 
 private ServerName
-AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName 
+AsyncAdminRequestRetryingCaller.serverName 
 
 
 private ServerName
@@ -734,13 +734,13 @@
 
 
 
-(package private) Pair
-HBaseAdmin.getRegion(byte[] regionName) 
-
-
 (package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture>
 AsyncHBaseAdmin.getRegion(byte[] regionName) 
 
+
+(package private) Pair
+HBaseAdmin.getRegion(byte[] regionName) 
+
 
 private Pair
 ZKAsyncRegistry.getStateAndServerName(org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.MetaRegionServer proto) 
@@ -793,16 +793,16 @@
 ServerName serverName) 
 
 
-private void
-ConnectionImplementation.cacheLocation(TableName tableName,
+void
+MetaCache.cacheLocation(TableName tableName,
  ServerName source,
  HRegionLocation location)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-void
-MetaCache.cacheLocation(TableName tableName,
+private void
+ConnectionImplementation.cacheLocation(TableName tableName,
  ServerName source,
  HRegionLocation location)
 Put a newly discovered HRegionLocation into the cache.
@@ -831,20 +831,18 @@
 
 
 void
-ClusterConnection.clearCaches(ServerName sn)
-Clear any caches that pertain to server name 
sn.
-
+ConnectionImplementation.clearCaches(ServerName serverName) 
 
 
 void
-ConnectionImplementation.clearCaches(ServerName serverName) 
+ClusterConnection.clearCaches(ServerName sn)
+Clear any caches that pertain to server name 
sn.
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncAdmin.closeRegion(ServerName sn,
-   HRegionInfo hri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerName sn,
+   HRegionInfo hri) 
 
 
 void
@@ -860,8 +858,10 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncHBaseAdmin.closeRegion(ServerName sn,
-   HRegionInfo hri) 
+AsyncAdmin.closeRegion(ServerName sn,
+   HRegionInfo hri)
+Close a region.
+
 
 
 private void
@@ -973,13 +973,13 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ClusterConnection.getAdmin(ServerName serverName)
-Establishes a connection to the region server at the 
specified address.
-
+ConnectionImplementation.getAdmin(ServerName serverName) 
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ConnectionImplementation.getAdmin(ServerName serverName) 
+ClusterConnection.getAdmin(ServerName serverName)
+Establishes a connection to the region server at the 
specified address.
+
 
 
 (package private) 
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface
@@ -992,15 +992,15 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
+ConnectionImplementation.getClient(ServerName serverName) 
+
+
+org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 ClusterConnection.getClient(ServerName serverName)
 Establishes a connection to the region server at the 
specified address, and returns
  a region client protocol.
 
 
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
-ConnectionImplementation.getClient(ServerName serverName) 
-
 
 org.apache.hadoop.hbase.shaded.protob

[47/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index cd76c6a..5113e11 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -140,11 +140,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Filter
-Scan.getFilter() 
+Query.getFilter() 
 
 
 Filter
-Query.getFilter() 
+Scan.getFilter() 
 
 
 
@@ -156,8 +156,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Scan
-Scan.setFilter(Filter filter) 
+Get
+Get.setFilter(Filter filter) 
 
 
 Query
@@ -166,8 +166,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Get
-Get.setFilter(Filter filter) 
+Scan
+Scan.setFilter(Filter filter) 
 
 
 
@@ -394,75 +394,75 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-ValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+PageFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-FirstKeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+MultipleColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-TimestampsFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+KeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-ColumnCountGetFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+ColumnRangeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+FamilyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-SingleColumnValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+ColumnPaginationFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true

[13/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
index b9ce046..328d123 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
@@ -212,11 +212,11 @@
 
 
 private StoreFileReader
-StoreFile.reader 
+StoreFileScanner.reader 
 
 
 private StoreFileReader
-StoreFileScanner.reader 
+StoreFile.reader 
 
 
 
@@ -236,13 +236,13 @@
 StoreFile.createReader(boolean canUseDropBehind) 
 
 
-StoreFileReader
-StoreFile.getReader() 
-
-
 (package private) StoreFileReader
 StoreFileScanner.getReader() 
 
+
+StoreFileReader
+StoreFile.getReader() 
+
 
 private StoreFileReader
 StoreFile.open(boolean canUseDropBehind)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
index 631bd56..56b07ba 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
@@ -251,14 +251,14 @@
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 
 
 
 InternalScanner
-Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3a970c89/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
index 6bd2adc..57dd50d 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
@@ -470,16 +470,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-StripeMultiFileWriter.writers() 
+protected abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
+AbstractMultiFileWriter.writers() 
 
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 DateTieredMultiFileWriter.writers() 
 
 
-protected abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-AbstractMultiFileWriter.writers() 
+protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
+StripeMultiFileWriter.writers() 
 
 
 
@@ -498,14 +498,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected void
-StripeMultiFileWriter.preCloseWriter(StoreFileWriter writer) 
-
-
-protected void
 AbstractMultiFileWriter.preCloseWriter(StoreFileWriter writer)
 Subclasses override this method to be called before we 
close the give writer.
 
 
+
+protected void
+StripeMultiFileWriter.preCloseWriter(StoreFileWriter writer) 
+
 
 
 

http://git-wip-us.apache.org/repos/

hbase-site git commit: INFRA-10751 Empty commit

2017-04-01 Thread git-site-role
Repository: hbase-site
Updated Branches:
  refs/heads/asf-site cd27d06af -> 64c589c9c


INFRA-10751 Empty commit


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/64c589c9
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/64c589c9
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/64c589c9

Branch: refs/heads/asf-site
Commit: 64c589c9c1728638aacf9e9d681f693d7a11f92a
Parents: cd27d06
Author: jenkins 
Authored: Sun Apr 2 04:02:42 2017 +
Committer: jenkins 
Committed: Sun Apr 2 04:02:42 2017 +

--

--




[33/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
index 13aed35..9fa7d8d 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Connection.html
@@ -794,19 +794,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private Connection
-RestoreTablesClient.conn 
+BackupAdminImpl.conn 
 
 
-protected Connection
-TableBackupClient.conn 
+private Connection
+RestoreTablesClient.conn 
 
 
 protected Connection
-BackupManager.conn 
+TableBackupClient.conn 
 
 
-private Connection
-BackupAdminImpl.conn 
+protected Connection
+BackupManager.conn 
 
 
 private Connection
@@ -1061,13 +1061,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-(package private) Connection
-ConnectionImplementation.MasterServiceState.connection 
-
-
 private Connection
 RegionServerCallable.connection 
 
+
+(package private) Connection
+ConnectionImplementation.MasterServiceState.connection 
+
 
 
 
@@ -1112,20 +1112,20 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-Connection
-Admin.getConnection() 
-
-
 (package private) Connection
 RegionAdminServiceCallable.getConnection() 
 
-
+
 protected Connection
 HTable.getConnection()
 INTERNAL Used by unit tests and tools to do 
low-level
  manipulations.
 
 
+
+Connection
+Admin.getConnection() 
+
 
 Connection
 HBaseAdmin.getConnection() 
@@ -1354,11 +1354,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-TableInputFormatBase.connection 
+HRegionPartitioner.connection 
 
 
 private Connection
-HRegionPartitioner.connection 
+TableInputFormatBase.connection 
 
 
 
@@ -1391,22 +1391,22 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-private Connection
-TableOutputFormat.TableRecordWriter.connection 
-
-
 (package private) Connection
 MultiTableOutputFormat.MultiTableRecordWriter.connection 
 
+
+private Connection
+HRegionPartitioner.connection 
+
 
 private Connection
-TableInputFormatBase.connection
-The underlying Connection 
of the table.
-
+TableOutputFormat.TableRecordWriter.connection 
 
 
 private Connection
-HRegionPartitioner.connection 
+TableInputFormatBase.connection
+The underlying Connection 
of the table.
+
 
 
 (package private) Connection
@@ -1531,15 +1531,15 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-CatalogJanitor.connection 
+RegionPlacementMaintainer.connection 
 
 
 private Connection
-SnapshotOfRegionAssignmentFromMeta.connection 
+CatalogJanitor.connection 
 
 
 private Connection
-RegionPlacementMaintainer.connection 
+SnapshotOfRegionAssignmentFromMeta.connection 
 
 
 
@@ -1911,11 +1911,11 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 private Connection
-HFileReplicator.connection 
+ReplicationSourceManager.connection 
 
 
 private Connection
-ReplicationSourceManager.connection 
+HFileReplicator.connection 
 
 
 private Connection
@@ -1931,13 +1931,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-private Connection
-ReplicationSink.getConnection() 
-
-
 Connection
 ReplicationSourceManager.getConnection() 
 
+
+private Connection
+ReplicationSink.getConnection() 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
index 57d978f..f191d26 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionConfiguration.html
@@ -123,11 +123,11 @@
 
 
 ConnectionConfiguration
-ConnectionImplementation.getConnectionConfiguration() 
+ClusterConnection.getConnectionConfiguration() 
 
 
 ConnectionConfiguration
-ClusterConnection.getConnectionConfiguration() 
+ConnectionImplementation.getConnectionConfiguration() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Delete.html
index 449dade..bb22d15 100644
--- a/devapidocs/org/apache/hadoop/

[43/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index 7f452cb..672732b 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -316,6690 +316,6690 @@
 0
 1
 
+maven-archiver/pom.properties
+0
+0
+1
+
 org/apache/hadoop/hbase/AsyncMetaTableAccessor.java
 0
 0
 43
-
+
 org/apache/hadoop/hbase/AuthUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/BaseConfigurable.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ByteBufferKeyOnlyKeyValue.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/ByteBufferKeyValue.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/Cell.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/CellComparator.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/CellScanner.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CellUtil.java
 0
 0
 98
-
+
 org/apache/hadoop/hbase/ChoreService.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/ClusterId.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ClusterStatus.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/CompatibilityFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompatibilitySingletonFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CompoundConfiguration.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/CoordinatedStateManagerFactory.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/CoprocessorEnvironment.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/DoNotRetryIOException.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/DroppedSnapshotException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/ExtendedCell.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HBaseConfiguration.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/HColumnDescriptor.java
 0
 0
 27
-
+
 org/apache/hadoop/hbase/HConstants.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HRegionInfo.java
 0
 0
 58
-
+
 org/apache/hadoop/hbase/HRegionLocation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/HTableDescriptor.java
 0
 0
 46
-
+
 org/apache/hadoop/hbase/HealthChecker.java
 0
 0
 17
-
+
 org/apache/hadoop/hbase/IndividualBytesFieldCell.java
 0
 0
 11
-
+
 org/apache/hadoop/hbase/JMXListener.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/JitterScheduledThreadPoolExecutorImpl.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/KeyValue.java
 0
 0
 135
-
+
 org/apache/hadoop/hbase/KeyValueTestUtil.java
 0
 0
 9
-
+
 org/apache/hadoop/hbase/KeyValueUtil.java
 0
 0
 30
-
+
 org/apache/hadoop/hbase/LocalHBaseCluster.java
 0
 0
 24
-
+
 org/apache/hadoop/hbase/MetaMutationAnnotation.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/MetaTableAccessor.java
 0
 0
 118
-
+
 org/apache/hadoop/hbase/NamespaceDescriptor.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/NotAllMetaRegionsOnlineException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/RegionLoad.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/RegionLocations.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/RegionStateListener.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ScheduledChore.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/ServerLoad.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ServerName.java
 0
 0
 27
-
+
 org/apache/hadoop/hbase/SettableSequenceId.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SettableTimestamp.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogCounters.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/SplitLogTask.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/TableDescriptors.java
 0
 0
 8
-
+
 org/apache/hadoop/hbase/TableInfoMissingException.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/TableName.java
 0
 0
 20
-
+
 org/apache/hadoop/hbase/TagType.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/TagUtil.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ZKNamespaceManager.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/ZNodeClearer.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupCopyJob.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/BackupHFileCleaner.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupRestoreConstants.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/BackupTableInfo.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/FailedArchiveException.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/HBackupFileSystem.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/HFileArchiver.java
 0
 0
 21
-
+
 org/apache/hadoop/hbase/backup/LogUtils.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreDriver.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreJob.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/RestoreRequest.java
 0
 0
 1
-
+
 org/apache/hadoop/hbase/backup/example/HFileArchiveManager.java
 0
 0
 3
-
+
 org/apache/hadoop/hbase/backup/example/LongTermArchivingHFileCleaner.java
 0
 0
 5
-
+
 org/apache/hadoop/hbase/backup/example/TableHFileArchiveTracker.java
 0
 0
 6
-
+
 org/apache/hadoop/hbase/backup/example/ZKTableArchiveClient.java
 0
 0
 2
-
+
 org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.java
 0
 0
 10
-
+
 org/apache/hadoop/hbase/backup/impl/BackupCommands.java
 0
 0
 55
-
+
 org/apache/hadoop/hbase/backup/impl/BackupManager.java
 0
 0
 5
-
+
 org/apa

[06/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html 
b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
index 581ba48..b705301 100644
--- a/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/devapidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -124,104 +124,104 @@
 
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
+Struct.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-OrderedInt16.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+RawByte.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
-RawLong.decode(PositionedByteRange src) 
+byte[]
+OrderedBlob.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number
-OrderedNumeric.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+OrderedInt16.decode(PositionedByteRange src) 
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
+RawInteger.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-OrderedInt8.decode(PositionedByteRange src) 
+T
+TerminatedWrapper.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
-OrderedInt64.decode(PositionedByteRange src) 
+T
+FixedLengthWrapper.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
+RawDouble.decode(PositionedByteRange src) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
 RawString.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRange src) 
+T
+DataType.decode(PositionedByteRange src)
+Read an instance of T from the buffer 
src.
+
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-RawShort.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
+OrderedInt64.decode(PositionedByteRange src) 
 
 
 byte[]
 OrderedBlobVar.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
-OrderedFloat32.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number
+OrderedNumeric.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
-OrderedFloat64.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+RawShort.decode(PositionedByteRange src) 
 
 
-T
-DataType.decode(PositionedByteRange src)
-Read an instance of T from the buffer 
src.
-
+http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
+RawLong.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
-RawFloat.decode(PositionedByteRange src) 
+byte[]
+RawBytes.decode(PositionedByteRange src) 
 
 
-T
-TerminatedWrapper.decode(PositionedByteRange src) 
-
-
 http://docs.oracle.com/javase/8/docs/api/java/lang

[38/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
index a9d4353..79193fb 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html
@@ -170,7 +170,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Result r,
+MetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -179,7 +179,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Result r,
+AsyncMetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -282,14 +282,6 @@ service.
 HTableMultiplexer.FlushWorker.addr 
 
 
-HRegionLocation
-AsyncClientScanner.OpenScannerResponse.loc 
-
-
-private HRegionLocation
-AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.loc 
-
-
 private HRegionLocation
 AsyncScanSingleRegionRpcRetryingCaller.loc 
 
@@ -298,15 +290,23 @@ service.
 AsyncBatchRpcRetryingCaller.RegionRequest.loc 
 
 
-protected HRegionLocation
-RegionAdminServiceCallable.location 
+HRegionLocation
+AsyncClientScanner.OpenScannerResponse.loc 
 
 
+private HRegionLocation
+AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.loc 
+
+
 protected HRegionLocation
 RegionServerCallable.location
 Some subclasses want to set their own location.
 
 
+
+protected HRegionLocation
+RegionAdminServiceCallable.location 
+
 
 
 
@@ -349,11 +349,11 @@ service.
 
 
 protected HRegionLocation
-MultiServerCallable.getLocation() 
+RegionServerCallable.getLocation() 
 
 
 protected HRegionLocation
-RegionServerCallable.getLocation() 
+MultiServerCallable.getLocation() 
 
 
 HRegionLocation
@@ -361,44 +361,44 @@ service.
 
 
 HRegionLocation
-HRegionLocator.getRegionLocation(byte[] row)
+RegionLocator.getRegionLocation(byte[] row)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-RegionLocator.getRegionLocation(byte[] row)
+HRegionLocator.getRegionLocation(byte[] row)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-HRegionLocator.getRegionLocation(byte[] row,
+RegionLocator.getRegionLocation(byte[] row,
  boolean reload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-RegionLocator.getRegionLocation(byte[] row,
+HRegionLocator.getRegionLocation(byte[] row,
  boolean reload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-ConnectionImplementation.getRegionLocation(TableName tableName,
- byte[] row,
- boolean reload) 
-
-
-HRegionLocation
 ClusterConnection.getRegionLocation(TableName tableName,
  byte[] row,
  boolean reload)
 Find region location hosting passed row
 
 
+
+HRegionLocation
+ConnectionImplementation.getRegionLocation(TableName tableName,
+ byte[] row,
+ boolean reload) 
+
 
 private HRegionLocation
 AsyncRequestFutureImpl.getReplicaLocationOrFail(Action action) 
@@ -412,20 +412,15 @@ service.
 
 
 HRegionLocation
-ConnectionImplementation.locateRegion(byte[] regionName) 
-
-
-HRegionLocation
 ClusterConnection.locateRegion(byte[] regionName)
 Gets the location of the region of regionName.
 
 
-
+
 HRegionLocation
-ConnectionImplementation.locateRegion(TableName tableName,
-byte[] row) 
+ConnectionImplementation.locateRegion(byte[] regionName) 
 
-
+
 HRegionLocation
 ClusterConnection.locateRegion(TableName tableName,
 byte[] row)
@@ -433,6 +428,11 @@ service.
  lives in.
 
 
+
+HRegionLocation
+ConnectionImplementation.locateRegion(TableName tableName,
+byte[] row) 
+
 
 private HRegionLocation
 AsyncNonMetaRegionLocator.locateRowBeforeInCache(AsyncNonMetaRegionLocator.TableCache tableCache,
@@ -447,17 +447,17 @@ service.
 
 
 HRegionLocation
-ConnectionImplementation.relocateRegion(TableName tableName,
-  byte[] row) 
-
-
-HRegionLocation
 ClusterConnection.relocateRegion(TableName tableName,
   byte[] row)
 Find the location of the region of tableName that 
row
  lives in, ignoring any value that might be in the cache.
 
 
+
+HRegionLocation
+ConnectionImplementation.relocateRegion(TableName tableName,
+  byte[] row) 
+
 
 
 
@@ -469,14 +469,14 @@ service.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List

[16/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
index 653e5da..72cba99 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/HRegionServer.html
@@ -285,15 +285,15 @@
 
 
 private HRegionServer
-MetricsRegionServerWrapperImpl.regionServer 
+MetricsTableWrapperAggregateImpl.regionServer 
 
 
 private HRegionServer
-StorefileRefresherChore.regionServer 
+RSRpcServices.regionServer 
 
 
 private HRegionServer
-MetricsTableWrapperAggregateImpl.regionServer 
+StorefileRefresherChore.regionServer 
 
 
 private HRegionServer
@@ -301,7 +301,7 @@
 
 
 private HRegionServer
-RSRpcServices.regionServer 
+MetricsRegionServerWrapperImpl.regionServer 
 
 
 private HRegionServer
@@ -312,13 +312,13 @@
 CompactSplitThread.server 
 
 
-(package private) HRegionServer
-HRegionServer.PeriodicMemstoreFlusher.server 
-
-
 private HRegionServer
 SplitRequest.server 
 
+
+(package private) HRegionServer
+HRegionServer.PeriodicMemstoreFlusher.server 
+
 
 
 
@@ -509,11 +509,11 @@
 
 
 private HRegionServer
-RegionListTmpl.ImplData.m_regionServer 
+RSStatusTmpl.ImplData.m_regionServer 
 
 
 private HRegionServer
-RSStatusTmpl.ImplData.m_regionServer 
+RegionListTmpl.ImplData.m_regionServer 
 
 
 private HRegionServer
@@ -534,11 +534,11 @@
 
 
 HRegionServer
-RegionListTmpl.ImplData.getRegionServer() 
+RSStatusTmpl.ImplData.getRegionServer() 
 
 
 HRegionServer
-RSStatusTmpl.ImplData.getRegionServer() 
+RegionListTmpl.ImplData.getRegionServer() 
 
 
 
@@ -582,11 +582,11 @@
 
 
 void
-RegionListTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
+RSStatusTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
 
 
 void
-RSStatusTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
+RegionListTmpl.ImplData.setRegionServer(HRegionServer regionServer) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
index 1516290..a58a597 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/InternalScanner.html
@@ -749,14 +749,14 @@
 
 
 InternalScanner
-Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
index af316e0..2e70a42 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/KeyValueScanner.html
@@ -648,15 +648,15 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-MemStore.getScanners(long readPt) 
+DefaultMemStore.getScanners(long readPt) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-CompactingMemStore.getScanners(long readPt) 
+MemStore.getScanners(long readPt) 
 
 
 

[13/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
index 328d123..b9ce046 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileReader.html
@@ -212,11 +212,11 @@
 
 
 private StoreFileReader
-StoreFileScanner.reader 
+StoreFile.reader 
 
 
 private StoreFileReader
-StoreFile.reader 
+StoreFileScanner.reader 
 
 
 
@@ -236,13 +236,13 @@
 StoreFile.createReader(boolean canUseDropBehind) 
 
 
-(package private) StoreFileReader
-StoreFileScanner.getReader() 
-
-
 StoreFileReader
 StoreFile.getReader() 
 
+
+(package private) StoreFileReader
+StoreFileScanner.getReader() 
+
 
 private StoreFileReader
 StoreFile.open(boolean canUseDropBehind)

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
index 56b07ba..631bd56 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileScanner.html
@@ -251,14 +251,14 @@
 
 
 InternalScanner
-Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 
 
 
 InternalScanner
-StripeCompactor.StripeInternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
+Compactor.InternalScannerFactory.createScanner(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List scanners,
  ScanType scanType,
  Compactor.FileDetails fd,
  long smallestReadPoint) 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
index 57dd50d..6bd2adc 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFileWriter.html
@@ -470,16 +470,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-protected abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-AbstractMultiFileWriter.writers() 
+protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
+StripeMultiFileWriter.writers() 
 
 
 protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 DateTieredMultiFileWriter.writers() 
 
 
-protected http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-StripeMultiFileWriter.writers() 
+protected abstract http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
+AbstractMultiFileWriter.writers() 
 
 
 
@@ -498,13 +498,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected void
-AbstractMultiFileWriter.preCloseWriter(StoreFileWriter writer)
-Subclasses override this method to be called before we 
close the give writer.
-
+StripeMultiFileWriter.preCloseWriter(StoreFileWriter writer) 
 
 
 protected void
-StripeMultiFileWriter.preCloseWriter(StoreFileWriter writer) 
+AbstractMultiFileWriter.preCloseWriter

[15/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
index ff37819..e272e46 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/RegionServerServices.html
@@ -146,11 +146,11 @@
 
 
 private RegionServerServices
-LogRollRegionServerProcedureManager.rss 
+LogRollBackupSubprocedure.rss 
 
 
 private RegionServerServices
-LogRollBackupSubprocedure.rss 
+LogRollRegionServerProcedureManager.rss 
 
 
 
@@ -290,15 +290,15 @@
 
 
 
-void
-RegionServerProcedureManagerHost.initialize(RegionServerServices rss) 
-
-
 abstract void
 RegionServerProcedureManager.initialize(RegionServerServices rss)
 Initialize a globally barriered procedure for region 
servers.
 
 
+
+void
+RegionServerProcedureManagerHost.initialize(RegionServerServices rss) 
+
 
 
 
@@ -400,11 +400,11 @@
 
 
 private RegionServerServices
-RegionServerCoprocessorHost.RegionServerEnvironment.regionServerServices 
+CompactedHFilesDischarger.regionServerServices 
 
 
 private RegionServerServices
-CompactedHFilesDischarger.regionServerServices 
+RegionServerCoprocessorHost.RegionServerEnvironment.regionServerServices 
 
 
 private RegionServerServices
@@ -412,21 +412,21 @@
 
 
 (package private) RegionServerServices
-RegionCoprocessorHost.rsServices
-The region server services
-
+HRegion.rsServices 
 
 
 private RegionServerServices
-RegionCoprocessorHost.RegionEnvironment.rsServices 
+RegionUnassigner.rsServices 
 
 
-private RegionServerServices
-RegionUnassigner.rsServices 
+(package private) RegionServerServices
+RegionCoprocessorHost.rsServices
+The region server services
+
 
 
-(package private) RegionServerServices
-HRegion.rsServices 
+private RegionServerServices
+RegionCoprocessorHost.RegionEnvironment.rsServices 
 
 
 private RegionServerServices
@@ -450,13 +450,13 @@
 RegionServerCoprocessorHost.RegionServerEnvironment.getRegionServerServices() 
 
 
-RegionServerServices
-RegionCoprocessorHost.RegionEnvironment.getRegionServerServices() 
-
-
 (package private) RegionServerServices
 HRegion.getRegionServerServices() 
 
+
+RegionServerServices
+RegionCoprocessorHost.RegionEnvironment.getRegionServerServices() 
+
 
 
 
@@ -649,13 +649,13 @@
 FinishRegionRecoveringHandler.rss 
 
 
-protected RegionServerServices
-OpenRegionHandler.rsServices 
-
-
 private RegionServerServices
 CloseRegionHandler.rsServices 
 
+
+protected RegionServerServices
+OpenRegionHandler.rsServices 
+
 
 private RegionServerServices
 OpenRegionHandler.PostOpenDeployTasksThread.services 
@@ -795,17 +795,19 @@
 
 
 static ThroughputController
-FlushThroughputControllerFactory.create(RegionServerServices server,
+CompactionThroughputControllerFactory.create(RegionServerServices server,
   org.apache.hadoop.conf.Configuration conf) 
 
 
 static ThroughputController
-CompactionThroughputControllerFactory.create(RegionServerServices server,
+FlushThroughputControllerFactory.create(RegionServerServices server,
   org.apache.hadoop.conf.Configuration conf) 
 
 
 void
-PressureAwareFlushThroughputController.setup(RegionServerServices server) 
+ThroughputController.setup(RegionServerServices server)
+Setup controller for the given region server.
+
 
 
 void
@@ -817,13 +819,11 @@
 
 
 void
-NoLimitThroughputController.setup(RegionServerServices server) 
+PressureAwareFlushThroughputController.setup(RegionServerServices server) 
 
 
 void
-ThroughputController.setup(RegionServerServices server)
-Setup controller for the given region server.
-
+NoLimitThroughputController.setup(RegionServerServices server) 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
index 5cc618e..53e7b3f 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/ScanType.html
@@ -379,11 +379,11 @@ the order they are declared.
 
 
 ScanType
-Compactor.InternalScannerFactory.getScanType(CompactionRequest request) 
+StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequest request) 
 
 
 ScanType
-StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequest request) 
+Compactor.InternalScannerFactory.getScanType(CompactionRequest request) 
 
 
 
@@ -396,14 +396,14 @@ the order they are declared.
 
 
 InternalScanner
-

[19/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
index c55c11c..bc91cb8 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/master/procedure/class-use/MasterProcedureEnv.html
@@ -157,11 +157,11 @@
 
 
 ProcedureExecutor
-HMaster.getMasterProcedureExecutor() 
+MasterServices.getMasterProcedureExecutor() 
 
 
 ProcedureExecutor
-MasterServices.getMasterProcedureExecutor() 
+HMaster.getMasterProcedureExecutor() 
 
 
 
@@ -304,24 +304,24 @@
 
 
 
-protected boolean
-ServerCrashProcedure.abort(MasterProcedureEnv env) 
+boolean
+TruncateTableProcedure.abort(MasterProcedureEnv env) 
 
 
-boolean
-RestoreSnapshotProcedure.abort(MasterProcedureEnv env) 
+protected boolean
+ServerCrashProcedure.abort(MasterProcedureEnv env) 
 
 
 boolean
-TruncateTableProcedure.abort(MasterProcedureEnv env) 
+RestoreSnapshotProcedure.abort(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-CreateNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
+ServerCrashProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-CreateTableProcedure.acquireLock(MasterProcedureEnv env) 
+AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
@@ -329,19 +329,19 @@
 
 
 protected Procedure.LockState
-AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnv env) 
+CreateNamespaceProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-ServerCrashProcedure.acquireLock(MasterProcedureEnv env) 
+SplitTableRegionProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-SplitTableRegionProcedure.acquireLock(MasterProcedureEnv env) 
+MergeTableRegionsProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 protected Procedure.LockState
-MergeTableRegionsProcedure.acquireLock(MasterProcedureEnv env) 
+CreateTableProcedure.acquireLock(MasterProcedureEnv env) 
 
 
 private void
@@ -423,23 +423,23 @@
 
 
 protected void
-ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
+DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
+TruncateTableProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-ModifyTableProcedure.completionCleanup(MasterProcedureEnv env) 
+AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-TruncateTableProcedure.completionCleanup(MasterProcedureEnv env) 
+ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 protected void
-DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnv env) 
+ModifyTableProcedure.completionCleanup(MasterProcedureEnv env) 
 
 
 void
@@ -469,13 +469,6 @@
   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List newRegions) 
 
 
-protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-CreateTableProcedure.createFsLayout(MasterProcedureEnv env,
-  HTableDescriptor hTableDescriptor,
-  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List newRegions,
-  CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler) 
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 CloneSnapshotProcedure.createFsLayout(MasterProcedureEnv env,
   HTableDescriptor hTableDescriptor,
@@ -484,6 +477,13 @@
 Create region layout in file system.
 
 
+
+protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
+CreateTableProcedure.createFsLayout(MasterProcedureEnv env,
+  HTableDescriptor hTableDescriptor,
+  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List newRegions,
+  CreateTableProcedure.CreateHdfsRegions hdfsRegionHandler) 
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 CreateTableProcedure.CreateHdfsRegions.createHdfsRegions(MasterProcedureEnv env,
@@ -673,15 +673,15 @

[10/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html 
b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
index b142fd6..f1a1e53 100644
--- a/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
+++ b/devapidocs/org/apache/hadoop/hbase/security/class-use/User.html
@@ -386,23 +386,23 @@
 
 
 
-static User
-RpcServer.getRequestUser()
+User
+RpcCallContext.getRequestUser()
 Returns the user credentials associated with the current 
RPC request or
  null if no credentials were provided.
 
 
 
-User
-RpcServer.Call.getRequestUser() 
-
-
-User
-RpcCallContext.getRequestUser()
+static User
+RpcServer.getRequestUser()
 Returns the user credentials associated with the current 
RPC request or
  null if no credentials were provided.
 
 
+
+User
+RpcServer.Call.getRequestUser() 
+
 
 User
 ConnectionId.getTicket() 
@@ -439,25 +439,19 @@
 
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
-AbstractRpcClient.createBlockingRpcChannel(ServerName sn,
-User ticket,
-int rpcTimeout) 
-
-
-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
 RpcClient.createBlockingRpcChannel(ServerName sn,
 User user,
 int rpcTimeout)
 Creates a "channel" that can be used by a blocking protobuf 
service.
 
 
-
-org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-AbstractRpcClient.createRpcChannel(ServerName sn,
-User user,
-int rpcTimeout) 
-
 
+org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
+AbstractRpcClient.createBlockingRpcChannel(ServerName sn,
+User ticket,
+int rpcTimeout) 
+
+
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
 RpcClient.createRpcChannel(ServerName sn,
 User user,
@@ -465,6 +459,12 @@
 Creates a "channel" that can be used by a protobuf 
service.
 
 
+
+org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
+AbstractRpcClient.createRpcChannel(ServerName sn,
+User user,
+int rpcTimeout) 
+
 
 int
 PriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,
@@ -891,17 +891,17 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController,
+DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController,
User user) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputController throughputController,
+DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputController throughputController,
User user) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in 
java.util">List
-DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputController throughputController,
+StripeStoreEngine.StripeCompaction.compact(ThroughputController throughputController,
User user) 
 
 
@@ -922,17 +922,17 @@
 
 
 int
-AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,
+RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,

org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
-   User user)
-Returns a 'priority' based on the request type.
-
+   User user) 
 
 
 int
-RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,
+AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header,

org.apache.hadoop.hbase.shaded.com.google.protobuf.Message param,
-   User user) 
+   User user)
+Returns a 'priority' based on the request type.
+
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
@@ -1366,14 +1366,14 @@
 
 
 
-User
-UserProvider.create(org.apache.hadoop.security.UserGroupInformation ugi)
+static User
+User.create(org.apache.hadoop.security.UserGroupInformation ugi)
 Wraps an underlying UserGroupInformation 
instance.
 
 
 
-static User
-User.create(org.apache.hadoop.security.UserGroupInformation ugi)
+User
+UserProvider.create(

[09/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
index cb9f5ee..7f7fc1f 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html
@@ -393,166 +393,166 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 private HMaster m_master
 
 
-
+
 
 
 
 
-m_servers
-private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List m_servers
+m_filter
+private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_filter
 
 
-
+
 
 
 
 
-m_servers__IsNotDefault
-private boolean m_servers__IsNotDefault
+m_filter__IsNotDefault
+private boolean m_filter__IsNotDefault
 
 
-
+
 
 
 
 
-m_assignmentManager
-private AssignmentManager m_assignmentManager
+m_frags
+private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer> m_frags
 
 
-
+
 
 
 
 
-m_assignmentManager__IsNotDefault
-private boolean m_assignmentManager__IsNotDefault
+m_frags__IsNotDefault
+private boolean m_frags__IsNotDefault
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled
-private boolean m_catalogJanitorEnabled
+m_metaLocation
+private ServerName m_metaLocation
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled__IsNotDefault
-private boolean m_catalogJanitorEnabled__IsNotDefault
+m_metaLocation__IsNotDefault
+private boolean m_metaLocation__IsNotDefault
 
 
-
+
 
 
 
 
-m_filter
-private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_filter
+m_serverManager
+private ServerManager m_serverManager
 
 
-
+
 
 
 
 
-m_filter__IsNotDefault
-private boolean m_filter__IsNotDefault
+m_serverManager__IsNotDefault
+private boolean m_serverManager__IsNotDefault
 
 
-
+
 
 
 
 
-m_format
-private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_format
+m_deadServers
+private http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set m_deadServers
 
 
-
+
 
 
 
 
-m_format__IsNotDefault
-private boolean m_format__IsNotDefault
+m_deadServers__IsNotDefault
+private boolean m_deadServers__IsNotDefault
 
 
-
+
 
 
 
 
-m_frags
-private http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer> m_frags
+m_format
+private http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String m_format
 
 
-
+
 
 
 
 
-m_frags__IsNotDefault
-private boolean m_frags__IsNotDefault
+m_format__IsNotDefault
+private boolean m_format__IsNotDefault
 
 
-
+
 
 
 
 
-m_metaLocation
-private ServerName m_metaLocation
+m_assignmentManager
+private AssignmentManager m_assignmentManager
 
 
-
+
 
 
 
 
-m_metaLocation__IsNotDefault
-private boolean m_metaLocation__IsNotDefault
+m_assignmentManager__IsNotDefault
+private boolean m_assignmentManager__IsNotDefault
 
 
-
+
 
 
 
 
-m_serverManager
-private ServerManager m_serverManager
+m_servers
+private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List m_servers
 
 
-
+
 
 
 
 
-m_serverManager__IsNotDefault
-private boolean m_serverManager__IsNotDefault
+m_servers__IsNotDefault
+private boolean m_servers__IsNotDefault
 
 
-
+
 
 
 
 
-m_deadServers
-private http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set m_deadServers
+m_catalogJanitorEnabled
+private boolean m_catalogJanitorEnabled
 
 
-
+
 
 
 
 
-m_deadServers__IsNotDefault
-private boolean m_deadServers__IsNotDefault
+m_catalogJanitorEnabled__IsNotDefault
+private boolean m_catalogJanitorEnabled__IsNotDefault
 
 
 
@@ -598,247 +598,247 @@ extends org.jamon.AbstractTemplateProxy.Impl

[46/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
index 72f56a8..78fd371 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/ByteRange.html
@@ -250,7 +250,10 @@
 
 
 ByteRange
-SimpleByteRange.deepCopy() 
+ByteRange.deepCopy()
+Create a new ByteRange with new backing byte[] 
containing a copy
+ of the content from this range's window.
+
 
 
 ByteRange
@@ -258,10 +261,7 @@
 
 
 ByteRange
-ByteRange.deepCopy()
-Create a new ByteRange with new backing byte[] 
containing a copy
- of the content from this range's window.
-
+SimpleByteRange.deepCopy() 
 
 
 ByteRange
@@ -281,16 +281,6 @@
 
 
 ByteRange
-SimpleByteRange.put(int index,
-   byte val) 
-
-
-ByteRange
-SimpleMutableByteRange.put(int index,
-   byte val) 
-
-
-ByteRange
 ByteRange.put(int index,
byte val)
 Store val at index.
@@ -298,13 +288,13 @@
 
 
 ByteRange
-SimpleByteRange.put(int index,
-   byte[] val) 
+SimpleMutableByteRange.put(int index,
+   byte val) 
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
-   byte[] val) 
+SimpleByteRange.put(int index,
+   byte val) 
 
 
 ByteRange
@@ -315,17 +305,13 @@
 
 
 ByteRange
-SimpleByteRange.put(int index,
-   byte[] val,
-   int offset,
-   int length) 
+SimpleMutableByteRange.put(int index,
+   byte[] val) 
 
 
 ByteRange
-SimpleMutableByteRange.put(int index,
-   byte[] val,
-   int offset,
-   int length) 
+SimpleByteRange.put(int index,
+   byte[] val) 
 
 
 ByteRange
@@ -339,13 +325,17 @@
 
 
 ByteRange
-SimpleByteRange.putInt(int index,
-  int val) 
+SimpleMutableByteRange.put(int index,
+   byte[] val,
+   int offset,
+   int length) 
 
 
 ByteRange
-SimpleMutableByteRange.putInt(int index,
-  int val) 
+SimpleByteRange.put(int index,
+   byte[] val,
+   int offset,
+   int length) 
 
 
 ByteRange
@@ -356,13 +346,13 @@
 
 
 ByteRange
-SimpleByteRange.putLong(int index,
-   long val) 
+SimpleMutableByteRange.putInt(int index,
+  int val) 
 
 
 ByteRange
-SimpleMutableByteRange.putLong(int index,
-   long val) 
+SimpleByteRange.putInt(int index,
+  int val) 
 
 
 ByteRange
@@ -373,13 +363,13 @@
 
 
 ByteRange
-SimpleByteRange.putShort(int index,
-short val) 
+SimpleMutableByteRange.putLong(int index,
+   long val) 
 
 
 ByteRange
-SimpleMutableByteRange.putShort(int index,
-short val) 
+SimpleByteRange.putLong(int index,
+   long val) 
 
 
 ByteRange
@@ -390,21 +380,25 @@
 
 
 ByteRange
-SimpleByteRange.set(byte[] bytes) 
+SimpleMutableByteRange.putShort(int index,
+short val) 
 
 
 ByteRange
+SimpleByteRange.putShort(int index,
+short val) 
+
+
+ByteRange
 ByteRange.set(byte[] bytes)
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[] bytes,
-   int offset,
-   int length) 
+SimpleByteRange.set(byte[] bytes) 
 
-
+
 ByteRange
 ByteRange.set(byte[] bytes,
int offset,
@@ -412,16 +406,22 @@
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(int capacity) 
+SimpleByteRange.set(byte[] bytes,
+   int offset,
+   int length) 
 
-
+
 ByteRange
 ByteRange.set(int capacity)
 Reuse this ByteRange over a new byte[].
 
 
+
+ByteRange
+SimpleByteRange.set(int capacity) 
+
 
 ByteRange
 ByteRange.setLength(int length)
@@ -436,27 +436,17 @@
 
 
 ByteRange
-SimpleByteRange.shallowCopy() 
-
-
-ByteRange
-SimpleMutableByteRange.shallowCopy() 
-
-
-ByteRange
 ByteRange.shallowCopy()
 Create a new ByteRange that points at this 
range's byte[].
 
 
 
 ByteRange
-SimpleByteRange.shallowCopySubRange(int innerOffset,
-   int copyLength) 
+SimpleMutableByteRange.shallowCopy() 
 
 
 ByteRange
-SimpleMutableByteRange.shallowCopySubRange(int innerOffset,
-   int copyLength) 
+SimpleByteRange.shallowCopy() 
 
 
 ByteRange
@@ -467,11 +457,13 @@
 
 
 ByteRange
-SimpleByteRange.unset() 
+SimpleMutableByteRange.shallowCopySubRange(int innerOffset,
+   int copyLength) 
 
 
 ByteRange
-SimpleMutableByteRange.unset() 
+SimpleByteRange.shallowCopySubRange(int innerOffset,
+   int copyLength) 
 
 
 ByteRange
@@ -479,6 +471,14 @@
 Nullifies this ByteRange.
 
 
+
+ByteRange
+SimpleMutableByteRange.unset() 
+
+
+ByteRange
+SimpleByteRange.unset() 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
index da760b5..a6ec9c7 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
+++ b/api

[49/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
index e42fa80..3492a80 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -409,31 +409,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 TableName
-BufferedMutator.getName()
-Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
 
 
 
 TableName
-AsyncTableBase.getName()
-Gets the fully qualified table name instance of this 
table.
+BufferedMutator.getName()
+Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
 
 TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+AsyncTableBase.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-Table.getName()
+RegionLocator.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
@@ -743,17 +743,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-RegionLocator
-Connection.getRegionLocator(TableName tableName)
-Retrieve a RegionLocator implementation to inspect region 
information on a table.
-
-
-
 AsyncTableRegionLocator
 AsyncConnection.getRegionLocator(TableName tableName)
 Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
 
 
+
+RegionLocator
+Connection.getRegionLocator(TableName tableName)
+Retrieve a RegionLocator implementation to inspect region 
information on a table.
+
+
 
 default Table
 Connection.getTable(TableName tableName)
@@ -761,31 +761,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-default Table
-Connection.getTable(TableName tableName,
+default AsyncTable
+AsyncConnection.getTable(TableName tableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Retrieve a Table implementation for accessing a table.
+Retrieve an AsyncTable implementation for accessing a 
table.
 
 
 
-default AsyncTable
-AsyncConnection.getTable(TableName tableName,
+default Table
+Connection.getTable(TableName tableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Retrieve an AsyncTable implementation for accessing a 
table.
+Retrieve a Table implementation for accessing a table.
 
 
 
-TableBuilder
-Connection.getTableBuilder(TableName tableName,
+AsyncTableBuilder
+AsyncConnection.getTableBuilder(TableName tableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Returns an TableBuilder for creating Table.
+Returns an AsyncTableBuilder for creating 
AsyncTable.
 
 
 
-AsyncTableBuilder
-AsyncConnection.getTableBuilder(TableName tableName,
+TableBuilder
+Connection.getTableBuilder(TableName tableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true";
 title="class or interface in 
java.util.concurrent">ExecutorService pool)
-Returns an AsyncTableBuilder for creating 
AsyncTable.
+Returns an TableBuilder for creating Table.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/apidocs/org/apache/hadoop/hbase/client/Durability.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/client/Durability.html 
b/apidocs/org/apache/hadoop/hbase/client/Durability.html
index 58db6a9..232f165 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Durability.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Durability.html
@@ -294,7 +294,7 @@ the order they are declared.
 
 
 values
-public static Durability[] values()
+public static Durability[] values()
 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:
@@ -314,7 +314,7 @@ for (Durability c : Durability.values())
 
 
 valueOf
-public static Durability valueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.htm

[02/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
--
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
index 8b00423..aca1d30 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html
@@ -69,15 +69,15 @@
 061  requiredArguments = {
 062@org.jamon.annotations.Argument(name 
= "master", type = "HMaster")},
 063  optionalArguments = {
-064@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
-065@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
-066@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean"),
-067@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
-068@org.jamon.annotations.Argument(name 
= "format", type = "String"),
-069@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
-070@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
-071@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
-072@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set")})
+064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "frags", type = "Map"),
+066@org.jamon.annotations.Argument(name 
= "metaLocation", type = "ServerName"),
+067@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
+068@org.jamon.annotations.Argument(name 
= "deadServers", type = "Set"),
+069@org.jamon.annotations.Argument(name 
= "format", type = "String"),
+070@org.jamon.annotations.Argument(name 
= "assignmentManager", type = "AssignmentManager"),
+071@org.jamon.annotations.Argument(name 
= "servers", type = "List"),
+072@org.jamon.annotations.Argument(name 
= "catalogJanitorEnabled", type = "boolean")})
 073public class MasterStatusTmpl
 074  extends 
org.jamon.AbstractTemplateProxy
 075{
@@ -118,159 +118,159 @@
 110  return m_master;
 111}
 112private HMaster m_master;
-113// 23, 1
-114public void 
setServers(List servers)
+113// 26, 1
+114public void setFilter(String 
filter)
 115{
-116  // 23, 1
-117  m_servers = servers;
-118  m_servers__IsNotDefault = true;
+116  // 26, 1
+117  m_filter = filter;
+118  m_filter__IsNotDefault = true;
 119}
-120public List 
getServers()
+120public String getFilter()
 121{
-122  return m_servers;
+122  return m_filter;
 123}
-124private List 
m_servers;
-125public boolean 
getServers__IsNotDefault()
+124private String m_filter;
+125public boolean 
getFilter__IsNotDefault()
 126{
-127  return m_servers__IsNotDefault;
+127  return m_filter__IsNotDefault;
 128}
-129private boolean 
m_servers__IsNotDefault;
-130// 29, 1
-131public void 
setAssignmentManager(AssignmentManager assignmentManager)
+129private boolean 
m_filter__IsNotDefault;
+130// 21, 1
+131public void 
setFrags(Map frags)
 132{
-133  // 29, 1
-134  m_assignmentManager = 
assignmentManager;
-135  m_assignmentManager__IsNotDefault = 
true;
+133  // 21, 1
+134  m_frags = frags;
+135  m_frags__IsNotDefault = true;
 136}
-137public AssignmentManager 
getAssignmentManager()
+137public Map 
getFrags()
 138{
-139  return m_assignmentManager;
+139  return m_frags;
 140}
-141private AssignmentManager 
m_assignmentManager;
-142public boolean 
getAssignmentManager__IsNotDefault()
+141private Map 
m_frags;
+142public boolean 
getFrags__IsNotDefault()
 143{
-144  return 
m_assignmentManager__IsNotDefault;
+144  return m_frags__IsNotDefault;
 145}
-146private boolean 
m_assignmentManager__IsNotDefault;
-147// 25, 1
-148public void 
setCatalogJanitorEnabled(boolean catalogJanitorEnabled)
+146private boolean 
m_frags__IsNotDefault;
+147// 22, 1
+148public void 
setMetaLocation(ServerName metaLocation)
 149{
-150  // 25, 1
-151  m_catalogJanitorEnabled = 
catalogJanitorEnabled;
-152  
m_catalogJanitorEnabled__IsNotDefault = true;
+150  // 22, 1
+151  m_metaLocation = metaLocation;
+152  m_metaLocation__IsNotDefault = 
true;
 153}
-154public boolean 
getCatalogJanitorEnabled()
+154public ServerName getMetaLocation()
 155{
-156  return m_catalogJanitorEnabled;
+156  return m_metaLocati

[17/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
index a6efad8..26ea8a0 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/MasterQuotaManager.html
@@ -121,11 +121,11 @@
 
 
 MasterQuotaManager
-HMaster.getMasterQuotaManager() 
+MasterServices.getMasterQuotaManager() 
 
 
 MasterQuotaManager
-MasterServices.getMasterQuotaManager() 
+HMaster.getMasterQuotaManager() 
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
index 56079e7..ec7c922 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html
@@ -162,13 +162,13 @@
 
 
 
-(package private) static QuotaLimiter
-TimeBasedLimiter.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) 
-
-
 static QuotaLimiter
 QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) 
 
+
+(package private) static QuotaLimiter
+TimeBasedLimiter.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) 
+
 
 static QuotaLimiter
 NoopQuotaLimiter.get() 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
index 05b842d..19f8727 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html
@@ -116,16 +116,16 @@
 
 
 
-QuotaType
-ThrottleSettings.getQuotaType() 
+abstract QuotaType
+QuotaSettings.getQuotaType() 
 
 
 QuotaType
-QuotaSettingsFactory.QuotaGlobalsSettingsBypass.getQuotaType() 
+ThrottleSettings.getQuotaType() 
 
 
-abstract QuotaType
-QuotaSettings.getQuotaType() 
+QuotaType
+QuotaSettingsFactory.QuotaGlobalsSettingsBypass.getQuotaType() 
 
 
 static QuotaType

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
index 8140ed2..337da08 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html
@@ -104,13 +104,13 @@
 
 
 void
-NoopOperationQuota.checkQuota(int numWrites,
+DefaultOperationQuota.checkQuota(int numWrites,
   int numReads,
   int numScans) 
 
 
 void
-DefaultOperationQuota.checkQuota(int numWrites,
+NoopOperationQuota.checkQuota(int numWrites,
   int numReads,
   int numScans) 
 
@@ -124,13 +124,13 @@
 
 
 void
-TimeBasedLimiter.checkQuota(long writeSize,
-  long readSize) 
+NoopQuotaLimiter.checkQuota(long estimateWriteSize,
+  long estimateReadSize) 
 
 
 void
-NoopQuotaLimiter.checkQuota(long estimateWriteSize,
-  long estimateReadSize) 
+TimeBasedLimiter.checkQuota(long writeSize,
+  long readSize) 
 
 
 void

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html
index 074884f..291dba3 100644
--- a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html
@@ -178,11 +178,11 @@
 
 java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum (implements java.lang.http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";

[35/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
index 25e8e89..064c5e3 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html
@@ -1954,111 +1954,111 @@ service.
 
 
 private TableName
+SnapshotDescription.table 
+
+
+private TableName
 RegionCoprocessorRpcChannel.table 
 
+
+private TableName
+RawAsyncTableImpl.tableName 
+
 
 private TableName
-SnapshotDescription.table 
+RegionServerCallable.tableName 
 
 
 protected TableName
-AsyncHBaseAdmin.TableProcedureBiConsumer.tableName 
+RegionAdminServiceCallable.tableName 
 
 
 private TableName
-HRegionLocator.tableName 
+BufferedMutatorImpl.tableName 
 
 
 private TableName
-ScannerCallableWithReplicas.tableName 
+AsyncProcessTask.tableName 
 
 
 private TableName
-ClientScanner.tableName 
+AsyncProcessTask.Builder.tableName 
 
 
 private TableName
-AsyncClientScanner.tableName 
+AsyncRequestFutureImpl.tableName 
 
 
-private TableName
-AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName 
+protected TableName
+TableBuilderBase.tableName 
 
 
 private TableName
-AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName 
+AsyncBatchRpcRetryingCaller.tableName 
 
 
 private TableName
-RawAsyncTableImpl.tableName 
+HTable.tableName 
 
 
 private TableName
-RegionCoprocessorRpcChannelImpl.tableName 
+TableState.tableName 
 
 
-private TableName
-AsyncTableRegionLocatorImpl.tableName 
+protected TableName
+RpcRetryingCallerWithReadReplicas.tableName 
 
 
 protected TableName
-RegionAdminServiceCallable.tableName 
+AsyncTableBuilderBase.tableName 
 
 
 private TableName
-HTable.tableName 
+AsyncSingleRequestRpcRetryingCaller.tableName 
 
 
 private TableName
-BufferedMutatorImpl.tableName 
+ScannerCallableWithReplicas.tableName 
 
 
 private TableName
-AsyncBatchRpcRetryingCaller.tableName 
+AsyncTableRegionLocatorImpl.tableName 
 
 
 private TableName
-BufferedMutatorParams.tableName 
+HBaseAdmin.TableFuture.tableName 
 
 
 private TableName
-HBaseAdmin.TableFuture.tableName 
+RegionCoprocessorRpcChannelImpl.tableName 
 
 
-private TableName
-AsyncRequestFutureImpl.tableName 
+protected TableName
+AsyncHBaseAdmin.TableProcedureBiConsumer.tableName 
 
 
 private TableName
-AsyncProcessTask.tableName 
+ClientScanner.tableName 
 
 
 private TableName
-AsyncProcessTask.Builder.tableName 
+BufferedMutatorParams.tableName 
 
 
 private TableName
-RegionServerCallable.tableName 
+AsyncClientScanner.tableName 
 
 
 private TableName
-AsyncSingleRequestRpcRetryingCaller.tableName 
-
-
-protected TableName
-TableBuilderBase.tableName 
-
-
-protected TableName
-RpcRetryingCallerWithReadReplicas.tableName 
+AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.tableName 
 
 
-protected TableName
-AsyncTableBuilderBase.tableName 
+private TableName
+AsyncRpcRetryingCallerFactory.BatchCallerBuilder.tableName 
 
 
 private TableName
-TableState.tableName 
+HRegionLocator.tableName 
 
 
 
@@ -2096,58 +2096,58 @@ service.
 
 
 TableName
-Table.getName()
-Gets the fully qualified table name instance of this 
table.
-
+RawAsyncTableImpl.getName() 
 
 
 TableName
-HRegionLocator.getName() 
-
-
-TableName
-AsyncTableRegionLocator.getName()
-Gets the fully qualified table name instance of the table 
whose region we want to locate.
+RegionLocator.getName()
+Gets the fully qualified table name instance of this 
table.
 
 
-
-TableName
-AsyncTableImpl.getName() 
-
 
 TableName
-RawAsyncTableImpl.getName() 
+BufferedMutatorImpl.getName() 
 
 
 TableName
-AsyncTableRegionLocatorImpl.getName() 
-
-
-TableName
 BufferedMutator.getName()
 Gets the fully qualified table name instance of the table 
that this BufferedMutator writes to.
 
 
+
+TableName
+HTable.getName() 
+
 
 TableName
-RegionLocator.getName()
+Table.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
 
 TableName
-HTable.getName() 
+AsyncTableImpl.getName() 
 
 
 TableName
-BufferedMutatorImpl.getName() 
+AsyncTableRegionLocatorImpl.getName() 
 
 
 TableName
+AsyncTableRegionLocator.getName()
+Gets the fully qualified table name instance of the table 
whose region we want to locate.
+
+
+
+TableName
 AsyncTableBase.getName()
 Gets the fully qualified table name instance of this 
table.
 
 
+
+TableName
+HRegionLocator.getName() 
+
 
 TableName
 HTableWrapper.getName() 
@@ -2158,24 +2158,16 @@ service.
 
 
 TableName
-SnapshotDescription.getTableName() 
+RegionServerCallable.getTableName() 
 
 
 TableName
-BufferedMutatorParams.getTableName() 
+SnapshotDescription.getTableName() 
 
 
-protected TableName
-HBaseAdmin.TableFuture.getTableName() 
-
-
 TableName
 AsyncProcessTask.getTableName() 
 
-
-TableName
-RegionServerCallable

[40/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
index c811485..7537997 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html
@@ -253,12 +253,12 @@
 
 
 int
-BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparator comparator,
+RowIndexSeekerV1.compareKey(CellComparator comparator,
   Cell key) 
 
 
 int
-RowIndexSeekerV1.compareKey(CellComparator comparator,
+BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparator comparator,
   Cell key) 
 
 
@@ -270,27 +270,27 @@
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
+RowIndexCodecV1.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparator comparator,
+FastDiffDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparator comparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator,
 HFileBlockDecodingContext decodingCtx) 
 
 
@@ -328,9 +328,9 @@
 
 
 
-private CellComparator
-HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
-Needed doing lookup on blocks.
+protected CellComparator
+HFileWriterImpl.comparator
+Key comparator.
 
 
 
@@ -344,9 +344,9 @@
 
 
 
-protected CellComparator
-HFileWriterImpl.comparator
-Key comparator.
+private CellComparator
+HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator
+Needed doing lookup on blocks.
 
 
 
@@ -530,8 +530,8 @@
 StripeStoreFileManager.cellComparator 
 
 
-private CellComparator
-StoreFileWriter.Builder.comparator 
+protected CellComparator
+StripeMultiFileWriter.comparator 
 
 
 protected CellComparator
@@ -539,36 +539,36 @@
 
 
 private CellComparator
-AbstractMemStore.comparator 
+Segment.comparator 
 
 
 private CellComparator
-Segment.comparator 
+ScanInfo.comparator 
 
 
-protected CellComparator
-HRegion.RegionScannerImpl.comparator 
+private CellComparator
+StoreFileWriter.Builder.comparator 
 
 
 protected CellComparator
-StripeMultiFileWriter.comparator 
+HRegion.RegionScannerImpl.comparator 
 
 
 private CellComparator
-ScanInfo.comparator 
+AbstractMemStore.comparator 
 
 
 protected CellComparator
 HStore.comparator 
 
 
-private CellComparator
-DefaultStoreFileManager.kvComparator 
-
-
 protected CellComparator
 KeyValueHeap.KVScannerComparator.kvComparator 
 
+
+private CellComparator
+DefaultStoreFileManager.kvComparator 
+
 
 
 
@@ -589,39 +589,39 @@
 HRegion.getCellComparator() 
 
 
-(package private) CellComparator
-StoreFileScanner.getComparator() 
-
-
-protected CellComparator
-AbstractMemStore.getComparator() 
-
-
 CellComparator
 StoreFileReader.getComparator() 
 
 
-CellComparator
-KeyValueHeap.KVScannerComparator.getComparator() 
-
-
 protected CellComparator
 Segment.getComparator()
 Returns the Cell comparator used by this segment
 
 
-
+
 CellComparator
 ScanInfo.getComparator() 
 
+
+CellComparator
+KeyValueHeap.KVScannerComparator.getComparator() 
+
 
 CellComparator
 Store.getComparator() 
 
 
+protected CellComparator
+AbstractMemStore.getComparator() 
+
+
 CellComparator
 HStore.getComparator() 
 
+
+(package private) CellComparator
+StoreFileScanner.getComparator() 
+
 
 
 
@@ -663,21 +663,21 @@
 
 
 protected void
-StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
 Store store,
-CellComparator comparator) 
+CellComparator kvComparator) 
 
 
 protected void
-DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
 Store store,
 CellComparator kvComparator) 
 
 
 protected void
-DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
+StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf,
 Store store,
-CellComparator kvComparator) 

[31/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
index 1bee57f..83dcf5c 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html
@@ -262,16 +262,16 @@ service.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getHRegionInfo(Result r,
+private static HRegionInfo
+MetaTableAccessor.getHRegionInfo(Result r,
   byte[] qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
 
 
 
-private static HRegionInfo
-MetaTableAccessor.getHRegionInfo(Result r,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getHRegionInfo(Result r,
   byte[] qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
@@ -286,7 +286,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Result r,
+MetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -295,7 +295,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Result r,
+AsyncMetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -303,55 +303,55 @@ service.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getRegionLocations(Result r)
+static RegionLocations
+MetaTableAccessor.getRegionLocations(Result r)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
-static RegionLocations
-MetaTableAccessor.getRegionLocations(Result r)
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getRegionLocations(Result r)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
 private static long
-AsyncMetaTableAccessor.getSeqNumDuringOpen(Result r,
+MetaTableAccessor.getSeqNumDuringOpen(Result r,
int replicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
 private static long
-MetaTableAccessor.getSeqNumDuringOpen(Result r,
+AsyncMetaTableAccessor.getSeqNumDuringOpen(Result r,
int replicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getServerName(Result r,
+static ServerName
+MetaTableAccessor.getServerName(Result r,
  int replicaId)
 Returns a ServerName from catalog table Result.
 
 
 
-static ServerName
-MetaTableAccessor.getServerName(Result r,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getServerName(Result r,
  int replicaId)
 Returns a ServerName from catalog table Result.
 
 
 
-private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
-AsyncMetaTableAccessor.getTableState(Result r) 
-
-
 static TableState
 MetaTableAccessor.getTableState(Result r)
 Decode table state from META Result.
 
 
+
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true";
 title="class or interface in java.util">Optional
+AsyncMetaTableAccessor.getTableState(Result r) 
+
 
 void
 AsyncMetaTableAccessor.MetaTableRawScanResultConsumer.onNext(Result[] results,
@@ -447,13 +447,13 @@ service.
 ClientScanner.cache 
 
 
-private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-CompleteScanResultCache.partialResults 
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/Deque.html?is-external=true";
 title="class or interface in j

[45/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html 
b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
index 2d0e7ab..83170ac 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
+++ b/apidocs/org/apache/hadoop/hbase/util/class-use/PositionedByteRange.html
@@ -125,104 +125,104 @@
 
 
 byte[]
-OrderedBlobVar.decode(PositionedByteRange src) 
+RawBytes.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true";
 title="class or interface in java.lang">Number
-OrderedNumeric.decode(PositionedByteRange src) 
+T
+FixedLengthWrapper.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
-RawByte.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+RawShort.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
-OrderedInt32.decode(PositionedByteRange src) 
+T
+TerminatedWrapper.decode(PositionedByteRange src) 
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
+OrderedFloat32.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-OrderedString.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
+OrderedFloat64.decode(PositionedByteRange src) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true";
 title="class or interface in java.lang">Float
 RawFloat.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
-RawInteger.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+OrderedInt8.decode(PositionedByteRange src) 
 
 
-T
-DataType.decode(PositionedByteRange src)
-Read an instance of T from the buffer 
src.
-
+http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
+Struct.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true";
 title="class or interface in java.lang">Long
-RawLong.decode(PositionedByteRange src) 
+byte[]
+OrderedBlob.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
-RawShort.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer
+RawInteger.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
-RawString.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface in java.lang">Short
+OrderedInt16.decode(PositionedByteRange src) 
 
 
-byte[]
-RawBytes.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
+RawString.decode(PositionedByteRange src) 
 
 
 byte[]
-OrderedBlob.decode(PositionedByteRange src) 
+OrderedBlobVar.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object[]
-Struct.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/Byte.html?is-external=true";
 title="class or interface in java.lang">Byte
+RawByte.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true";
 title="class or interface in java.lang">Double
-RawDouble.decode(PositionedByteRange src) 
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String
+OrderedString.decode(PositionedByteRange src) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true";
 title="class or interface 

[14/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
index 1a1e98f..df82020 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html
@@ -637,33 +637,33 @@
 
 
 
+com.google.common.collect.ImmutableCollection
+StripeStoreFileManager.clearCompactedFiles() 
+
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 DefaultStoreFileManager.clearCompactedFiles() 
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 StoreFileManager.clearCompactedFiles()
 Clears all the compacted files and returns them.
 
 
-
+
 com.google.common.collect.ImmutableCollection
-StripeStoreFileManager.clearCompactedFiles() 
+StripeStoreFileManager.clearFiles() 
 
-
+
 com.google.common.collect.ImmutableCollection
 DefaultStoreFileManager.clearFiles() 
 
-
+
 com.google.common.collect.ImmutableCollection
 StoreFileManager.clearFiles()
 Clears all the files currently in use and returns 
them.
 
 
-
-com.google.common.collect.ImmutableCollection
-StripeStoreFileManager.clearFiles() 
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapList>
 HRegion.close()
@@ -729,62 +729,62 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) 
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
+See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
+ for details on this methods.
+
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
-Gets initial, full list of candidate store files to check 
for row-key-before.
-
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
-See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
- for details on this methods.
+StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)
+Gets initial, full list of candidate store files to check 
for row-key-before.
 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-DefaultStoreFileManager.getCompactedfiles() 
+StripeStoreFileManager.getCompactedfiles() 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
+DefaultStoreFileManager.getCompactedfiles() 
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
 StoreFileManager.getCompactedfiles()
 List of compacted files inside this store that needs to be 
excluded in reads
  because further new reads will be using only the newly created files out of 
compaction.
 
 
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-StripeStoreFileManager.getCompactedfiles() 
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in java.util">ArrayListList>
 StripeStoreFileManager.KeyBeforeConcatenatedLists.Iterator.getComponents() 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection
-DefaultStoreFileManager.getFilesForScan(byte[] startRow,
+StripeStoreFileManager.getFilesForScan(byte[] startRow,
boolean includeStartRow,
byte[] stopRow,
boolean includeStopRow) 
 
 
 http://docs.oracle.com/

[26/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
index d3cba55..2812ba9 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.ReturnCode.html
@@ -140,111 +140,111 @@
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cell v) 
+ColumnPrefixFilter.filterKeyValue(Cell cell) 
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cell v) 
+ColumnCountGetFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cell v) 
+RowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cell v) 
+FuzzyRowFilter.filterKeyValue(Cell c) 
 
 
-Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cell cell) 
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cell v)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cell ignored) 
+RandomRowFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cell v) 
+FirstKeyOnlyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cell kv) 
+SkipFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cell v) 
+TimestampsFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
+ValueFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cell v) 
+KeyOnlyFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cell c) 
+FamilyFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cell v) 
+QualifierFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cell ignored) 
+FilterList.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cell ignored) 
+ColumnRangeFilter.filterKeyValue(Cell kv) 
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cell v)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+ColumnPaginationFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cell v) 
+WhileMatchFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cell v) 
+MultiRowRangeFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
-Deprecated. 
- 
+PrefixFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cell v) 
+DependentColumnFilter.filterKeyValue(Cell c) 
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cell c) 
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cell v)
+Deprecated. 
+ 
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cell c) 
+PageFilter.filterKeyValue(Cell ignored) 
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cell v) 
+InclusiveStopFilter.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cell v) 
+FilterWrapper.filterKeyValue(Cell v) 
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cell c) 
+MultipleColumnPrefixFilter.filterKeyValue(Cell kv) 
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cell v) 
+SingleColumnValueFilter.filterKeyValue(Cell c) 
 
 
 static Filter.ReturnCode

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index 8f44ebe..abddd91 100644
--- a/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/devapidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -433,13 +433,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 SkipFilter.filter 
 
 
-(package private) Filter
-FilterWrapper.filter 
-
-
 private Filter
 WhileMatchFilter.filter 
 
+
+(package private) Filter
+FilterWrapper.filter 
+
 
 private Filter
 FilterList.seekHintFilter 
@@ -468,15 +468,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-SingleColumnValueExcludeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/Array

[51/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.


Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/cd27d06a
Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/cd27d06a
Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/cd27d06a

Branch: refs/heads/asf-site
Commit: cd27d06af83d874b4b870db910e699093c9f6932
Parents: cd8c730
Author: jenkins 
Authored: Sun Apr 2 04:02:12 2017 +
Committer: jenkins 
Committed: Sun Apr 2 04:02:12 2017 +

--
 apache_hbase_reference_guide.pdf|4 +-
 apache_hbase_reference_guide.pdfmarks   |4 +-
 apidocs/deprecated-list.html|8 +-
 .../apache/hadoop/hbase/KeepDeletedCells.html   |4 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |  246 +-
 .../hadoop/hbase/class-use/TableName.html   |   52 +-
 .../apache/hadoop/hbase/client/Durability.html  |4 +-
 .../hadoop/hbase/client/class-use/Append.html   |8 +-
 .../hbase/client/class-use/Consistency.html |8 +-
 .../hadoop/hbase/client/class-use/Delete.html   |   44 +-
 .../hbase/client/class-use/Durability.html  |   20 +-
 .../hadoop/hbase/client/class-use/Get.html  |   36 +-
 .../hbase/client/class-use/Increment.html   |8 +-
 .../hbase/client/class-use/IsolationLevel.html  |8 +-
 .../hadoop/hbase/client/class-use/Mutation.html |8 +-
 .../hadoop/hbase/client/class-use/Put.html  |   48 +-
 .../hadoop/hbase/client/class-use/Result.html   |   22 +-
 .../hbase/client/class-use/ResultScanner.html   |   26 +-
 .../hadoop/hbase/client/class-use/Row.html  |8 +-
 .../hbase/client/class-use/RowMutations.html|   16 +-
 .../hadoop/hbase/client/class-use/Scan.html |   22 +-
 .../hadoop/hbase/client/package-tree.html   |   12 +-
 .../hbase/filter/CompareFilter.CompareOp.html   |4 +-
 .../hadoop/hbase/filter/Filter.ReturnCode.html  |4 +-
 .../filter/class-use/ByteArrayComparable.html   |8 +-
 .../class-use/CompareFilter.CompareOp.html  |   44 +-
 .../filter/class-use/Filter.ReturnCode.html |   62 +-
 .../hadoop/hbase/filter/class-use/Filter.html   |   56 +-
 .../hadoop/hbase/filter/package-tree.html   |4 +-
 .../io/class-use/ImmutableBytesWritable.html|   44 +-
 .../hadoop/hbase/io/class-use/TimeRange.html|   28 +-
 .../hbase/io/crypto/class-use/Cipher.html   |   18 +-
 .../hbase/io/encoding/DataBlockEncoding.html|4 +-
 .../mapreduce/class-use/TableRecordReader.html  |4 +-
 .../org/apache/hadoop/hbase/package-tree.html   |2 +-
 .../apache/hadoop/hbase/quotas/QuotaType.html   |4 +-
 .../hadoop/hbase/quotas/package-tree.html   |2 +-
 .../hadoop/hbase/regionserver/BloomType.html|4 +-
 apidocs/org/apache/hadoop/hbase/util/Order.html |4 +-
 .../hadoop/hbase/util/class-use/ByteRange.html  |  124 +-
 .../hadoop/hbase/util/class-use/Bytes.html  |   16 +-
 .../hadoop/hbase/util/class-use/Order.html  |   44 +-
 .../util/class-use/PositionedByteRange.html |  356 +--
 apidocs/overview-tree.html  |   28 +-
 book.html   |2 +-
 checkstyle-aggregate.html   | 2710 +-
 devapidocs/constant-values.html |4 +-
 devapidocs/deprecated-list.html |   56 +-
 .../hbase/MetaTableAccessor.QueryType.html  |4 +-
 .../hadoop/hbase/backup/package-tree.html   |2 +-
 .../hadoop/hbase/class-use/Abortable.html   |   38 +-
 .../org/apache/hadoop/hbase/class-use/Cell.html |  914 +++---
 .../hadoop/hbase/class-use/CellComparator.html  |   86 +-
 .../hadoop/hbase/class-use/CellScanner.html |   98 +-
 .../hadoop/hbase/class-use/ClusterStatus.html   |4 +-
 .../hbase/class-use/CoprocessorEnvironment.html |   12 +-
 .../hbase/class-use/HColumnDescriptor.html  |   54 +-
 .../hbase/class-use/HDFSBlocksDistribution.html |4 +-
 .../hadoop/hbase/class-use/HRegionInfo.html |  220 +-
 .../hadoop/hbase/class-use/HRegionLocation.html |  130 +-
 .../hbase/class-use/HTableDescriptor.html   |  118 +-
 .../apache/hadoop/hbase/class-use/KeyValue.html |   62 +-
 .../class-use/MasterNotRunningException.html|   12 +-
 .../hbase/class-use/NamespaceDescriptor.html|   24 +-
 .../hadoop/hbase/class-use/ProcedureInfo.html   |8 +-
 .../hadoop/hbase/class-use/RegionLocations.html |   40 +-
 .../hadoop/hbase/class-use/ScheduledChore.html  |   32 +-
 .../apache/hadoop/hbase/class-use/Server.html   |8 +-
 .../hadoop/hbase/class-use/ServerName.html  |  224 +-
 .../hbase/class-use/TableDescriptors.html   |4 +-
 .../hadoop/hbase/class-use/TableName.html   |  744 ++---
 .../class-use/TableNotDisabledException.html|8 +-
 .../hbase/class-use/TableNotFoundException.html |8 +-
 .../org/apache/hadoop/hbase/class-use/Tag.

[47/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html 
b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
index 5113e11..cd76c6a 100644
--- a/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
+++ b/apidocs/org/apache/hadoop/hbase/filter/class-use/Filter.html
@@ -140,11 +140,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Filter
-Query.getFilter() 
+Scan.getFilter() 
 
 
 Filter
-Scan.getFilter() 
+Query.getFilter() 
 
 
 
@@ -156,8 +156,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Get
-Get.setFilter(Filter filter) 
+Scan
+Scan.setFilter(Filter filter) 
 
 
 Query
@@ -166,8 +166,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Scan
-Scan.setFilter(Filter filter) 
+Get
+Get.setFilter(Filter filter) 
 
 
 
@@ -394,75 +394,75 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static Filter
-PageFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+ValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-MultipleColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+FirstKeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+ColumnPrefixFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-KeyOnlyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+TimestampsFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+ColumnCountGetFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-ColumnRangeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+RowFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-FamilyFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+InclusiveStopFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+SingleColumnValueFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
 
 
 static Filter
-ColumnPaginationFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true";
 title="class or interface in 
java.util">ArrayList filterArguments) 
+DependentColumnFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true

[34/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
index b370e53..7f67f25 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html
@@ -104,14 +104,14 @@
 
 
 void
-HMaster.checkTableModifiable(TableName tableName) 
-
-
-void
 MasterServices.checkTableModifiable(TableName tableName)
 Check table is modifiable; i.e.
 
 
+
+void
+HMaster.checkTableModifiable(TableName tableName) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
index bc2627f..e7ffea3 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/TableNotFoundException.html
@@ -191,14 +191,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-HMaster.checkTableModifiable(TableName tableName) 
-
-
-void
 MasterServices.checkTableModifiable(TableName tableName)
 Check table is modifiable; i.e.
 
 
+
+void
+HMaster.checkTableModifiable(TableName tableName) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
index d182369..e4d5620 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Tag.html
@@ -590,14 +590,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
-DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String visExpression) 
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String visExpression)
 Convert visibility expression into tags to be 
serialized.
 
 
+
+http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
+DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String visExpression) 
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
 
b/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
index 3402e75..a975f90 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/class-use/ZooKeeperConnectionException.html
@@ -173,7 +173,7 @@
 
 
 boolean
-ConnectionImplementation.isMasterRunning()
+ClusterConnection.isMasterRunning()
 Deprecated. 
 this has been deprecated 
without a replacement
 
@@ -181,7 +181,7 @@
 
 
 boolean
-ClusterConnection.isMasterRunning()
+ConnectionImplementation.isMasterRunning()
 Deprecated. 
 this has been deprecated 
without a replacement
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html 
b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
index 4aa5efd..e995157 100644
--- a/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
+++ b/devapidocs/org/apache/hadoop/hbase/classification/package-tree.html
@@ -89,11 +89,11 @@
 Annotation Type Hierarchy
 
 org.apache.hadoop.hbase.classification.InterfaceStability.Unstable (implements 
java

[50/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
index 4526143..a332e0c 100644
--- a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/apidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -1091,23 +1091,23 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
+
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -1185,13 +1185,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   boolean mayHaveMoreCellsInRow) 
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
-
 Increment
 Increment.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
+
+Delete
+Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
 
 Mutation
 Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map)
@@ -1203,8 +1203,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
-Delete
-Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FilterList.getNextCellHint(Cell currentCell) 
+ColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
+TimestampsFilter.getNextCellHint(Cell currentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cell cell) 
+MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
 
 
-abstract Cell
-Filter.getNextCellHint(Cell currentCell)
-If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
- the next key it must seek to.
-
+Cell
+ColumnPaginationFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cell cell) 
+ColumnRangeFilter.getNextCellHint(Cell cell) 
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(Cell currentCell) 
+FilterList.getNextCellHint(Cell currentCell) 
 
 
 Cell
-TimestampsFilter.getNextCellHint(Cell currentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cell cell) 
 
 
-Cell
-ColumnPrefixFilter.getNextCellHint(Cell cell) 
+abstract Cell
+Filter.getNextCellHint(Cell currentCell)
+If the filter returns the match code SEEK_NEXT_USING_HINT, 
then it should also tell which is
+ the next key it must seek to.
+
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(Cell currentKV) 
+FuzzyRowFilter.getNextCellHint(Cell currentCell) 
 
 
 Cell
-FilterList.transformCell(Cell c) 
+WhileMatchFilter.tran

[30/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
index 81c6842..880dc7c 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html
@@ -214,9 +214,9 @@ service.
 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[] family)
-Gets a scanner on the current table for the given 
family.
+ResultScanner
+HTable.getScanner(byte[] family)
+The underlying HTable must 
not be closed.
 
 
 
@@ -226,9 +226,9 @@ service.
 
 
 
-ResultScanner
-HTable.getScanner(byte[] family)
-The underlying HTable must 
not be closed.
+default ResultScanner
+AsyncTable.getScanner(byte[] family)
+Gets a scanner on the current table for the given 
family.
 
 
 
@@ -236,10 +236,10 @@ service.
 HTableWrapper.getScanner(byte[] family) 
 
 
-default ResultScanner
-AsyncTable.getScanner(byte[] family,
+ResultScanner
+HTable.getScanner(byte[] family,
   byte[] qualifier)
-Gets a scanner on the current table for the given family 
and qualifier.
+The underlying HTable must 
not be closed.
 
 
 
@@ -250,10 +250,10 @@ service.
 
 
 
-ResultScanner
-HTable.getScanner(byte[] family,
+default ResultScanner
+AsyncTable.getScanner(byte[] family,
   byte[] qualifier)
-The underlying HTable must 
not be closed.
+Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
@@ -263,8 +263,8 @@ service.
 
 
 ResultScanner
-AsyncTable.getScanner(Scan scan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scan scan)
+The underlying HTable must 
not be closed.
 
 
 
@@ -280,8 +280,8 @@ service.
 
 
 ResultScanner
-HTable.getScanner(Scan scan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scan scan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
index 00aece9..0592ae0 100644
--- 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
+++ 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetriesExhaustedWithDetailsException.html
@@ -106,11 +106,11 @@
 
 
 RetriesExhaustedWithDetailsException
-AsyncRequestFuture.getErrors() 
+AsyncRequestFutureImpl.getErrors() 
 
 
 RetriesExhaustedWithDetailsException
-AsyncRequestFutureImpl.getErrors() 
+AsyncRequestFuture.getErrors() 
 
 
 (package private) RetriesExhaustedWithDetailsException

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html 
b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
index c18883d..3b5059c 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html
@@ -238,28 +238,36 @@
 
 
 
+T
+RpcRetryingCallerImpl.callWithoutRetries(RetryingCallable callable,
+  int callTimeout) 
+
+
 T
 RpcRetryingCaller.callWithoutRetries(RetryingCallable callable,
   int callTimeout)
 Call the server once only.
 
 
-
+
 T
-RpcRetryingCallerImpl.callWithoutRetries(RetryingCallable callable,
-  int callTimeout) 
+RpcRetryingCallerImpl.callWithRetries(RetryingCallable callable,
+   int callTimeout) 
 
-
+
 T
 RpcRetryingCaller.callWithRetries(RetryingCallable callable,
int callTimeout)
 Retries if invocation fails.
 
 
+
+RetryingCallerInterceptorContext
+NoOpRetryingInterceptorContext.prepare(RetryingCallable callable) 
+
 
-T
-RpcRetryingCallerImpl.callWithRetries(RetryingCallable callable,
-   int callTimeout) 
+FastFailInterceptorContext
+FastFailInterceptorContext.prepare(RetryingCallable callable) 
 
 
 abstract RetryingCallerInterceptorContext
@@ -271,11 +279,13 @@
 
 
 RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable callable) 
+NoOpRetryingInterceptorContext.prepare(RetryingCallable callable,
+   int tries) 
 
 
 FastFailInterceptorContext
-FastFailInterceptorContext.prep

[39/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
index 08c51f5..0f0a1d8 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html
@@ -587,7 +587,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Result r,
+MetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -596,7 +596,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Result r,
+AsyncMetaTableAccessor.getRegionLocation(Result r,
  HRegionInfo regionInfo,
  int replicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -979,7 +979,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-ScannerCallableWithReplicas.getHRegionInfo() 
+RegionServerCallable.getHRegionInfo() 
 
 
 HRegionInfo
@@ -991,7 +991,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 HRegionInfo
-RegionServerCallable.getHRegionInfo() 
+ScannerCallableWithReplicas.getHRegionInfo() 
 
 
 private HRegionInfo
@@ -1030,13 +1030,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 HBaseAdmin.getOnlineRegions(ServerName sn) 
 
 
-(package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture>
-AsyncHBaseAdmin.getRegion(byte[] regionName) 
-
-
 (package private) Pair
 HBaseAdmin.getRegion(byte[] regionName) 
 
+
+(package private) http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFuture>
+AsyncHBaseAdmin.getRegion(byte[] regionName) 
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List
 Admin.getTableRegions(TableName tableName)
@@ -1064,8 +1064,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncHBaseAdmin.closeRegion(ServerName sn,
-   HRegionInfo hri) 
+AsyncAdmin.closeRegion(ServerName sn,
+   HRegionInfo hri)
+Close a region.
+
 
 
 void
@@ -1081,10 +1083,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncAdmin.closeRegion(ServerName sn,
-   HRegionInfo hri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerName sn,
+   HRegionInfo hri) 
 
 
 private void
@@ -1154,14 +1154,14 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
  http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in 
java.lang">Throwable error) 
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
-AsyncHBaseAdmin.split(ServerName sn,
+void
+HBaseAdmin.split(ServerName sn,
  HRegionInfo hri,
  byte[] splitPoint) 
 
 
-void
-HBaseAdmin.split(ServerName sn,
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureVoid>
+AsyncHBaseAdmin.split(ServerName sn,
  HRegionInfo hri,
  byte[] splitPoint) 
 
@@ -1303,17 +1303,17 @@ Input/OutputFormats, a table i

[41/51] [partial] hbase-site git commit: Published site at 73e1bcd33515061be2dc2e51e6ad19d9798a8ef6.

2017-04-01 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html 
b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
index e2a0d48..cdf8989 100644
--- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
+++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html
@@ -629,45 +629,45 @@ service.
 
 
 Cell
-ByteBufferKeyValue.deepClone() 
+IndividualBytesFieldCell.deepClone() 
 
 
 Cell
-IndividualBytesFieldCell.deepClone() 
+NoTagsKeyValue.deepClone() 
 
 
 Cell
-NoTagsByteBufferKeyValue.deepClone() 
+ExtendedCell.deepClone()
+Does a deep copy of the contents to a new memory area and 
returns it as a new cell.
+
 
 
 Cell
-NoTagsKeyValue.deepClone() 
+NoTagsByteBufferKeyValue.deepClone() 
 
 
 Cell
-CellUtil.TagRewriteCell.deepClone() 
+KeyValue.deepClone() 
 
 
 Cell
-CellUtil.TagRewriteByteBufferCell.deepClone() 
+CellUtil.TagRewriteCell.deepClone() 
 
 
 Cell
-CellUtil.ValueAndTagRewriteCell.deepClone() 
+CellUtil.TagRewriteByteBufferCell.deepClone() 
 
 
 Cell
-CellUtil.ValueAndTagRewriteByteBufferCell.deepClone() 
+CellUtil.ValueAndTagRewriteCell.deepClone() 
 
 
 Cell
-KeyValue.deepClone() 
+CellUtil.ValueAndTagRewriteByteBufferCell.deepClone() 
 
 
 Cell
-ExtendedCell.deepClone()
-Does a deep copy of the contents to a new memory area and 
returns it as a new cell.
-
+ByteBufferKeyValue.deepClone() 
 
 
 
@@ -1525,32 +1525,32 @@ service.
 
 
 
-static boolean
-CellUtil.matchingRowColumn(Cell left,
+boolean
+KeyValue.KVComparator.matchingRowColumn(Cell left,
  Cell right)
+Deprecated. 
 Compares the row and column of two keyvalues for 
equality
 
 
 
-boolean
-KeyValue.KVComparator.matchingRowColumn(Cell left,
+static boolean
+CellUtil.matchingRowColumn(Cell left,
  Cell right)
-Deprecated. 
 Compares the row and column of two keyvalues for 
equality
 
 
 
-static boolean
-CellUtil.matchingRows(Cell left,
+boolean
+KeyValue.KVComparator.matchingRows(Cell left,
 Cell right)
+Deprecated. 
 Compares the row of two keyvalues for equality
 
 
 
-boolean
-KeyValue.KVComparator.matchingRows(Cell left,
+static boolean
+CellUtil.matchingRows(Cell left,
 Cell right)
-Deprecated. 
 Compares the row of two keyvalues for equality
 
 
@@ -1864,11 +1864,11 @@ service.
 
 
 private Cell
-AllowPartialScanResultCache.lastCell 
+BatchScanResultCache.lastCell 
 
 
 private Cell
-BatchScanResultCache.lastCell 
+AllowPartialScanResultCache.lastCell 
 
 
 
@@ -1976,23 +1976,23 @@ service.
 
 
 
-Append
-Append.add(Cell cell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cell cell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cell kv)
 Add the specified KeyValue to this Put operation.
 
 
+
+Append
+Append.add(Cell cell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cell kv)
@@ -2079,16 +2079,6 @@ service.
   boolean mayHaveMoreCellsInRow) 
 
 
-Append
-Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
-
-
-Mutation
-Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map)
-Method for setting the put's familyMap
-
-
-
 Delete
 Delete.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
@@ -2100,6 +2090,16 @@ service.
 Put
 Put.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
 
+
+Append
+Append.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">NavigableMapList> map) 
+
+
+Mutation
+Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true";
 title="class or interface in java.util">Nav

  1   2   3   4   >