[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 = "SetServerName"),
-068@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
-069@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
-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 = "ListServerName"),
+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 = "SetServerName"),
+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 = "MapString,Integer"),
+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(ListServerName 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 ListServerName 
getServers()
 138{
-139  return m_format;
+139  return m_servers;
 140}
-141private String m_format;
-142public boolean 
getFormat__IsNotDefault()
+141private ListServerName 
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_catalogJanitorEnabled;
-159

[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 @@
 
 publicstaticfinalhttp://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
 privateHMaster m_master
 
 
-
+
 
 
 
 
-m_filter
-privatehttp://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
+privateServerName m_metaLocation
 
 
-
+
 
 
 
 
-m_filter__IsNotDefault
-privateboolean m_filter__IsNotDefault
+m_metaLocation__IsNotDefault
+privateboolean m_metaLocation__IsNotDefault
 
 
-
+
 
 
 
 
-m_format

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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 = "SetServerName"),
-068@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
-069@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
-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 = "ListServerName"),
+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 = "SetServerName"),
+069@org.jamon.annotations.Argument(name 
= "serverManager", type = "ServerManager"),
+070@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+071

[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 = "ListServerName"),
-065@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName"),
-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 = "MapString,Integer"),
+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 = "SetServerName"),
+068@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
+069@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+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(ListServerName 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 ListServerName 
getServers()
+120public String getFilter()
 121{
-122  return m_servers;
+122  return m_filter;
 123}
-124private ListServerName 
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(SetServerName 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 SetServerName 
getDeadServers()
+137public String getFormat()
 138{
-139  return m_deadServers;
+139  return m_format;
 140}
-141private SetServerName 
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__IsNotDefault;
+161  

[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 @@
 
 publicstaticfinalhttp://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
 privateHMaster m_master
 
 
-
+
 
 
 
 
-m_servers
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName m_servers
+m_filter
+privatehttp://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
-privateboolean 

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) 

[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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 finalhttp://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 = "ListServerName"),
-065@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName"),
-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 = "MapString,Integer"),
+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 = "SetServerName"),
+068@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
+069@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+070   

[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 @@
 
 publicstaticfinalhttp://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 @@
 
 publicstaticfinalhttp://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,
 ObserverContextT)
@@ -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 

[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


[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(RegionServerServicesrss)
+
+
 abstract void
 RegionServerProcedureManager.initialize(RegionServerServicesrss)
 Initialize a globally barriered procedure for region 
servers.
 
 
-
-void
-RegionServerProcedureManagerHost.initialize(RegionServerServicesrss)
-
 
 
 
@@ -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(RegionServerServicesserver,
+FlushThroughputControllerFactory.create(RegionServerServicesserver,
   org.apache.hadoop.conf.Configurationconf)
 
 
 static ThroughputController
-FlushThroughputControllerFactory.create(RegionServerServicesserver,
+CompactionThroughputControllerFactory.create(RegionServerServicesserver,
   org.apache.hadoop.conf.Configurationconf)
 
 
 void
-ThroughputController.setup(RegionServerServicesserver)
-Setup controller for the given region server.
-
+PressureAwareFlushThroughputController.setup(RegionServerServicesserver)
 
 
 void
@@ -819,11 +817,13 @@
 
 
 void
-PressureAwareFlushThroughputController.setup(RegionServerServicesserver)
+NoLimitThroughputController.setup(RegionServerServicesserver)
 
 
 void
-NoLimitThroughputController.setup(RegionServerServicesserver)
+ThroughputController.setup(RegionServerServicesserver)
+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(CompactionRequestrequest)
+Compactor.InternalScannerFactory.getScanType(CompactionRequestrequest)
 
 
 ScanType
-Compactor.InternalScannerFactory.getScanType(CompactionRequestrequest)
+StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequestrequest)
 
 
 
@@ -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 interface in java.util">ListStoreFileScannerscanners,

[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(ByteBuffbuf)
+KeyValueCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-Codec.getDecoder(ByteBuffbuf)
+CellCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(ByteBuffbuf)
+Codec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
+CellCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(ByteBuffbuf)
+KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 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">InputStreamis)
+KeyValueCodec.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreamis)
+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">InputStreamis)
+CellCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in 
java.io">InputStreamis)
 
 
 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">InputStreamis)
-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">InputStreamis)
 
 
 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">InputStreamis)
-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">InputStreamis)
 
 
 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">InputStreamis)
+KeyValueCodecWithTags.getDecoder(http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreamis)
+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">OutputStreamos)
+KeyValueCodec.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in 
java.io">OutputStreamos)
 
 
 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">OutputStreamos)
+CellCodecWithTags.getEncoder(http://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true;
 title="class or interface in 
java.io">OutputStreamos)
 
 
 Codec.Encoder

[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(Mutationm)
-
-
-void
 BufferedMutator.mutate(Mutationmutation)
 Sends a Mutation to 
the table.
 
 
+
+void
+BufferedMutatorImpl.mutate(Mutationm)
+
 
 
 
@@ -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? extends Mutationms)
-
-
-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? extends Mutationmutations)
 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? extends Mutationms)
+
 
 
 
@@ -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">ClassMutationc)
 
 
-org.apache.hadoop.mapreduce.RecordWriterImmutableBytesWritable,Mutation
-MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-
-
 org.apache.hadoop.mapreduce.RecordWriterKEY,Mutation
 TableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
 Creates a new record writer.
 
 
+
+org.apache.hadoop.mapreduce.RecordWriterImmutableBytesWritable,Mutation
+MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
+
 
 org.apache.hadoop.io.serializer.SerializerMutation
 MutationSerialization.getSerializer(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassMutationc)
@@ -607,11 +607,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-DefaultOperationQuota.addMutation(Mutationmutation)
+NoopOperationQuota.addMutation(Mutationmutation)
 
 
 void
-NoopOperationQuota.addMutation(Mutationmutation)
+DefaultOperationQuota.addMutation(Mutationmutation)
 
 
 void
@@ -964,6 +964,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
+MultiRowMutationProcessor.process(longnow,
+   HRegionregion,
+   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutationsToApply,
+   WALEditwalEdit)
+
+
+void
 RowProcessor.process(longnow,
HRegionregion,
http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutations,
@@ -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(longnow,
-   HRegionregion,
-   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutationsToApply,
-   WALEditwalEdit)
-
 
 
 

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


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(TableNametableName)
-Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
-
-
-
 RegionLocator
 Connection.getRegionLocator(TableNametableName)
 Retrieve a RegionLocator implementation to inspect region 
information on a table.
 
 
+
+AsyncTableRegionLocator
+AsyncConnection.getRegionLocator(TableNametableName)
+Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
+
+
 
 default Table
 Connection.getTable(TableNametableName)
@@ -761,31 +761,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-default AsyncTable
-AsyncConnection.getTable(TableNametableName,
+default Table
+Connection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Retrieve an AsyncTable implementation for accessing a 
table.
+Retrieve a Table implementation for accessing a table.
 
 
 
-default Table
-Connection.getTable(TableNametableName,
+default AsyncTable
+AsyncConnection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Retrieve a Table implementation for accessing a table.
+Retrieve an AsyncTable implementation for accessing a 
table.
 
 
 
-AsyncTableBuilderAsyncTable
-AsyncConnection.getTableBuilder(TableNametableName,
+TableBuilder
+Connection.getTableBuilder(TableNametableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Returns an AsyncTableBuilder for creating 
AsyncTable.
+Returns an TableBuilder for creating Table.
 
 
 
-TableBuilder
-Connection.getTableBuilder(TableNametableName,
+AsyncTableBuilderAsyncTable
+AsyncConnection.getTableBuilder(TableNametableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-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 staticDurability[]values()
+public staticDurability[]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 

[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(Cellcell)
+ValueFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cellv)
+SkipFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cellv)
+FamilyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cellc)
+FilterWrapper.filterKeyValue(Cellv)
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cellv)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cellv)
+PageFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cellv)
+RowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cellv)
+ColumnRangeFilter.filterKeyValue(Cellkv)
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cellv)
+ColumnCountGetFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ValueFilter.filterKeyValue(Cellv)
+MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cellignored)
+ColumnPaginationFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cellv)
+DependentColumnFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cellv)
+InclusiveStopFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cellc)
+KeyOnlyFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cellkv)
+MultiRowRangeFilter.filterKeyValue(Cellignored)
 
 
-Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cellv)
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cellv)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cellv)
+FirstKeyOnlyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cellignored)
+WhileMatchFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cellv)
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
+Deprecated.
+
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cellc)
+TimestampsFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
-Deprecated.
-
+FuzzyRowFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cellignored)
+FilterList.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cellv)
+RandomRowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cellv)
+PrefixFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
+SingleColumnValueFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cellc)
+QualifierFilter.filterKeyValue(Cellv)
 
 
 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">ArrayListbyte[]filterArguments)
+SingleColumnValueExcludeFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter

[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(MonitoredTaskstatus)
+
+
 void
 ServerManager.waitForRegionServers(MonitoredTaskstatus)
 Wait for the region servers to report in.
 
 
-
-private void
-HMaster.waitForRegionServers(MonitoredTaskstatus)
-
 
 private void
 SplitLogManager.waitForSplittingCompletion(SplitLogManager.TaskBatchbatch,

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">Stringname)
-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">Stringnamespace)
 
 
 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">Stringnamespace)
+NamespaceStateManager.getState(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+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(ByteBuffbuf)
+KeyValueCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-Codec.getDecoder(ByteBuffbuf)
+CellCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodec.getDecoder(ByteBuffbuf)
+Codec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
+CellCodec.getDecoder(ByteBuffbuf)
 
 
 Codec.Decoder
-CellCodecWithTags.getDecoder(ByteBuffbuf)
+KeyValueCodecWithTags.getDecoder(ByteBuffbuf)
 
 
 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(ByteBuffblock)
+CopyKeyDataBlockEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-CopyKeyDataBlockEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+PrefixKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-DiffKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+FastDiffDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-FastDiffDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+DiffKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 Cell
-PrefixKeyDeltaEncoder.getFirstKeyCellInBlock(ByteBuffblock)
+RowIndexCodecV1.getFirstKeyCellInBlock(ByteBuffblock)
 
 
 void
@@ -572,11 +572,11 @@
 
 
 void
-RowIndexSeekerV1.setCurrentBuffer(ByteBuffbuffer)
+BufferedDataBlockEncoder.BufferedEncodedSeeker.setCurrentBuffer(ByteBuffbuffer)
 
 
 void

[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(intindex,
+   byteval)
+
+
+ByteRange
+SimpleMutableByteRange.put(intindex,
+   byteval)
+
+
+ByteRange
 ByteRange.put(intindex,
byteval)
 Store val at index.
@@ -288,13 +298,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byteval)
+SimpleByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byteval)
+SimpleMutableByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
@@ -305,13 +315,17 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val)
+SimpleByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val)
+SimpleMutableByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
@@ -325,17 +339,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleMutableByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
@@ -346,13 +356,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.putInt(intindex,
-  intval)
+SimpleByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
-SimpleByteRange.putInt(intindex,
-  intval)
+SimpleMutableByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
@@ -363,13 +373,13 @@
 
 
 ByteRange
-SimpleMutableByteRange.putLong(intindex,
-   longval)
+SimpleByteRange.putShort(intindex,
+shortval)
 
 
 ByteRange
-SimpleByteRange.putLong(intindex,
-   longval)
+SimpleMutableByteRange.putShort(intindex,
+shortval)
 
 
 ByteRange
@@ -380,25 +390,21 @@
 
 
 ByteRange
-SimpleMutableByteRange.putShort(intindex,
-shortval)
+SimpleByteRange.set(byte[]bytes)
 
 
 ByteRange
-SimpleByteRange.putShort(intindex,
-shortval)
-
-
-ByteRange
 ByteRange.set(byte[]bytes)
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[]bytes)
+SimpleByteRange.set(byte[]bytes,
+   intoffset,
+   intlength)
 
-
+
 ByteRange
 ByteRange.set(byte[]bytes,
intoffset,
@@ -406,22 +412,16 @@
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[]bytes,
-   intoffset,
-   intlength)
+SimpleByteRange.set(intcapacity)
 
-
+
 ByteRange
 ByteRange.set(intcapacity)
 Reuse this ByteRange over a new byte[].
 
 
-
-ByteRange
-SimpleByteRange.set(intcapacity)
-
 
 ByteRange
 ByteRange.setLength(intlength)
@@ -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(intinnerOffset,
-   intcopyLength)
-Create a new ByteRange that points at this 
range's byte[].
-
+SimpleByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
 
 
 ByteRange
@@ -462,14 +460,14 @@
 
 
 ByteRange
-SimpleByteRange.shallowCopySubRange(intinnerOffset,
-   intcopyLength)
+ByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
+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 a6ec9c7..da760b5 100644
--- a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
+++ 

[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(CellComparatorcomparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+RowIndexCodecV1.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
@@ -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">DataInputStreamsource,
-   HFileBlockDecodingContextdecodingCtx)
+BufferedDataBlockEncoder.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,
+   HFileBlockDecodingContextblkDecodingCtx)
 
 
 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">DataInputStreamsource,
-   HFileBlockDecodingContextblkDecodingCtx)
+RowIndexCodecV1.decodeKeyValues(http://docs.oracle.com/javase/8/docs/api/java/io/DataInputStream.html?is-external=true;
 title="class or interface in java.io">DataInputStreamsource,
+   HFileBlockDecodingContextdecodingCtx)
 
 
 
@@ -333,18 +333,18 @@
 
 
 HFileBlockDecodingContext
-HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContextfileContext)
-
-
-HFileBlockDecodingContext
 NoOpDataBlockEncoder.newDataBlockDecodingContext(HFileContextmeta)
 
-
+
 HFileBlockDecodingContext
 HFileDataBlockEncoder.newDataBlockDecodingContext(HFileContextfileContext)
 create a encoder specific decoding context for 
reading.
 
 
+
+HFileBlockDecodingContext
+HFileDataBlockEncoderImpl.newDataBlockDecodingContext(HFileContextfileContext)
+
 
 
 

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 @@
  HFileBlockDefaultDecodingContextdecodingCtx)
 
 
-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">DataInputStreamsource,
+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">DataInputStreamsource,

[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.TableFuture.getTableName()
 
 
 TableName
-TableState.getTableName()

[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(Cellleft,
+static boolean
+CellUtil.matchingRowColumn(Cellleft,
  Cellright)
-Deprecated.
 Compares the row and column of two keyvalues for 
equality
 
 
 
-static boolean
-CellUtil.matchingRowColumn(Cellleft,
+boolean
+KeyValue.KVComparator.matchingRowColumn(Cellleft,
  Cellright)
+Deprecated.
 Compares the row and column of two keyvalues for 
equality
 
 
 
-boolean
-KeyValue.KVComparator.matchingRows(Cellleft,
+static boolean
+CellUtil.matchingRows(Cellleft,
 Cellright)
-Deprecated.
 Compares the row of two keyvalues for equality
 
 
 
-static boolean
-CellUtil.matchingRows(Cellleft,
+boolean
+KeyValue.KVComparator.matchingRows(Cellleft,
 Cellright)
+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(Cellcell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cellkv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cellcell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -2079,6 +2079,16 @@ service.
   booleanmayHaveMoreCellsInRow)
 
 
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
+
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
@@ -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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
-
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
-Mutation
-Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in 

[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(TableNametableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableNametableName)
 
 
 void
-HMaster.checkTableModifiable(TableNametableName)
+MasterServices.checkTableModifiable(TableNametableName)
+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(TableNametableName)
-Check table is modifiable; i.e.
-
+HMaster.checkTableModifiable(TableNametableName)
 
 
 void
-HMaster.checkTableModifiable(TableNametableName)
+MasterServices.checkTableModifiable(TableNametableName)
+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">ListTag
-VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringvisExpression)
-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">StringvisExpression)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTag
-DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringvisExpression)
+VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringvisExpression)
+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 100644
--- 

[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 staticChecksumType[]values()
+public staticChecksumType[]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 staticChecksumTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticChecksumTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 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 staticOrder[]values()
+public staticOrder[]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 staticOrdervalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticOrdervalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 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 staticPoolMap.PoolType[]values()
+public staticPoolMap.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 staticPoolMap.PoolTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticPoolMap.PoolTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 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(BloomFilterWriterbfw)
-
-
-void
 HFile.Writer.addDeleteFamilyBloomFilter(BloomFilterWriterbfw)
 Store delete family Bloom filter in the file, which is only 
supported in
  HFile V2.
 
 
-
+
 void

[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(PositionedByteRangesrc)
+OrderedBlobVar.decode(PositionedByteRangesrc)
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-T
-TerminatedWrapper.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+FixedLengthWrapper.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
 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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+DataType.decode(PositionedByteRangesrc)
+Read an instance of T from the buffer 
src.
+
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
-
-
 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(PositionedByteRangesrc)
+RawShort.decode(PositionedByteRangesrc)
 
-
+
 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(PositionedByteRangesrc)
 
+
+byte[]
+RawBytes.decode(PositionedByteRangesrc)
+
 
 byte[]
-OrderedBlobVar.decode(PositionedByteRangesrc)
+OrderedBlob.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true;
 title="class or interface in java.lang">Long

[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">IteratorCachedBlock
-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">IteratorCachedBlock
-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">IteratorCachedBlock
-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">IteratorCachedBlock

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.Writerwriter)
-
-
-void
 NoOpDataBlockEncoder.saveMetadata(HFile.Writerwriter)
 
-
+
 void
 HFileDataBlockEncoder.saveMetadata(HFile.Writerwriter)
 Save metadata in HFile which will be written to disk
 
 
+
+void
+HFileDataBlockEncoderImpl.saveMetadata(HFile.Writerwriter)
+
 
 
 
@@ -203,18 +203,18 @@
 
 
 
-void
-RowColBloomContext.addLastBloomKey(HFile.Writerwriter)
+abstract void
+BloomContext.addLastBloomKey(HFile.Writerwriter)
+Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
+
 
 
 void
 RowBloomContext.addLastBloomKey(HFile.Writerwriter)
 
 
-abstract void
-BloomContext.addLastBloomKey(HFile.Writerwriter)
-Adds the last bloom key to the HFile Writer as part of 
StorefileWriter close.
-
+void
+RowColBloomContext.addLastBloomKey(HFile.Writerwriter)
 
 
 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 HFileContext
-HFile.WriterFactory.fileContext
-

[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 +-
 

[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(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 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(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 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(ServerNamesn)
 
 
-(package private) PairHRegionInfo,ServerName
-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">CompletableFuturePairHRegionInfo,ServerName
 AsyncHBaseAdmin.getRegion(byte[]regionName)
 
+
+(package private) PairHRegionInfo,ServerName
+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">ListHRegionInfo
 Admin.getTableRegions(TableNametableName)
@@ -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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
 
 
 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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
+AsyncAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
+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">Throwableerror)
 
 
-void
-HBaseAdmin.split(ServerNamesn,
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncHBaseAdmin.split(ServerNamesn,
  HRegionInfohri,
  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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.split(ServerNamesn,
+void
+HBaseAdmin.split(ServerNamesn,
  HRegionInfohri,
  byte[]splitPoint)
 
@@ -1303,17 +1303,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void
-SplitLogManagerCoordination.markRegionsRecovering(ServerNameserverName,
+ZKSplitLogManagerCoordination.markRegionsRecovering(ServerNameserverName,
  

[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 

[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.
 
 
 Pairbyte[][],byte[][]
-RegionLocator.getStartEndKeys()
+HRegionLocator.getStartEndKeys()
 Gets the starting and ending row keys for every region in 
the currently
  open table.
 
 
 
 Pairbyte[][],byte[][]
-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">CompletableFuturePairhttp://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer,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(TableNametableName)
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturePairhttp://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer,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(TableNametableName)
 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">CompletableFuturePairhttp://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer,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(TableNametableName)
-
 
 (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">CompletableFuturePairHRegionInfo,ServerName
 AsyncHBaseAdmin.getRegion(byte[]regionName)
@@ -903,15 +903,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
-SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
-
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
-org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
-CellScannercellScanner,
-longreceiveTime,
-MonitoredRPCHandlerstatus)
-
-
-Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
@@ -923,18 +914,16 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
-SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
 CellScannercellScanner,
 longreceiveTime,
-MonitoredRPCHandlerstatus,
-longstartTime,
-inttimeout)
+MonitoredRPCHandlerstatus)
 
-
+
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
@@ -949,6 +938,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
+
+Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner

[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(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalHRegionInfo
+AsyncMetaTableAccessor.getHRegionInfo(Resultr,
   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">OptionalHRegionInfo
-AsyncMetaTableAccessor.getHRegionInfo(Resultr,
+private static HRegionInfo
+MetaTableAccessor.getHRegionInfo(Resultr,
   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(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -295,7 +295,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -303,55 +303,55 @@ service.
 
 
 
-static RegionLocations
-MetaTableAccessor.getRegionLocations(Resultr)
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalRegionLocations
+AsyncMetaTableAccessor.getRegionLocations(Resultr)
 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">OptionalRegionLocations
-AsyncMetaTableAccessor.getRegionLocations(Resultr)
+static RegionLocations
+MetaTableAccessor.getRegionLocations(Resultr)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
 private static long
-MetaTableAccessor.getSeqNumDuringOpen(Resultr,
+AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
 private static long
-AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
+MetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
-static ServerName
-MetaTableAccessor.getServerName(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerName
+AsyncMetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 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">OptionalServerName
-AsyncMetaTableAccessor.getServerName(Resultr,
+static ServerName
+MetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 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">OptionalTableState
+AsyncMetaTableAccessor.getTableState(Resultr)
+
+
 static TableState
 MetaTableAccessor.getTableState(Resultr)
 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">OptionalTableState
-AsyncMetaTableAccessor.getTableState(Resultr)
-
 
 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">DequeResult
-BatchScanResultCache.partialResults
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
 CompleteScanResultCache.partialResults
 
+

[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.ImmutableCollectionStoreFile
-StripeStoreFileManager.clearCompactedFiles()
-
-
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 DefaultStoreFileManager.clearCompactedFiles()
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 StoreFileManager.clearCompactedFiles()
 Clears all the compacted files and returns them.
 
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
-StripeStoreFileManager.clearFiles()
+StripeStoreFileManager.clearCompactedFiles()
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
 DefaultStoreFileManager.clearFiles()
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
 StoreFileManager.clearFiles()
 Clears all the files currently in use and returns 
them.
 
 
+
+com.google.common.collect.ImmutableCollectionStoreFile
+StripeStoreFileManager.clearFiles()
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 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">IteratorStoreFile
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
- for details on this methods.
-
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+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">IteratorStoreFile
-StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-Gets initial, full list of candidate store files to check 
for row-key-before.
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+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">CollectionStoreFile
-StripeStoreFileManager.getCompactedfiles()
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 DefaultStoreFileManager.getCompactedfiles()
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 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">CollectionStoreFile
+StripeStoreFileManager.getCompactedfiles()
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListhttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 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">CollectionStoreFile
-StripeStoreFileManager.getFilesForScan(byte[]startRow,
+DefaultStoreFileManager.getFilesForScan(byte[]startRow,
booleanincludeStartRow,
byte[]stopRow,
booleanincludeStopRow)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in 

[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(BlockCacheKeycacheKey,
-  Cacheablebuf)
-
-
-void
 BlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf)
 Add block to cache (defaults to not in-memory).
 
 
-
+
 void
 LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf)
 Cache the block with the specified name and buffer.
 
 
+
+void
+CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+  Cacheablebuf)
+
 
 void
 MemcachedBlockCache.cacheBlock(BlockCacheKeycacheKey,
@@ -192,35 +192,35 @@
 
 
 void
-CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+BlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
+  booleancacheDataInL1)
+Add block to cache.
+
 
 
 void
-InclusiveCombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
+LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
+  booleancacheDataInL1)
+Cache the block with the specified name and buffer.
+
 
 
 void
-BlockCache.cacheBlock(BlockCacheKeycacheKey,
+CombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
-Add block to cache.
-
+  booleancacheDataInL1)
 
 
 void
-LruBlockCache.cacheBlock(BlockCacheKeycacheKey,
+InclusiveCombinedBlockCache.cacheBlock(BlockCacheKeycacheKey,
   Cacheablebuf,
   booleaninMemory,
-  booleancacheDataInL1)
-Cache the block with the specified name and buffer.
-
+  booleancacheDataInL1)
 
 
 void
@@ -237,53 +237,53 @@
 
 
 boolean
-CombinedBlockCache.evictBlock(BlockCacheKeycacheKey)
-
-
-boolean
 BlockCache.evictBlock(BlockCacheKeycacheKey)
 Evict block from cache.
 
 
-
+
 boolean
 LruBlockCache.evictBlock(BlockCacheKeycacheKey)
 
+
+boolean
+CombinedBlockCache.evictBlock(BlockCacheKeycacheKey)
+
 
 boolean
 MemcachedBlockCache.evictBlock(BlockCacheKeycacheKey)
 
 
 Cacheable
-CombinedBlockCache.getBlock(BlockCacheKeycacheKey,
+BlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
+booleanupdateCacheMetrics)
+Fetch block from cache.
+
 
 
 Cacheable
-InclusiveCombinedBlockCache.getBlock(BlockCacheKeycacheKey,
+LruBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
+booleanupdateCacheMetrics)
+Get the buffer of the block with the specified name.
+
 
 
 Cacheable
-BlockCache.getBlock(BlockCacheKeycacheKey,
+CombinedBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
-Fetch block from cache.
-
+booleanupdateCacheMetrics)
 
 
 Cacheable
-LruBlockCache.getBlock(BlockCacheKeycacheKey,
+InclusiveCombinedBlockCache.getBlock(BlockCacheKeycacheKey,
 booleancaching,
 booleanrepeat,
-booleanupdateCacheMetrics)
-Get the buffer of the block with the specified name.
-
+booleanupdateCacheMetrics)
 
 
 Cacheable
@@ -310,22 +310,22 @@
 
 
 void
-CombinedBlockCache.returnBlock(BlockCacheKeycacheKey,
-   Cacheableblock)
-
-
-void
 BlockCache.returnBlock(BlockCacheKeycacheKey,
Cacheableblock)
 Called when the scanner using the block decides to return 
the block once its usage
  is over.
 
 
-
+
 void
 LruBlockCache.returnBlock(BlockCacheKeycacheKey,
Cacheableblock)
 
+
+void
+CombinedBlockCache.returnBlock(BlockCacheKeycacheKey,
+   Cacheableblock)
+
 
 void
 MemcachedBlockCache.returnBlock(BlockCacheKeycacheKey,
@@ -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.EntryBlockCacheKey,BucketCache.BucketEntryblock)
-
-
-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.EntryBlockCacheKey,BucketCache.BucketEntryentry)
 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-external=true;
 title="class or interface in 

[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 = "MapString,Integer"),
-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 = "SetServerName"),
+064@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
+065@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName"),
+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 = "ListServerName"),
-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 = "MapString,Integer"),
+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(ListServerName 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 ListServerName 
getServers()
 121{
-122  return m_filter;
+122  return m_servers;
 123}
-124private String m_filter;
-125public boolean 
getFilter__IsNotDefault()
+124private ListServerName 
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(MapString,Integer frags)
+129private boolean 
m_servers__IsNotDefault;
+130// 24, 1
+131public void 
setDeadServers(SetServerName 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 MapString,Integer 
getFrags()
+137public SetServerName 
getDeadServers()
 138{
-139  return m_frags;
+139  return m_deadServers;
 140}
-141private MapString,Integer 
m_frags;
-142public boolean 
getFrags__IsNotDefault()
+141private SetServerName 
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  return 

[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(HRegionServerregionServer)
+RegionListTmpl.ImplData.setRegionServer(HRegionServerregionServer)
 
 
 void
-RegionListTmpl.ImplData.setRegionServer(HRegionServerregionServer)
+RSStatusTmpl.ImplData.setRegionServer(HRegionServerregionServer)
 
 
 

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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)
 
 
 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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)

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">ListKeyValueScanner
-DefaultMemStore.getScanners(longreadPt)
+MemStore.getScanners(longreadPt)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanner
-MemStore.getScanners(longreadPt)
+CompactingMemStore.getScanners(longreadPt)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or 

[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">EnumE (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">ComparableT, 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 @@
 
 
 ProcedureExecutorMasterProcedureEnv
-MasterServices.getMasterProcedureExecutor()
+HMaster.getMasterProcedureExecutor()
 
 
 ProcedureExecutorMasterProcedureEnv
-HMaster.getMasterProcedureExecutor()
+MasterServices.getMasterProcedureExecutor()
 
 
 
@@ -304,24 +304,24 @@
 
 
 
-boolean
-TruncateTableProcedure.abort(MasterProcedureEnvenv)
-
-
 protected boolean
 ServerCrashProcedure.abort(MasterProcedureEnvenv)
 
-
+
 boolean
 RestoreSnapshotProcedure.abort(MasterProcedureEnvenv)
 
+
+boolean
+TruncateTableProcedure.abort(MasterProcedureEnvenv)
+
 
 protected Procedure.LockState
-ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
+CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnvenv)
+CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
@@ -329,19 +329,19 @@
 
 
 protected Procedure.LockState
-CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
+AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-SplitTableRegionProcedure.acquireLock(MasterProcedureEnvenv)
+ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-MergeTableRegionsProcedure.acquireLock(MasterProcedureEnvenv)
+SplitTableRegionProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
+MergeTableRegionsProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 private void
@@ -423,23 +423,23 @@
 
 
 protected void
-DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
+AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
+DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 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">ListHRegionInfonewRegions)
 
 
+protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
+CreateTableProcedure.createFsLayout(MasterProcedureEnvenv,
+  HTableDescriptorhTableDescriptor,
+  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfonewRegions,
+  CreateTableProcedure.CreateHdfsRegionshdfsRegionHandler)
+
+
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
 CloneSnapshotProcedure.createFsLayout(MasterProcedureEnvenv,
   HTableDescriptorhTableDescriptor,
@@ -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">ListHRegionInfo
-CreateTableProcedure.createFsLayout(MasterProcedureEnvenv,
-  HTableDescriptorhTableDescriptor,
-  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfonewRegions,
-  CreateTableProcedure.CreateHdfsRegionshdfsRegionHandler)
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
 CreateTableProcedure.CreateHdfsRegions.createHdfsRegions(MasterProcedureEnvenv,
@@ -673,15 +673,15 @@
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo

[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(RpcCallbackcallback)
-Sets a callback which has to be executed at the end of this 
RPC call.
-
+RpcServer.Call.setCallBack(RpcCallbackcallback)
 
 
 void
-RpcServer.Call.setCallBack(RpcCallbackcallback)
+RpcCallContext.setCallBack(RpcCallbackcallback)
+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">Stringname,
+RpcExecutor.getHandler(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname,
   doublehandlerFailureThreshhold,
   http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/BlockingQueue.html?is-external=true;
 title="class or interface in java.util.concurrent">BlockingQueueCallRunnerq,
-  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">AtomicIntegeractiveHandlerCount)
+  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">AtomicIntegeractiveHandlerCount)
+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">Stringname,

[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(ServerNamesn,
+Userticket,
+intrpcTimeout)
+
+
+org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
 RpcClient.createBlockingRpcChannel(ServerNamesn,
 Useruser,
 intrpcTimeout)
 Creates a "channel" that can be used by a blocking protobuf 
service.
 
 
-
-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
-AbstractRpcClient.createBlockingRpcChannel(ServerNamesn,
-Userticket,
-intrpcTimeout)
-
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-RpcClient.createRpcChannel(ServerNamesn,
+AbstractRpcClient.createRpcChannel(ServerNamesn,
 Useruser,
-intrpcTimeout)
-Creates a "channel" that can be used by a protobuf 
service.
-
+intrpcTimeout)
 
 
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-AbstractRpcClient.createRpcChannel(ServerNamesn,
+RpcClient.createRpcChannel(ServerNamesn,
 Useruser,
-intrpcTimeout)
+intrpcTimeout)
+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">Listorg.apache.hadoop.fs.Path
-DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputControllerthroughputController,
+StripeStoreEngine.StripeCompaction.compact(ThroughputControllerthroughputController,
Useruser)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputControllerthroughputController,
+DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputControllerthroughputController,
Useruser)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-StripeStoreEngine.StripeCompaction.compact(ThroughputControllerthroughputController,
+DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputControllerthroughputController,
Useruser)
 
 
@@ -922,18 +922,18 @@
 
 
 int
-RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
-   
org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
-   Useruser)
-
-
-int
 AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,

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

[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 staticThrottleType[]values()
+public staticThrottleType[]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 staticThrottleTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticThrottleTypevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 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.Throttlethrottle)
-
-
 (package private) static QuotaLimiter
 TimeBasedLimiter.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttlethrottle)
 
+
+static QuotaLimiter
+QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttlethrottle)
+
 
 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">Stringname)

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(intnumWrites,
+NoopOperationQuota.checkQuota(intnumWrites,
   intnumReads,
   intnumScans)
 
 
 void

[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
 privateHMaster m_master
 
 
-
+
 
 
 
 
-m_filter
-privatehttp://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
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName m_servers
 
 
-
+
 
 
 
 
-m_filter__IsNotDefault
-privateboolean m_filter__IsNotDefault
+m_servers__IsNotDefault
+privateboolean m_servers__IsNotDefault
 
 
-
+
 
 
 
 
-m_frags
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,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
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName m_deadServers
 
 
-
+
 
 
 
 
-m_frags__IsNotDefault
-privateboolean m_frags__IsNotDefault
+m_deadServers__IsNotDefault
+privateboolean m_deadServers__IsNotDefault
 
 
-
+
 
 
 
 
-m_metaLocation
-privateServerName m_metaLocation
+m_filter
+privatehttp://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
-privateboolean m_metaLocation__IsNotDefault
+m_filter__IsNotDefault
+privateboolean m_filter__IsNotDefault
 
 
-
+
 
 
 
 
-m_serverManager
-privateServerManager m_serverManager
+m_catalogJanitorEnabled
+privateboolean m_catalogJanitorEnabled
 
 
-
+
 
 
 
 
-m_serverManager__IsNotDefault
-privateboolean m_serverManager__IsNotDefault
+m_catalogJanitorEnabled__IsNotDefault
+privateboolean m_catalogJanitorEnabled__IsNotDefault
 
 
-
+
 
 
 
 
-m_deadServers
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName m_deadServers
+m_assignmentManager
+privateAssignmentManager m_assignmentManager
 
 
-
+
 
 
 
 
-m_deadServers__IsNotDefault
-privateboolean m_deadServers__IsNotDefault
+m_assignmentManager__IsNotDefault
+privateboolean m_assignmentManager__IsNotDefault
 
 
 
@@ -501,58 +501,58 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 privateboolean m_format__IsNotDefault
 
 
-
+
 
 
 
 
-m_assignmentManager
-privateAssignmentManager m_assignmentManager
+m_metaLocation
+privateServerName m_metaLocation
 
 
-
+
 
 
 
 
-m_assignmentManager__IsNotDefault
-privateboolean m_assignmentManager__IsNotDefault
+m_metaLocation__IsNotDefault
+privateboolean m_metaLocation__IsNotDefault
 
 
-
+
 
 
 
 
-m_servers
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName m_servers
+m_frags
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,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
-privateboolean m_servers__IsNotDefault
+m_frags__IsNotDefault
+privateboolean m_frags__IsNotDefault
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled
-privateboolean m_catalogJanitorEnabled
+m_serverManager
+privateServerManager m_serverManager
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled__IsNotDefault
-privateboolean m_catalogJanitorEnabled__IsNotDefault
+m_serverManager__IsNotDefault
+privateboolean m_serverManager__IsNotDefault
 
 
 
@@ -598,139 +598,139 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 publicHMastergetMaster()
 
 
-
+
 
 
 
 
-setFilter
-publicvoidsetFilter(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringfilter)
+setServers
+publicvoidsetServers(http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerNameservers)
 
 
-
+
 
 
 
 
-getFilter

[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.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,

org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 
@@ -485,9 +485,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
+MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
   
org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-Builds a TableRecordReader.
+Builds a TableRecordReader.
 
 
 
@@ -497,9 +497,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReaderImmutableBytesWritable,Result
-MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
+TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
   
org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-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(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan
- object.
+AsyncTable.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
 ResultScanner
-AsyncTable.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+Table.getScanner(Scanscan)
+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 646b62e..22a4d6c 100644
--- 

[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">EnumE (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">ComparableT, 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.ComparerT)
+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.ComparerT)
 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.ComparerT)
-org.apache.hadoop.hbase.util.PoolMap.PoolType
+org.apache.hadoop.hbase.util.Bytes.LexicographicalComparerHolder.PureJavaComparer
 (implements org.apache.hadoop.hbase.util.Bytes.ComparerT)
 
 
 

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 staticWALKey.Version[]values()
+public staticWALKey.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 staticWALKey.VersionvalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticWALKey.VersionvalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 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.Entryentry)
+ProtobufLogWriter.append(WAL.Entryentry)
 
 
 void
-ProtobufLogWriter.append(WAL.Entryentry)
+AsyncProtobufLogWriter.append(WAL.Entryentry)
 
 
 WAL.Entry
@@ -204,15 +204,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
   longelapsedTime)
 
 
+protected boolean
+ProtobufLogReader.readNext(WAL.Entryentry)
+
+
 protected abstract boolean
 ReaderBase.readNext(WAL.Entrye)
 Read next entry.
 
 
-
-protected boolean
-ProtobufLogReader.readNext(WAL.Entryentry)
-
 
 
 
@@ -278,11 +278,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 WAL.Entry
-ScopeWALEntryFilter.filter(WAL.Entryentry)
+SystemTableWALEntryFilter.filter(WAL.Entryentry)
 
 
 WAL.Entry
-SystemTableWALEntryFilter.filter(WAL.Entryentry)
+WALEntryFilter.filter(WAL.Entryentry)
+Applies the filter, possibly returning a different Entry 
instance.
+
 
 
 WAL.Entry
@@ -290,9 +292,7 @@ 

[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/class-use/Delete.html
@@ -384,7 

[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(Scanscan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
@@ -627,8 +627,8 @@ service.
 
 
 ResultScanner
-AsyncTable.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scanscan)
+The underlying HTable must 
not be closed.
 
 
 
@@ -665,16 +665,16 @@ service.
 
 
 void
-AsyncTableImpl.scan(Scanscan,
-ScanResultConsumerconsumer)
-
-
-void
 AsyncTable.scan(Scanscan,
 ScanResultConsumerconsumer)
 The scan API uses the observer pattern.
 
 
+
+void
+AsyncTableImpl.scan(Scanscan,
+ScanResultConsumerconsumer)
+
 
 private void
 AsyncTableImpl.scan0(Scanscan,
@@ -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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
-RawAsyncTableImpl.scanAll(Scanscan)
+AsyncTableImpl.scanAll(Scanscan)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
-AsyncTableImpl.scanAll(Scanscan)
+RawAsyncTableImpl.scanAll(Scanscan)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListResult
@@ -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(Scanscan)
+TableInputFormatBase.setScan(Scanscan)
 Sets the scan defining the actual details like columns 
etc.
 
 
 
 void
-TableInputFormatBase.setScan(Scanscan)
+TableRecordReaderImpl.setScan(Scanscan)
 Sets the scan defining the actual details like columns 
etc.
 
 
@@ -1630,6 +1630,12 @@ service.
 
 
 
+static void
+MultiTableSnapshotInputFormat.setInput(org.apache.hadoop.conf.Configurationconfiguration,
+http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionScansnapshotScans,
+org.apache.hadoop.fs.PathtmpRestoreDir)
+
+
 void
 MultiTableSnapshotInputFormatImpl.setInput(org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in 

[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
-
+
 

[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) 

[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(Scanscan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
@@ -280,8 +280,8 @@ service.
 
 
 ResultScanner
-AsyncTable.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scanscan)
+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(RetryingCallableTcallable,
-  intcallTimeout)
-
-
 T
 RpcRetryingCaller.callWithoutRetries(RetryingCallableTcallable,
   intcallTimeout)
 Call the server once only.
 
 
-
+
 T
-RpcRetryingCallerImpl.callWithRetries(RetryingCallableTcallable,
-   intcallTimeout)
+RpcRetryingCallerImpl.callWithoutRetries(RetryingCallableTcallable,
+  intcallTimeout)
 
-
+
 T
 RpcRetryingCaller.callWithRetries(RetryingCallableTcallable,
intcallTimeout)
 Retries if invocation fails.
 
 
-
-RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable)
-
 
-FastFailInterceptorContext
-FastFailInterceptorContext.prepare(RetryingCallable?callable)
+T
+RpcRetryingCallerImpl.callWithRetries(RetryingCallableTcallable,
+   intcallTimeout)
 
 
 abstract RetryingCallerInterceptorContext
@@ -279,13 +271,11 @@
 
 
 RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable,
-   inttries)
+NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable)
 
 
 FastFailInterceptorContext
-FastFailInterceptorContext.prepare(RetryingCallable?callable,
-   inttries)

[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(CellComparatorcomparator,
+BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparatorcomparator,
   Cellkey)
 
 
 int
-BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparatorcomparator,
+RowIndexSeekerV1.compareKey(CellComparatorcomparator,
   Cellkey)
 
 
@@ -270,27 +270,27 @@
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparatorcomparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+RowIndexCodecV1.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
@@ -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.Configurationconf,
+StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
-CellComparatorkvComparator)
+CellComparatorcomparator)
 
 
 protected void
-DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
 CellComparatorkvComparator)
 
 
 protected void
-StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
  

[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">DataInputin)
+KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 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">DataInputin)
+KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValue.create(intlength,
+KeyValueUtil.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 Create a KeyValue reading length from 
in
 
 
 
 static KeyValue
-KeyValueUtil.create(intlength,
+KeyValue.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 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,
  into,
  intl)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b,
+KeyValue.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 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">ByteBufferbb)
+KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 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">ByteBufferbb)
+KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
@@ -530,17 +530,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static long
-KeyValue.write(KeyValuekv,
+KeyValueUtil.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-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(KeyValuekv,
+KeyValue.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-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">IteratorStoreFile
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-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">IteratorStoreFile
 DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
 StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 Gets initial, full list of candidate store files to check 
for 

[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(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -179,7 +179,7 @@ service.
 
 
 private static HRegionLocation
-AsyncMetaTableAccessor.getRegionLocation(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 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,
  booleanreload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-HRegionLocator.getRegionLocation(byte[]row,
+RegionLocator.getRegionLocation(byte[]row,
  booleanreload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-ClusterConnection.getRegionLocation(TableNametableName,
+ConnectionImplementation.getRegionLocation(TableNametableName,
  byte[]row,
- booleanreload)
-Find region location hosting passed row
-
+ booleanreload)
 
 
 HRegionLocation
-ConnectionImplementation.getRegionLocation(TableNametableName,
+ClusterConnection.getRegionLocation(TableNametableName,
  byte[]row,
- booleanreload)
+ booleanreload)
+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(TableNametableName,
+byte[]row)
 
-
+
 HRegionLocation
 ClusterConnection.locateRegion(TableNametableName,
 byte[]row)
@@ -428,11 +433,6 @@ service.
  lives in.
 
 
-
-HRegionLocation
-ConnectionImplementation.locateRegion(TableNametableName,
-byte[]row)
-
 
 private HRegionLocation
 AsyncNonMetaRegionLocator.locateRowBeforeInCache(AsyncNonMetaRegionLocator.TableCachetableCache,
@@ -447,17 +447,17 @@ service.
 
 
 HRegionLocation
+ConnectionImplementation.relocateRegion(TableNametableName,
+  byte[]row)
+
+
+HRegionLocation
 ClusterConnection.relocateRegion(TableNametableName,
   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(TableNametableName,
-  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 java.util">ListHRegionLocation

[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(PositionedByteRangesrc)
+T
+FixedLengthWrapper.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+byte[]
+OrderedBlob.decode(PositionedByteRangesrc)
 
 
-T
-TerminatedWrapper.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
 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(PositionedByteRangesrc)
 
 
-T
-DataType.decode(PositionedByteRangesrc)
-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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
 byte[]
 OrderedBlobVar.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+DataType.decode(PositionedByteRangesrc)
+Read an instance of T from the buffer 
src.
+
 
 
-byte[]
-RawBytes.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
+T
+TerminatedWrapper.decode(PositionedByteRangesrc)
+
+
 http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer

[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.Builderbuilder,
+ProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builderbuilder,
   org.apache.hadoop.fs.FSDataInputStreamstream)
 
 
 protected ProtobufLogReader.WALHdrContext
-ProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builderbuilder,
+SecureProtobufLogReader.readHeader(org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALHeader.Builderbuilder,
   org.apache.hadoop.fs.FSDataInputStreamstream)
 
 

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">ListWALActionsListener
-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">ListWALActionsListener
@@ -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">ListWALActionsListener
-AbstractFSWALProvider.listeners
+DisabledWALProvider.DisabledWAL.listeners
 
 
 
@@ -334,30 +334,30 @@
 
 
 void
-WALProvider.init(WALFactoryfactory,
+AbstractFSWALProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringproviderId)
-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">StringproviderId)
 
 
 void
-DisabledWALProvider.init(WALFactoryfactory,
+RegionGroupingProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringproviderId)
 
 
 void
-RegionGroupingProvider.init(WALFactoryfactory,
+WALProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
-http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringproviderId)
+http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringproviderId)
+Set up the provider to create wals.
+
 
 
 void
-AbstractFSWALProvider.init(WALFactoryfactory,
+DisabledWALProvider.init(WALFactoryfactory,
 org.apache.hadoop.conf.Configurationconf,
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListWALActionsListenerlisteners,
 http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringproviderId)


[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(MetricsMasterWrappermasterWrapper)
-
-
 MetricsMasterProcSource
 MetricsMasterProcSourceFactory.create(MetricsMasterWrappermasterWrapper)
 
-
-MetricsMasterProcSource
-MetricsMasterProcSourceFactoryImpl.create(MetricsMasterWrappermasterWrapper)
-
 
 MetricsMasterSource
+MetricsMasterSourceFactory.create(MetricsMasterWrappermasterWrapper)
+
+
+MetricsMasterSource
 MetricsMasterSourceFactoryImpl.create(MetricsMasterWrappermasterWrapper)
 
+
+MetricsMasterProcSource
+MetricsMasterProcSourceFactoryImpl.create(MetricsMasterWrappermasterWrapper)
+
 
 
 

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">ListRegionPlan
-StochasticLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterState)
-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">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterMap)
+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">ListRegionPlan
-SimpleLoadBalancer.balanceCluster(http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterMap)
-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">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterState)
+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">ListRegionPlan
-StochasticLoadBalancer.balanceCluster(TableNametableName,
+SimpleLoadBalancer.balanceCluster(TableNametableName,
   http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterState)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListRegionPlan
-SimpleLoadBalancer.balanceCluster(TableNametableName,
+StochasticLoadBalancer.balanceCluster(TableNametableName,
   http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">MapServerName,http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfoclusterState)
 
 


[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 = "MapString,Integer"),
-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 = "SetServerName"),
+064@org.jamon.annotations.Argument(name 
= "servers", type = "ListServerName"),
+065@org.jamon.annotations.Argument(name 
= "deadServers", type = "SetServerName"),
+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 = "ListServerName"),
-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 = "MapString,Integer"),
+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(ListServerName 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 ListServerName 
getServers()
 121{
-122  return m_filter;
+122  return m_servers;
 123}
-124private String m_filter;
-125public boolean 
getFilter__IsNotDefault()
+124private ListServerName 
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(MapString,Integer frags)
+129private boolean 
m_servers__IsNotDefault;
+130// 24, 1
+131public void 
setDeadServers(SetServerName 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 MapString,Integer 
getFrags()
+137public SetServerName 
getDeadServers()
 138{
-139  return m_frags;
+139  return m_deadServers;
 140}
-141private MapString,Integer 
m_frags;
-142public boolean 
getFrags__IsNotDefault()
+141private SetServerName 
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 

[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)
 
 
-static DependentColumnFilter
-DependentColumnFilter.parseFrom(byte[]pbBytes)
+static WhileMatchFilter

[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(Filterfilter)
+Get
+Get.setFilter(Filterfilter)
 
 
 Query
@@ -166,8 +166,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Get
-Get.setFilter(Filterfilter)
+Scan
+Scan.setFilter(Filterfilter)
 
 
 
@@ -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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]filterArguments)
+ColumnPaginationFilter.createFilterFromArguments(http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in 
java.util">ArrayListbyte[]filterArguments)
 
 
 static Filter

[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(booleancanUseDropBehind)
 
 
-StoreFileReader
-StoreFile.getReader()
-
-
 (package private) StoreFileReader
 StoreFileScanner.getReader()
 
+
+StoreFileReader
+StoreFile.getReader()
+
 
 private StoreFileReader
 StoreFile.open(booleancanUseDropBehind)

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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)
 
 
 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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)

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">CollectionStoreFileWriter
-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">CollectionStoreFileWriter
+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">CollectionStoreFileWriter
 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">CollectionStoreFileWriter
-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">CollectionStoreFileWriter
+StripeMultiFileWriter.writers()
 
 
 
@@ -498,14 +498,14 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected void
-StripeMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
-
-
-protected void
 AbstractMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
 Subclasses override this method to be called before we 
close the give writer.
 
 
+
+protected void
+StripeMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
+
 
 
 


[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(Cellcell)
+Add column and value to this Append operation.
+
+
+
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cellkv)
 Add the specified KeyValue to this Put operation.
 
 
-
-Append
-Append.add(Cellcell)
-Add column and value to this Append operation.
-
-
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -1185,12 +1185,12 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   booleanmayHaveMoreCellsInRow)
 
 
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-ColumnPrefixFilter.getNextCellHint(Cellcell)
+FilterList.getNextCellHint(CellcurrentCell)
 
 
 Cell
-TimestampsFilter.getNextCellHint(CellcurrentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
+ColumnRangeFilter.getNextCellHint(Cellcell)
 
 
-Cell
-ColumnPaginationFilter.getNextCellHint(Cellcell)
+abstract Cell
+Filter.getNextCellHint(CellcurrentCell)
+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(Cellcell)
+ColumnPaginationFilter.getNextCellHint(Cellcell)
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentCell)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
+TimestampsFilter.getNextCellHint(CellcurrentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
-abstract Cell
-Filter.getNextCellHint(CellcurrentCell)
-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(Cellcell)
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
 
 
 Cell
-WhileMatchFilter.transformCell(Cellv)
+FilterList.transformCell(Cellc)
 
 
 Cell
-FilterList.transformCell(Cellc)

[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 staticReference.Range[]values()
+public staticReference.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 staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 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.RecordReaderImmutableBytesWritable,Result
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
@@ -195,11 +197,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 
@@ -218,10 +218,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,
+IdentityTableMap.map(ImmutableBytesWritablekey,
+   Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Pass the key, value to reduce
+
 
 
 void
@@ -234,21 +236,19 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,
+RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
+   Resultvalues,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
-Pass the key, value to reduce
-
+   org.apache.hadoop.mapred.Reporterreporter)
 
 
 boolean
-TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
+TableRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
 boolean
-TableRecordReader.next(ImmutableBytesWritablekey,
+TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
@@ -281,10 +281,12 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,

[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) PairHRegionInfo,ServerName
-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">CompletableFuturePairHRegionInfo,ServerName
 AsyncHBaseAdmin.getRegion(byte[]regionName)
 
+
+(package private) PairHRegionInfo,ServerName
+HBaseAdmin.getRegion(byte[]regionName)
+
 
 private PairRegionState.State,ServerName
 ZKAsyncRegistry.getStateAndServerName(org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.MetaRegionServerproto)
@@ -793,16 +793,16 @@
 ServerNameserverName)
 
 
-private void
-ConnectionImplementation.cacheLocation(TableNametableName,
+void
+MetaCache.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-void
-MetaCache.cacheLocation(TableNametableName,
+private void
+ConnectionImplementation.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
@@ -831,20 +831,18 @@
 
 
 void
-ClusterConnection.clearCaches(ServerNamesn)
-Clear any caches that pertain to server name 
sn.
-
+ConnectionImplementation.clearCaches(ServerNameserverName)
 
 
 void
-ConnectionImplementation.clearCaches(ServerNameserverName)
+ClusterConnection.clearCaches(ServerNamesn)
+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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
 
 
 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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
+AsyncAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
+Close a region.
+
 
 
 private void
@@ -973,13 +973,13 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ClusterConnection.getAdmin(ServerNameserverName)
-Establishes a connection to the region server at the 
specified address.
-
+ConnectionImplementation.getAdmin(ServerNameserverName)
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ConnectionImplementation.getAdmin(ServerNameserverName)
+ClusterConnection.getAdmin(ServerNameserverName)
+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(ServerNameserverName)
+
+
+org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 ClusterConnection.getClient(ServerNameserverName)
 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(ServerNameserverName)
-
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 

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/hbase/client/class-use/Delete.html
+++ 

[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
-
+
 

[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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+byte[]
+OrderedBlob.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-byte[]
-OrderedBlob.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+TerminatedWrapper.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+FixedLengthWrapper.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
 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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+DataType.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
 byte[]
 OrderedBlobVar.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-T
-DataType.decode(PositionedByteRangesrc)
-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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+byte[]
+RawBytes.decode(PositionedByteRangesrc)
 
 
-T
-TerminatedWrapper.decode(PositionedByteRangesrc)
-
-
 http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer

[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(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -179,7 +179,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 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,
  booleanreload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-RegionLocator.getRegionLocation(byte[]row,
+HRegionLocator.getRegionLocation(byte[]row,
  booleanreload)
 Finds the region on which the given row is being 
served.
 
 
 
 HRegionLocation
-ConnectionImplementation.getRegionLocation(TableNametableName,
- byte[]row,
- booleanreload)
-
-
-HRegionLocation
 ClusterConnection.getRegionLocation(TableNametableName,
  byte[]row,
  booleanreload)
 Find region location hosting passed row
 
 
+
+HRegionLocation
+ConnectionImplementation.getRegionLocation(TableNametableName,
+ byte[]row,
+ booleanreload)
+
 
 private HRegionLocation
 AsyncRequestFutureImpl.getReplicaLocationOrFail(Actionaction)
@@ -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(TableNametableName,
-byte[]row)
+ConnectionImplementation.locateRegion(byte[]regionName)
 
-
+
 HRegionLocation
 ClusterConnection.locateRegion(TableNametableName,
 byte[]row)
@@ -433,6 +428,11 @@ service.
  lives in.
 
 
+
+HRegionLocation
+ConnectionImplementation.locateRegion(TableNametableName,
+byte[]row)
+
 
 private HRegionLocation
 AsyncNonMetaRegionLocator.locateRowBeforeInCache(AsyncNonMetaRegionLocator.TableCachetableCache,
@@ -447,17 +447,17 @@ service.
 
 
 HRegionLocation
-ConnectionImplementation.relocateRegion(TableNametableName,
-  byte[]row)
-
-
-HRegionLocation
 ClusterConnection.relocateRegion(TableNametableName,
   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(TableNametableName,
+  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">ListHRegionLocation
-HRegionLocator.getAllRegionLocations()
-
-

[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(HRegionServerregionServer)
+RSStatusTmpl.ImplData.setRegionServer(HRegionServerregionServer)
 
 
 void
-RSStatusTmpl.ImplData.setRegionServer(HRegionServerregionServer)
+RegionListTmpl.ImplData.setRegionServer(HRegionServerregionServer)
 
 
 

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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)
 
 
 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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)

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">ListKeyValueScanner
-MemStore.getScanners(longreadPt)
+DefaultMemStore.getScanners(longreadPt)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKeyValueScanner
-CompactingMemStore.getScanners(longreadPt)
+MemStore.getScanners(longreadPt)
 
 
 

[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(booleancanUseDropBehind)
 
 
-(package private) StoreFileReader
-StoreFileScanner.getReader()
-
-
 StoreFileReader
 StoreFile.getReader()
 
+
+(package private) StoreFileReader
+StoreFileScanner.getReader()
+
 
 private StoreFileReader
 StoreFile.open(booleancanUseDropBehind)

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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)
 
 
 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">ListStoreFileScannerscanners,
+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">ListStoreFileScannerscanners,
  ScanTypescanType,
  Compactor.FileDetailsfd,
  longsmallestReadPoint)

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">CollectionStoreFileWriter
-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">CollectionStoreFileWriter
+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">CollectionStoreFileWriter
 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">CollectionStoreFileWriter
-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">CollectionStoreFileWriter
+AbstractMultiFileWriter.writers()
 
 
 
@@ -498,13 +498,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 protected void
-AbstractMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
-Subclasses override this method to be called before we 
close the give writer.
-
+StripeMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
 
 
 protected void
-StripeMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
+AbstractMultiFileWriter.preCloseWriter(StoreFileWriterwriter)
+Subclasses override this method 

[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(RegionServerServicesrss)
-
-
 abstract void
 RegionServerProcedureManager.initialize(RegionServerServicesrss)
 Initialize a globally barriered procedure for region 
servers.
 
 
+
+void
+RegionServerProcedureManagerHost.initialize(RegionServerServicesrss)
+
 
 
 
@@ -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(RegionServerServicesserver,
+CompactionThroughputControllerFactory.create(RegionServerServicesserver,
   org.apache.hadoop.conf.Configurationconf)
 
 
 static ThroughputController
-CompactionThroughputControllerFactory.create(RegionServerServicesserver,
+FlushThroughputControllerFactory.create(RegionServerServicesserver,
   org.apache.hadoop.conf.Configurationconf)
 
 
 void
-PressureAwareFlushThroughputController.setup(RegionServerServicesserver)
+ThroughputController.setup(RegionServerServicesserver)
+Setup controller for the given region server.
+
 
 
 void
@@ -817,13 +819,11 @@
 
 
 void
-NoLimitThroughputController.setup(RegionServerServicesserver)
+PressureAwareFlushThroughputController.setup(RegionServerServicesserver)
 
 
 void
-ThroughputController.setup(RegionServerServicesserver)
-Setup controller for the given region server.
-
+NoLimitThroughputController.setup(RegionServerServicesserver)
 
 
 

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(CompactionRequestrequest)
+StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequestrequest)
 
 
 ScanType
-StripeCompactor.StripeInternalScannerFactory.getScanType(CompactionRequestrequest)
+Compactor.InternalScannerFactory.getScanType(CompactionRequestrequest)
 
 
 
@@ -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 @@
 
 
 ProcedureExecutorMasterProcedureEnv
-HMaster.getMasterProcedureExecutor()
+MasterServices.getMasterProcedureExecutor()
 
 
 ProcedureExecutorMasterProcedureEnv
-MasterServices.getMasterProcedureExecutor()
+HMaster.getMasterProcedureExecutor()
 
 
 
@@ -304,24 +304,24 @@
 
 
 
-protected boolean
-ServerCrashProcedure.abort(MasterProcedureEnvenv)
+boolean
+TruncateTableProcedure.abort(MasterProcedureEnvenv)
 
 
-boolean
-RestoreSnapshotProcedure.abort(MasterProcedureEnvenv)
+protected boolean
+ServerCrashProcedure.abort(MasterProcedureEnvenv)
 
 
 boolean
-TruncateTableProcedure.abort(MasterProcedureEnvenv)
+RestoreSnapshotProcedure.abort(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
+ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
+AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
@@ -329,19 +329,19 @@
 
 
 protected Procedure.LockState
-AbstractStateMachineTableProcedure.acquireLock(MasterProcedureEnvenv)
+CreateNamespaceProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-ServerCrashProcedure.acquireLock(MasterProcedureEnvenv)
+SplitTableRegionProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-SplitTableRegionProcedure.acquireLock(MasterProcedureEnvenv)
+MergeTableRegionsProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 protected Procedure.LockState
-MergeTableRegionsProcedure.acquireLock(MasterProcedureEnvenv)
+CreateTableProcedure.acquireLock(MasterProcedureEnvenv)
 
 
 private void
@@ -423,23 +423,23 @@
 
 
 protected void
-ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
+AddColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-TruncateTableProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 protected void
-DeleteColumnFamilyProcedure.completionCleanup(MasterProcedureEnvenv)
+ModifyTableProcedure.completionCleanup(MasterProcedureEnvenv)
 
 
 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">ListHRegionInfonewRegions)
 
 
-protected static http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
-CreateTableProcedure.createFsLayout(MasterProcedureEnvenv,
-  HTableDescriptorhTableDescriptor,
-  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfonewRegions,
-  CreateTableProcedure.CreateHdfsRegionshdfsRegionHandler)
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
 CloneSnapshotProcedure.createFsLayout(MasterProcedureEnvenv,
   HTableDescriptorhTableDescriptor,
@@ -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">ListHRegionInfo
+CreateTableProcedure.createFsLayout(MasterProcedureEnvenv,
+  HTableDescriptorhTableDescriptor,
+  http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfonewRegions,
+  CreateTableProcedure.CreateHdfsRegionshdfsRegionHandler)
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListHRegionInfo
 CreateTableProcedure.CreateHdfsRegions.createHdfsRegions(MasterProcedureEnvenv,
@@ -673,15 +673,15 @@
 
 
 private http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 

[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(ServerNamesn,
-Userticket,
-intrpcTimeout)
-
-
-org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
 RpcClient.createBlockingRpcChannel(ServerNamesn,
 Useruser,
 intrpcTimeout)
 Creates a "channel" that can be used by a blocking protobuf 
service.
 
 
-
-org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
-AbstractRpcClient.createRpcChannel(ServerNamesn,
-Useruser,
-intrpcTimeout)
-
 
+org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingRpcChannel
+AbstractRpcClient.createBlockingRpcChannel(ServerNamesn,
+Userticket,
+intrpcTimeout)
+
+
 org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcChannel
 RpcClient.createRpcChannel(ServerNamesn,
 Useruser,
@@ -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(ServerNamesn,
+Useruser,
+intrpcTimeout)
+
 
 int
 PriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
@@ -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">Listorg.apache.hadoop.fs.Path
-StripeStoreEngine.StripeCompaction.compact(ThroughputControllerthroughputController,
+DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputControllerthroughputController,
Useruser)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-DateTieredStoreEngine.DateTieredCompactionContext.compact(ThroughputControllerthroughputController,
+DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputControllerthroughputController,
Useruser)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in 
java.util">Listorg.apache.hadoop.fs.Path
-DefaultStoreEngine.DefaultCompactionContext.compact(ThroughputControllerthroughputController,
+StripeStoreEngine.StripeCompaction.compact(ThroughputControllerthroughputController,
Useruser)
 
 
@@ -922,17 +922,17 @@
 
 
 int
-AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
+RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,

org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
-   Useruser)
-Returns a 'priority' based on the request type.
-
+   Useruser)
 
 
 int
-RSRpcServices.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,
+AnnotationReadingPriorityFunction.getPriority(org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeaderheader,

org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
-   Useruser)
+   Useruser)
+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">ListStoreFile
@@ -1366,14 +1366,14 @@
 
 
 
-User
-UserProvider.create(org.apache.hadoop.security.UserGroupInformationugi)
+static User
+User.create(org.apache.hadoop.security.UserGroupInformationugi)
 Wraps an underlying UserGroupInformation 
instance.
 
 
 
-static User
-User.create(org.apache.hadoop.security.UserGroupInformationugi)
+User
+UserProvider.create(org.apache.hadoop.security.UserGroupInformationugi)
 Wraps an 

[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
 privateHMaster m_master
 
 
-
+
 
 
 
 
-m_servers
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName m_servers
+m_filter
+privatehttp://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
-privateboolean m_servers__IsNotDefault
+m_filter__IsNotDefault
+privateboolean m_filter__IsNotDefault
 
 
-
+
 
 
 
 
-m_assignmentManager
-privateAssignmentManager m_assignmentManager
+m_frags
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,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
-privateboolean m_assignmentManager__IsNotDefault
+m_frags__IsNotDefault
+privateboolean m_frags__IsNotDefault
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled
-privateboolean m_catalogJanitorEnabled
+m_metaLocation
+privateServerName m_metaLocation
 
 
-
+
 
 
 
 
-m_catalogJanitorEnabled__IsNotDefault
-privateboolean m_catalogJanitorEnabled__IsNotDefault
+m_metaLocation__IsNotDefault
+privateboolean m_metaLocation__IsNotDefault
 
 
-
+
 
 
 
 
-m_filter
-privatehttp://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
+privateServerManager m_serverManager
 
 
-
+
 
 
 
 
-m_filter__IsNotDefault
-privateboolean m_filter__IsNotDefault
+m_serverManager__IsNotDefault
+privateboolean m_serverManager__IsNotDefault
 
 
-
+
 
 
 
 
-m_format
-privatehttp://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
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName m_deadServers
 
 
-
+
 
 
 
 
-m_format__IsNotDefault
-privateboolean m_format__IsNotDefault
+m_deadServers__IsNotDefault
+privateboolean m_deadServers__IsNotDefault
 
 
-
+
 
 
 
 
-m_frags
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,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
+privatehttp://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
-privateboolean m_frags__IsNotDefault
+m_format__IsNotDefault
+privateboolean m_format__IsNotDefault
 
 
-
+
 
 
 
 
-m_metaLocation
-privateServerName m_metaLocation
+m_assignmentManager
+privateAssignmentManager m_assignmentManager
 
 
-
+
 
 
 
 
-m_metaLocation__IsNotDefault
-privateboolean m_metaLocation__IsNotDefault
+m_assignmentManager__IsNotDefault
+privateboolean m_assignmentManager__IsNotDefault
 
 
-
+
 
 
 
 
-m_serverManager
-privateServerManager m_serverManager
+m_servers
+privatehttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListServerName m_servers
 
 
-
+
 
 
 
 
-m_serverManager__IsNotDefault
-privateboolean m_serverManager__IsNotDefault
+m_servers__IsNotDefault
+privateboolean m_servers__IsNotDefault
 
 
-
+
 
 
 
 
-m_deadServers
-privatehttp://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true;
 title="class or interface in java.util">SetServerName m_deadServers
+m_catalogJanitorEnabled
+privateboolean m_catalogJanitorEnabled
 
 
-
+
 
 
 
 
-m_deadServers__IsNotDefault
-privateboolean m_deadServers__IsNotDefault
+m_catalogJanitorEnabled__IsNotDefault
+privateboolean m_catalogJanitorEnabled__IsNotDefault
 
 
 
@@ -598,247 +598,247 @@ extends org.jamon.AbstractTemplateProxy.ImplData
 publicHMastergetMaster()
 
 
-
+
 
 
 
 
-setServers

[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(intindex,
-   byteval)
-
-
-ByteRange
-SimpleMutableByteRange.put(intindex,
-   byteval)
-
-
-ByteRange
 ByteRange.put(intindex,
byteval)
 Store val at index.
@@ -298,13 +288,13 @@
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val)
+SimpleMutableByteRange.put(intindex,
+   byteval)
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val)
+SimpleByteRange.put(intindex,
+   byteval)
 
 
 ByteRange
@@ -315,17 +305,13 @@
 
 
 ByteRange
-SimpleByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleMutableByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
-SimpleMutableByteRange.put(intindex,
-   byte[]val,
-   intoffset,
-   intlength)
+SimpleByteRange.put(intindex,
+   byte[]val)
 
 
 ByteRange
@@ -339,13 +325,17 @@
 
 
 ByteRange
-SimpleByteRange.putInt(intindex,
-  intval)
+SimpleMutableByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
-SimpleMutableByteRange.putInt(intindex,
-  intval)
+SimpleByteRange.put(intindex,
+   byte[]val,
+   intoffset,
+   intlength)
 
 
 ByteRange
@@ -356,13 +346,13 @@
 
 
 ByteRange
-SimpleByteRange.putLong(intindex,
-   longval)
+SimpleMutableByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
-SimpleMutableByteRange.putLong(intindex,
-   longval)
+SimpleByteRange.putInt(intindex,
+  intval)
 
 
 ByteRange
@@ -373,13 +363,13 @@
 
 
 ByteRange
-SimpleByteRange.putShort(intindex,
-shortval)
+SimpleMutableByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
-SimpleMutableByteRange.putShort(intindex,
-shortval)
+SimpleByteRange.putLong(intindex,
+   longval)
 
 
 ByteRange
@@ -390,21 +380,25 @@
 
 
 ByteRange
-SimpleByteRange.set(byte[]bytes)
+SimpleMutableByteRange.putShort(intindex,
+shortval)
 
 
 ByteRange
+SimpleByteRange.putShort(intindex,
+shortval)
+
+
+ByteRange
 ByteRange.set(byte[]bytes)
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(byte[]bytes,
-   intoffset,
-   intlength)
+SimpleByteRange.set(byte[]bytes)
 
-
+
 ByteRange
 ByteRange.set(byte[]bytes,
intoffset,
@@ -412,16 +406,22 @@
 Reuse this ByteRange over a new byte[].
 
 
-
+
 ByteRange
-SimpleByteRange.set(intcapacity)
+SimpleByteRange.set(byte[]bytes,
+   intoffset,
+   intlength)
 
-
+
 ByteRange
 ByteRange.set(intcapacity)
 Reuse this ByteRange over a new byte[].
 
 
+
+ByteRange
+SimpleByteRange.set(intcapacity)
+
 
 ByteRange
 ByteRange.setLength(intlength)
@@ -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(intinnerOffset,
-   intcopyLength)
+SimpleMutableByteRange.shallowCopy()
 
 
 ByteRange
-SimpleMutableByteRange.shallowCopySubRange(intinnerOffset,
-   intcopyLength)
+SimpleByteRange.shallowCopy()
 
 
 ByteRange
@@ -467,11 +457,13 @@
 
 
 ByteRange
-SimpleByteRange.unset()
+SimpleMutableByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
 
 
 ByteRange
-SimpleMutableByteRange.unset()
+SimpleByteRange.shallowCopySubRange(intinnerOffset,
+   intcopyLength)
 
 
 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/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html
@@ -121,23 +121,23 @@
 
 
 

[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(TableNametableName)
-Retrieve a RegionLocator implementation to inspect region 
information on a table.
-
-
-
 AsyncTableRegionLocator
 AsyncConnection.getRegionLocator(TableNametableName)
 Retrieve a AsyncRegionLocator implementation to inspect 
region information on a table.
 
 
+
+RegionLocator
+Connection.getRegionLocator(TableNametableName)
+Retrieve a RegionLocator implementation to inspect region 
information on a table.
+
+
 
 default Table
 Connection.getTable(TableNametableName)
@@ -761,31 +761,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-default Table
-Connection.getTable(TableNametableName,
+default AsyncTable
+AsyncConnection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Retrieve a Table implementation for accessing a table.
+Retrieve an AsyncTable implementation for accessing a 
table.
 
 
 
-default AsyncTable
-AsyncConnection.getTable(TableNametableName,
+default Table
+Connection.getTable(TableNametableName,
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Retrieve an AsyncTable implementation for accessing a 
table.
+Retrieve a Table implementation for accessing a table.
 
 
 
-TableBuilder
-Connection.getTableBuilder(TableNametableName,
+AsyncTableBuilderAsyncTable
+AsyncConnection.getTableBuilder(TableNametableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-Returns an TableBuilder for creating Table.
+Returns an AsyncTableBuilder for creating 
AsyncTable.
 
 
 
-AsyncTableBuilderAsyncTable
-AsyncConnection.getTableBuilder(TableNametableName,
+TableBuilder
+Connection.getTableBuilder(TableNametableName,
http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true;
 title="class or interface in 
java.util.concurrent">ExecutorServicepool)
-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 staticDurability[]values()
+public staticDurability[]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 staticDurabilityvalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 

[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 = "ListServerName"),
-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 = "MapString,Integer"),
-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 = "SetServerName")})
+064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+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 = "SetServerName"),
+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 = "ListServerName"),
+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(ListServerName 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 ListServerName 
getServers()
+120public String getFilter()
 121{
-122  return m_servers;
+122  return m_filter;
 123}
-124private ListServerName 
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(MapString,Integer 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 MapString,Integer 
getFrags()
 138{
-139  return m_assignmentManager;
+139  return m_frags;
 140}
-141private AssignmentManager 
m_assignmentManager;
-142public boolean 
getAssignmentManager__IsNotDefault()
+141private MapString,Integer 
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_metaLocation;
 157}
-158

[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.Throttlethrottle)
-
-
 static QuotaLimiter
 QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttlethrottle)
 
+
+(package private) static QuotaLimiter
+TimeBasedLimiter.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttlethrottle)
+
 
 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(intnumWrites,
+DefaultOperationQuota.checkQuota(intnumWrites,
   intnumReads,
   intnumScans)
 
 
 void
-DefaultOperationQuota.checkQuota(intnumWrites,
+NoopOperationQuota.checkQuota(intnumWrites,
   intnumReads,
   intnumScans)
 
@@ -124,13 +124,13 @@
 
 
 void
-TimeBasedLimiter.checkQuota(longwriteSize,
-  longreadSize)
+NoopQuotaLimiter.checkQuota(longestimateWriteSize,
+  longestimateReadSize)
 
 
 void
-NoopQuotaLimiter.checkQuota(longestimateWriteSize,
-  longestimateReadSize)
+TimeBasedLimiter.checkQuota(longwriteSize,
+  longreadSize)
 
 
 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">EnumE (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">ComparableT, java.io.http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in 

[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.getTableName()
-
 
 TableName
 TableState.getTableName()
@@ -2183,6 

[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(CellComparatorcomparator,
+RowIndexSeekerV1.compareKey(CellComparatorcomparator,
   Cellkey)
 
 
 int
-RowIndexSeekerV1.compareKey(CellComparatorcomparator,
+BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparatorcomparator,
   Cellkey)
 
 
@@ -270,27 +270,27 @@
 
 
 DataBlockEncoder.EncodedSeeker
-CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
+RowIndexCodecV1.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+CopyKeyDataBlockEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
+DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-DiffKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
+FastDiffDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
 DataBlockEncoder.EncodedSeeker
-RowIndexCodecV1.createSeeker(CellComparatorcomparator,
+PrefixKeyDeltaEncoder.createSeeker(CellComparatorcomparator,
 HFileBlockDecodingContextdecodingCtx)
 
 
@@ -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.Configurationconf,
+DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
-CellComparatorcomparator)
+CellComparatorkvComparator)
 
 
 protected void
-DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
 CellComparatorkvComparator)
 
 
 protected void
-DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
+StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configurationconf,
 Storestore,
-CellComparatorkvComparator)
+CellComparatorcomparator)
 
 
 private void


[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">OptionalHRegionInfo
-AsyncMetaTableAccessor.getHRegionInfo(Resultr,
+private static HRegionInfo
+MetaTableAccessor.getHRegionInfo(Resultr,
   byte[]qualifier)
 Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY
 and
  qualifier of the catalog table result.
 
 
 
-private static HRegionInfo
-MetaTableAccessor.getHRegionInfo(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalHRegionInfo
+AsyncMetaTableAccessor.getHRegionInfo(Resultr,
   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(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 Returns the HRegionLocation parsed from the given meta row 
Result
@@ -295,7 +295,7 @@ service.
 
 
 private static HRegionLocation
-MetaTableAccessor.getRegionLocation(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 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">OptionalRegionLocations
-AsyncMetaTableAccessor.getRegionLocations(Resultr)
+static RegionLocations
+MetaTableAccessor.getRegionLocations(Resultr)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
-static RegionLocations
-MetaTableAccessor.getRegionLocations(Resultr)
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalRegionLocations
+AsyncMetaTableAccessor.getRegionLocations(Resultr)
 Returns an HRegionLocationList extracted from the 
result.
 
 
 
 private static long
-AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
+MetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 The latest seqnum that the server writing to meta observed 
when opening the region.
 
 
 
 private static long
-MetaTableAccessor.getSeqNumDuringOpen(Resultr,
+AsyncMetaTableAccessor.getSeqNumDuringOpen(Resultr,
intreplicaId)
 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">OptionalServerName
-AsyncMetaTableAccessor.getServerName(Resultr,
+static ServerName
+MetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 Returns a ServerName from catalog table Result.
 
 
 
-static ServerName
-MetaTableAccessor.getServerName(Resultr,
+private static http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true;
 title="class or interface in java.util">OptionalServerName
+AsyncMetaTableAccessor.getServerName(Resultr,
  intreplicaId)
 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">OptionalTableState
-AsyncMetaTableAccessor.getTableState(Resultr)
-
-
 static TableState
 MetaTableAccessor.getTableState(Resultr)
 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">OptionalTableState
+AsyncMetaTableAccessor.getTableState(Resultr)
+
 
 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">ListResult
-CompleteScanResultCache.partialResults
-
-
 private http://docs.oracle.com/javase/8/docs/api/java/util/Deque.html?is-external=true;
 title="class or interface in java.util">DequeResult
 BatchScanResultCache.partialResults
 
+

[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(PositionedByteRangesrc)
+RawBytes.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+FixedLengthWrapper.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+T
+TerminatedWrapper.decode(PositionedByteRangesrc)
 
 
-T
-FixedLengthWrapper.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
 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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-T
-DataType.decode(PositionedByteRangesrc)
-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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+byte[]
+OrderedBlob.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-byte[]
-RawBytes.decode(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
 byte[]
-OrderedBlob.decode(PositionedByteRangesrc)
+OrderedBlobVar.decode(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)
+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(PositionedByteRangesrc)
 
 
-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(PositionedByteRangesrc)

[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.ImmutableCollectionStoreFile
+StripeStoreFileManager.clearCompactedFiles()
+
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 DefaultStoreFileManager.clearCompactedFiles()
 
-
+
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 StoreFileManager.clearCompactedFiles()
 Clears all the compacted files and returns them.
 
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
-StripeStoreFileManager.clearCompactedFiles()
+StripeStoreFileManager.clearFiles()
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
 DefaultStoreFileManager.clearFiles()
 
-
+
 com.google.common.collect.ImmutableCollectionStoreFile
 StoreFileManager.clearFiles()
 Clears all the files currently in use and returns 
them.
 
 
-
-com.google.common.collect.ImmutableCollectionStoreFile
-StripeStoreFileManager.clearFiles()
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Mapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 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">IteratorStoreFile
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+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">IteratorStoreFile
-StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-Gets initial, full list of candidate store files to check 
for row-key-before.
-
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
-StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
-See StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue)
- for details on this methods.
+StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+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">CollectionStoreFile
-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">CollectionStoreFile
+DefaultStoreFileManager.getCompactedfiles()
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
 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">CollectionStoreFile
-StripeStoreFileManager.getCompactedfiles()
-
 
 http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListhttp://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListStoreFile
 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">CollectionStoreFile
-DefaultStoreFileManager.getFilesForScan(byte[]startRow,
+StripeStoreFileManager.getFilesForScan(byte[]startRow,
booleanincludeStartRow,
byte[]stopRow,
booleanincludeStopRow)
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class 

[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(Cellv)
+ColumnPrefixFilter.filterKeyValue(Cellcell)
 
 
 Filter.ReturnCode
-SkipFilter.filterKeyValue(Cellv)
+ColumnCountGetFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FamilyFilter.filterKeyValue(Cellv)
+RowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FilterWrapper.filterKeyValue(Cellv)
+FuzzyRowFilter.filterKeyValue(Cellc)
 
 
-Filter.ReturnCode
-ColumnPrefixFilter.filterKeyValue(Cellcell)
+abstract Filter.ReturnCode
+Filter.filterKeyValue(Cellv)
+A way to filter based on the column family, column 
qualifier and/or the column value.
+
 
 
 Filter.ReturnCode
-PageFilter.filterKeyValue(Cellignored)
+RandomRowFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-RowFilter.filterKeyValue(Cellv)
+FirstKeyOnlyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnRangeFilter.filterKeyValue(Cellkv)
+SkipFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnCountGetFilter.filterKeyValue(Cellv)
+TimestampsFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
+ValueFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-ColumnPaginationFilter.filterKeyValue(Cellv)
+KeyOnlyFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-DependentColumnFilter.filterKeyValue(Cellc)
+FamilyFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-InclusiveStopFilter.filterKeyValue(Cellv)
+QualifierFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-KeyOnlyFilter.filterKeyValue(Cellignored)
+FilterList.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-MultiRowRangeFilter.filterKeyValue(Cellignored)
+ColumnRangeFilter.filterKeyValue(Cellkv)
 
 
-abstract Filter.ReturnCode
-Filter.filterKeyValue(Cellv)
-A way to filter based on the column family, column 
qualifier and/or the column value.
-
+Filter.ReturnCode
+ColumnPaginationFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-FirstKeyOnlyFilter.filterKeyValue(Cellv)
+WhileMatchFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-WhileMatchFilter.filterKeyValue(Cellv)
+MultiRowRangeFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
-Deprecated.
-
+PrefixFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-TimestampsFilter.filterKeyValue(Cellv)
+DependentColumnFilter.filterKeyValue(Cellc)
 
 
 Filter.ReturnCode
-FuzzyRowFilter.filterKeyValue(Cellc)
+FirstKeyValueMatchingQualifiersFilter.filterKeyValue(Cellv)
+Deprecated.
+
 
 
 Filter.ReturnCode
-FilterList.filterKeyValue(Cellc)
+PageFilter.filterKeyValue(Cellignored)
 
 
 Filter.ReturnCode
-RandomRowFilter.filterKeyValue(Cellv)
+InclusiveStopFilter.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-PrefixFilter.filterKeyValue(Cellv)
+FilterWrapper.filterKeyValue(Cellv)
 
 
 Filter.ReturnCode
-SingleColumnValueFilter.filterKeyValue(Cellc)
+MultipleColumnPrefixFilter.filterKeyValue(Cellkv)
 
 
 Filter.ReturnCode
-QualifierFilter.filterKeyValue(Cellv)
+SingleColumnValueFilter.filterKeyValue(Cellc)
 
 
 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">ArrayListbyte[]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">ArrayListbyte[]filterArguments)
 
 
 static 

[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 +-
 

[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(Filterfilter)
+Scan
+Scan.setFilter(Filterfilter)
 
 
 Query
@@ -166,8 +166,8 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-Scan
-Scan.setFilter(Filterfilter)
+Get
+Get.setFilter(Filterfilter)
 
 
 
@@ -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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]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">ArrayListbyte[]filterArguments)
 
 
 static Filter

[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(TableNametableName)
-
-
-void
 MasterServices.checkTableModifiable(TableNametableName)
 Check table is modifiable; i.e.
 
 
+
+void
+HMaster.checkTableModifiable(TableNametableName)
+
 
 
 

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(TableNametableName)
-
-
-void
 MasterServices.checkTableModifiable(TableNametableName)
 Check table is modifiable; i.e.
 
 
+
+void
+HMaster.checkTableModifiable(TableNametableName)
+
 
 
 

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">ListTag
-DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringvisExpression)
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListTag
 VisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringvisExpression)
 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">ListTag
+DefaultVisibilityExpressionResolver.createVisibilityExpTags(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringvisExpression)
+
 
 
 

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 

[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(Cellcell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cellkv)
 Add the specified KeyValue to this Put operation.
 
 
+
+Append
+Append.add(Cellcell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -1185,13 +1185,13 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
   booleanmayHaveMoreCellsInRow)
 
 
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
 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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
+
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
 
 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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
@@ -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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
 
 
@@ -1222,67 +1222,67 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 Cell
-FilterList.getNextCellHint(CellcurrentCell)
+ColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
 Cell
-MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
+TimestampsFilter.getNextCellHint(CellcurrentCell)
+Pick the next cell that the scanner should seek to.
+
 
 
 Cell
-ColumnRangeFilter.getNextCellHint(Cellcell)
+MultiRowRangeFilter.getNextCellHint(CellcurrentKV)
 
 
-abstract Cell
-Filter.getNextCellHint(CellcurrentCell)
-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(Cellcell)
 
 
 Cell
-ColumnPaginationFilter.getNextCellHint(Cellcell)
+ColumnRangeFilter.getNextCellHint(Cellcell)
 
 
 Cell
-FuzzyRowFilter.getNextCellHint(CellcurrentCell)
+FilterList.getNextCellHint(CellcurrentCell)
 
 
 Cell
-TimestampsFilter.getNextCellHint(CellcurrentCell)
-Pick the next cell that the scanner should seek to.
-
+MultipleColumnPrefixFilter.getNextCellHint(Cellcell)
 
 
-Cell
-ColumnPrefixFilter.getNextCellHint(Cellcell)
+abstract Cell
+Filter.getNextCellHint(CellcurrentCell)
+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(CellcurrentKV)
+FuzzyRowFilter.getNextCellHint(CellcurrentCell)
 
 
 Cell
-FilterList.transformCell(Cellc)
+WhileMatchFilter.transformCell(Cellv)
 
 
 Cell
-WhileMatchFilter.transformCell(Cellv)

[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(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scanscan)
+The underlying HTable must 
not be closed.
 
 
 
@@ -280,8 +280,8 @@ service.
 
 
 ResultScanner
-HTable.getScanner(Scanscan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scanscan)
+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(RetryingCallableTcallable,
+  intcallTimeout)
+
+
 T
 RpcRetryingCaller.callWithoutRetries(RetryingCallableTcallable,
   intcallTimeout)
 Call the server once only.
 
 
-
+
 T
-RpcRetryingCallerImpl.callWithoutRetries(RetryingCallableTcallable,
-  intcallTimeout)
+RpcRetryingCallerImpl.callWithRetries(RetryingCallableTcallable,
+   intcallTimeout)
 
-
+
 T
 RpcRetryingCaller.callWithRetries(RetryingCallableTcallable,
intcallTimeout)
 Retries if invocation fails.
 
 
+
+RetryingCallerInterceptorContext
+NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable)
+
 
-T
-RpcRetryingCallerImpl.callWithRetries(RetryingCallableTcallable,
-   intcallTimeout)
+FastFailInterceptorContext
+FastFailInterceptorContext.prepare(RetryingCallable?callable)
 
 
 abstract RetryingCallerInterceptorContext
@@ -271,11 +279,13 @@
 
 
 RetryingCallerInterceptorContext
-NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable)
+NoOpRetryingInterceptorContext.prepare(RetryingCallable?callable,
+   inttries)
 
 
 FastFailInterceptorContext
-FastFailInterceptorContext.prepare(RetryingCallable?callable)

[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(Resultr,
+MetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 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(Resultr,
+AsyncMetaTableAccessor.getRegionLocation(Resultr,
  HRegionInforegionInfo,
  intreplicaId)
 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(ServerNamesn)
 
 
-(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">CompletableFuturePairHRegionInfo,ServerName
-AsyncHBaseAdmin.getRegion(byte[]regionName)
-
-
 (package private) PairHRegionInfo,ServerName
 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">CompletableFuturePairHRegionInfo,ServerName
+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">ListHRegionInfo
 Admin.getTableRegions(TableNametableName)
@@ -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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
+AsyncAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
+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">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
 
 
 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">Throwableerror)
 
 
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.split(ServerNamesn,
+void
+HBaseAdmin.split(ServerNamesn,
  HRegionInfohri,
  byte[]splitPoint)
 
 
-void
-HBaseAdmin.split(ServerNamesn,
+http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
+AsyncHBaseAdmin.split(ServerNamesn,
  HRegionInfohri,
  byte[]splitPoint)
 
@@ -1303,17 +1303,17 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.
 
 
 void

[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(Cellleft,
+boolean
+KeyValue.KVComparator.matchingRowColumn(Cellleft,
  Cellright)
+Deprecated.
 Compares the row and column of two keyvalues for 
equality
 
 
 
-boolean
-KeyValue.KVComparator.matchingRowColumn(Cellleft,
+static boolean
+CellUtil.matchingRowColumn(Cellleft,
  Cellright)
-Deprecated.
 Compares the row and column of two keyvalues for 
equality
 
 
 
-static boolean
-CellUtil.matchingRows(Cellleft,
+boolean
+KeyValue.KVComparator.matchingRows(Cellleft,
 Cellright)
+Deprecated.
 Compares the row of two keyvalues for equality
 
 
 
-boolean
-KeyValue.KVComparator.matchingRows(Cellleft,
+static boolean
+CellUtil.matchingRows(Cellleft,
 Cellright)
-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(Cellcell)
-Add column and value to this Append operation.
-
-
-
 Increment
 Increment.add(Cellcell)
 Add the specified KeyValue to this operation.
 
 
-
+
 Put
 Put.add(Cellkv)
 Add the specified KeyValue to this Put operation.
 
 
+
+Append
+Append.add(Cellcell)
+Add column and value to this Append operation.
+
+
 
 Delete
 Delete.addDeleteMarker(Cellkv)
@@ -2079,16 +2079,6 @@ service.
   booleanmayHaveMoreCellsInRow)
 
 
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-
-
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
-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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
@@ -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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
 
+
+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">NavigableMapbyte[],http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCellmap)
+
+
+Mutation
+Mutation.setFamilyCellMap(http://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html?is-external=true;
 title="class or interface in 

[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/cd27d06a/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 8a19eda..2408858 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 staticReference.Range[]values()
+public staticReference.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 staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+public staticReference.RangevalueOf(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
 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/cd27d06a/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 b6e7034..44310c8 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
-TableRecordReader.createKey()
+TableSnapshotInputFormat.TableSnapshotRecordReader.createKey()
 
 
 ImmutableBytesWritable
-TableSnapshotInputFormat.TableSnapshotRecordReader.createKey()
+TableRecordReader.createKey()
 
 
 ImmutableBytesWritable
@@ -183,11 +183,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
@@ -197,9 +195,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 
@@ -218,12 +218,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,
+RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
+   Resultvalues,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
-Pass the key, value to reduce
-
+   org.apache.hadoop.mapred.Reporterreporter)
 
 
 void
@@ -236,19 +234,21 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-RowCounter.RowCounterMapper.map(ImmutableBytesWritablerow,
-   Resultvalues,
+IdentityTableMap.map(ImmutableBytesWritablekey,
+   Resultvalue,
org.apache.hadoop.mapred.OutputCollectorImmutableBytesWritable,Resultoutput,
-   org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Pass the key, value to reduce
+
 
 
 boolean
-TableRecordReader.next(ImmutableBytesWritablekey,
+TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
 boolean
-TableSnapshotInputFormat.TableSnapshotRecordReader.next(ImmutableBytesWritablekey,
+TableRecordReader.next(ImmutableBytesWritablekey,
 Resultvalue)
 
 
@@ -281,12 +281,10 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-IdentityTableMap.map(ImmutableBytesWritablekey,
-   Resultvalue,

[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/cd27d06a/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 dd37400..675b6af 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
-KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
+KeyValue.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 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">DataInputin)
+KeyValueUtil.create(http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 
 
 static KeyValue
-KeyValueUtil.create(intlength,
+KeyValue.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 Create a KeyValue reading length from 
in
 
 
 
 static KeyValue
-KeyValue.create(intlength,
+KeyValueUtil.create(intlength,
   http://docs.oracle.com/javase/8/docs/api/java/io/DataInput.html?is-external=true;
 title="class or interface in java.io">DataInputin)
 Create a KeyValue reading length from 
in
 
@@ -336,31 +336,31 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b)
+KeyValue.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b)
+KeyValueUtil.createKeyValueFromKey(byte[]b)
 
 
 static KeyValue
-KeyValueUtil.createKeyValueFromKey(byte[]b,
+KeyValue.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 static KeyValue
-KeyValue.createKeyValueFromKey(byte[]b,
+KeyValueUtil.createKeyValueFromKey(byte[]b,
  into,
  intl)
 
 
 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">ByteBufferbb)
+KeyValue.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 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">ByteBufferbb)
+KeyValueUtil.createKeyValueFromKey(http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html?is-external=true;
 title="class or interface in 
java.nio">ByteBufferbb)
 
 
 static KeyValue
@@ -530,17 +530,17 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 static long
-KeyValueUtil.write(KeyValuekv,
+KeyValue.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-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
-KeyValue.write(KeyValuekv,
+KeyValueUtil.write(KeyValuekv,
  http://docs.oracle.com/javase/8/docs/api/java/io/DataOutput.html?is-external=true;
 title="class or interface in java.io">DataOutputout)
-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,28 +751,38 @@ 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">IteratorStoreFile
-DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+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">IteratorStoreFile
+DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
+
+
+http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true;
 title="class or interface in java.util">IteratorStoreFile
 StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValuetargetKey)
 

[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/cd27d06a/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 3d5003d..02ee42f 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.RecordReaderImmutableBytesWritable,Result
-TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   
org.apache.hadoop.mapred.Reporterreporter)
+   org.apache.hadoop.mapred.Reporterreporter)
+Builds a TableRecordReader.
+
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,

org.apache.hadoop.mapred.Reporterreporter)
 
 
 org.apache.hadoop.mapred.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
+MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplitsplit,
org.apache.hadoop.mapred.JobConfjob,
-   org.apache.hadoop.mapred.Reporterreporter)
-Builds a TableRecordReader.
-
+   
org.apache.hadoop.mapred.Reporterreporter)
 
 
 
@@ -485,9 +485,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReaderImmutableBytesWritable,Result
-MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
+TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
   
org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-Builds a TableRecordReader.
+Builds a TableRecordReader.
 
 
 
@@ -497,9 +497,9 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 org.apache.hadoop.mapreduce.RecordReaderImmutableBytesWritable,Result
-TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
+MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplitsplit,
   
org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-Builds a TableRecordReader.
+Builds a TableRecordReader.
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/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 1376754..cd88dcf 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 @@
 
 
 
-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)
 Gets a scanner on the current table for the given 
family.
 
 
 
-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(byte[]family,
+default ResultScanner
+AsyncTable.getScanner(byte[]family,
   byte[]qualifier)
 Gets a scanner on the current table for the given family 
and qualifier.
 
 
 
 ResultScanner
-AsyncTable.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+Table.getScanner(Scanscan)
+Returns a scanner on the current table as specified by the 
Scan
+ object.
 
 
 
 ResultScanner
-Table.getScanner(Scanscan)
-Returns a scanner on the current table as specified by the 
Scan
- object.
+AsyncTable.getScanner(Scanscan)
+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/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 22a4d6c..646b62e 100644
--- 

[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/cd27d06a/apidocs/overview-tree.html
--
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 6430e10..8b53c07 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">EnumE (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">ComparableT, 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.MemoryCompactionPolicy
-org.apache.hadoop.hbase.KeepDeletedCells
-org.apache.hadoop.hbase.ProcedureState
+org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
 org.apache.hadoop.hbase.filter.FilterList.Operator
 org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
 org.apache.hadoop.hbase.filter.Filter.ReturnCode
-org.apache.hadoop.hbase.util.Order
+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.util.Order
+org.apache.hadoop.hbase.regionserver.BloomType
 org.apache.hadoop.hbase.quotas.ThrottlingException.Type
 org.apache.hadoop.hbase.quotas.QuotaScope
-org.apache.hadoop.hbase.quotas.QuotaType
 org.apache.hadoop.hbase.quotas.ThrottleType
-org.apache.hadoop.hbase.regionserver.BloomType
-org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.quotas.QuotaType
 org.apache.hadoop.hbase.client.Durability
+org.apache.hadoop.hbase.client.SnapshotType
+org.apache.hadoop.hbase.client.MasterSwitchType
+org.apache.hadoop.hbase.client.CompactType
 org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-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.Scan.ReadType
+org.apache.hadoop.hbase.client.RequestController.ReturnCode
+org.apache.hadoop.hbase.client.IsolationLevel
 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/cd27d06a/book.html
--
diff --git a/book.html b/book.html
index 2503f53..668232a 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:41:07 +00:00
+Last updated 2017-03-31 20:05:23 +00:00
 
 
 



[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/cd27d06a/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 5b544b1..7b4d9fc 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.
 
 
 Pairbyte[][],byte[][]
-HRegionLocator.getStartEndKeys()
+RegionLocator.getStartEndKeys()
 Gets the starting and ending row keys for every region in 
the currently
  open table.
 
 
 
 Pairbyte[][],byte[][]
-RegionLocator.getStartEndKeys()
+HRegionLocator.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">CompletableFuturePairhttp://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer,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(TableNametableName)
-
-
-http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturePairhttp://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer,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(TableNametableName)
 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">CompletableFuturePairhttp://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer,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(TableNametableName)
+
 
 (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">CompletableFuturePairHRegionInfo,ServerName
 AsyncHBaseAdmin.getRegion(byte[]regionName)
@@ -903,6 +903,15 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
+SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
+org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
+CellScannercellScanner,
+longreceiveTime,
+MonitoredRPCHandlerstatus)
+
+
+Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
@@ -914,16 +923,18 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
+
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
-SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
+SimpleRpcServer.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
 org.apache.hadoop.hbase.shaded.com.google.protobuf.Messageparam,
 CellScannercellScanner,
 longreceiveTime,
-MonitoredRPCHandlerstatus)
+MonitoredRPCHandlerstatus,
+longstartTime,
+inttimeout)
 
-
+
 Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner
 RpcServerInterface.call(org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingServiceservice,
 
org.apache.hadoop.hbase.shaded.com.google.protobuf.Descriptors.MethodDescriptormd,
@@ -938,17 +949,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 
-
-Pairorg.apache.hadoop.hbase.shaded.com.google.protobuf.Message,CellScanner

[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/cd27d06a/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 e97ea76..76ec709 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Mutation.html
@@ -332,13 +332,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-BufferedMutator.mutate(Mutationmutation)
-Sends a Mutation to 
the table.
-
+BufferedMutatorImpl.mutate(Mutationm)
 
 
 void
-BufferedMutatorImpl.mutate(Mutationm)
+BufferedMutator.mutate(Mutationmutation)
+Sends a Mutation to 
the table.
+
 
 
 
@@ -351,13 +351,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 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? extends Mutationmutations)
-Send some Mutations to 
the table.
-
+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? extends Mutationms)
 
 
 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? extends Mutationms)
+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? extends Mutationmutations)
+Send some Mutations to 
the table.
+
 
 
 
@@ -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">ClassMutationc)
 
 
+org.apache.hadoop.mapreduce.RecordWriterImmutableBytesWritable,Mutation
+MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
+
+
 org.apache.hadoop.mapreduce.RecordWriterKEY,Mutation
 TableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
 Creates a new record writer.
 
 
-
-org.apache.hadoop.mapreduce.RecordWriterImmutableBytesWritable,Mutation
-MultiTableOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContextcontext)
-
 
 org.apache.hadoop.io.serializer.SerializerMutation
 MutationSerialization.getSerializer(http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassMutationc)
@@ -607,11 +607,11 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-NoopOperationQuota.addMutation(Mutationmutation)
+DefaultOperationQuota.addMutation(Mutationmutation)
 
 
 void
-DefaultOperationQuota.addMutation(Mutationmutation)
+NoopOperationQuota.addMutation(Mutationmutation)
 
 
 void
@@ -964,13 +964,6 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 
 
 void
-MultiRowMutationProcessor.process(longnow,
-   HRegionregion,
-   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutationsToApply,
-   WALEditwalEdit)
-
-
-void
 RowProcessor.process(longnow,
HRegionregion,
http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutations,
@@ -978,6 +971,13 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.
 HRegion handles the locks and MVCC and invokes this method 
properly.
 
 
+
+void
+MultiRowMutationProcessor.process(longnow,
+   HRegionregion,
+   http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListMutationmutationsToApply,
+   WALEditwalEdit)
+
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/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 8ac4b8a..2136979 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
-AsyncHBaseAdmin.ng
+HBaseAdmin.ng
 
 
 private NonceGenerator
-HBaseAdmin.ng
+AsyncHBaseAdmin.ng
 
 
 (package private) static NonceGenerator
@@ -159,11 +159,11 @@
 
 
 NonceGenerator
-ConnectionImplementation.getNonceGenerator()

[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/cd27d06a/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 5f69a6c..fbbb727 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
-FastFailInterceptorContext.server
+AsyncRequestFutureImpl.SingleServerRequestRunnable.server
 
 
 private ServerName
-AsyncRequestFutureImpl.SingleServerRequestRunnable.server
+FastFailInterceptorContext.server
 
 
 private ServerName
-AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName
+AsyncAdminRequestRetryingCaller.serverName
 
 
 private ServerName
-AsyncAdminRequestRetryingCaller.serverName
+AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName
 
 
 private ServerName
@@ -734,13 +734,13 @@
 
 
 
-(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">CompletableFuturePairHRegionInfo,ServerName
-AsyncHBaseAdmin.getRegion(byte[]regionName)
-
-
 (package private) PairHRegionInfo,ServerName
 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">CompletableFuturePairHRegionInfo,ServerName
+AsyncHBaseAdmin.getRegion(byte[]regionName)
+
 
 private PairRegionState.State,ServerName
 ZKAsyncRegistry.getStateAndServerName(org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos.MetaRegionServerproto)
@@ -793,16 +793,16 @@
 ServerNameserverName)
 
 
-void
-MetaCache.cacheLocation(TableNametableName,
+private void
+ConnectionImplementation.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
 
 
 
-private void
-ConnectionImplementation.cacheLocation(TableNametableName,
+void
+MetaCache.cacheLocation(TableNametableName,
  ServerNamesource,
  HRegionLocationlocation)
 Put a newly discovered HRegionLocation into the cache.
@@ -831,18 +831,20 @@
 
 
 void
-ConnectionImplementation.clearCaches(ServerNameserverName)
-
-
-void
 ClusterConnection.clearCaches(ServerNamesn)
 Clear any caches that pertain to server name 
sn.
 
 
+
+void
+ConnectionImplementation.clearCaches(ServerNameserverName)
+
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncHBaseAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
+AsyncAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
+Close a region.
+
 
 
 void
@@ -858,10 +860,8 @@
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true;
 title="class or interface in java.util.concurrent">CompletableFuturehttp://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true;
 title="class or interface in java.lang">Void
-AsyncAdmin.closeRegion(ServerNamesn,
-   HRegionInfohri)
-Close a region.
-
+AsyncHBaseAdmin.closeRegion(ServerNamesn,
+   HRegionInfohri)
 
 
 private void
@@ -973,14 +973,14 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-ConnectionImplementation.getAdmin(ServerNameserverName)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
 ClusterConnection.getAdmin(ServerNameserverName)
 Establishes a connection to the region server at the 
specified address.
 
 
+
+org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface
+ConnectionImplementation.getAdmin(ServerNameserverName)
+
 
 (package private) 
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface
 AsyncConnectionImpl.getAdminStub(ServerNameserverName)
@@ -992,15 +992,15 @@
 
 
 org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
-ConnectionImplementation.getClient(ServerNameserverName)
-
-
-org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.BlockingInterface
 ClusterConnection.getClient(ServerNameserverName)
 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

[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/cd27d06a/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterServices.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterServices.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterServices.html
index adc130f..7afb595 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterServices.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterServices.html
@@ -308,11 +308,11 @@
 
 
 private MasterServices
-TableStateManager.master
+ServerManager.master
 
 
 private MasterServices
-ServerManager.master
+TableStateManager.master
 
 
 private MasterServices
@@ -336,19 +336,19 @@
 
 
 private MasterServices
-SplitLogManager.server
+RegionStateStore.server
 
 
 private MasterServices
-RegionStates.server
+SplitLogManager.server
 
 
 private MasterServices
-RegionStateStore.server
+RegionStates.server
 
 
 private MasterServices
-MasterFileSystem.services
+MasterWalManager.services
 
 
 private MasterServices
@@ -356,7 +356,7 @@
 
 
 private MasterServices
-MasterWalManager.services
+MasterFileSystem.services
 
 
 
@@ -519,13 +519,13 @@
 StochasticLoadBalancer.LocalityCostFunction.services
 
 
-protected MasterServices
-BaseLoadBalancer.services
-
-
 private MasterServices
 RegionLocationFinder.services
 
+
+protected MasterServices
+BaseLoadBalancer.services
+
 
 
 
@@ -840,17 +840,17 @@
 
 
 
+void
+MasterProcedureManagerHost.initialize(MasterServicesmaster,
+  MetricsMastermetricsMaster)
+
+
 abstract void
 MasterProcedureManager.initialize(MasterServicesmaster,
   MetricsMastermetricsMaster)
 Initialize a globally barriered procedure for master.
 
 
-
-void
-MasterProcedureManagerHost.initialize(MasterServicesmaster,
-  MetricsMastermetricsMaster)
-
 
 
 
@@ -928,19 +928,19 @@
 
 
 private MasterServices
-RSGroupAdminEndpoint.master
+RSGroupAdminServer.master
 
 
 private MasterServices
-RSGroupAdminServer.master
+RSGroupAdminEndpoint.master
 
 
 private MasterServices
-RSGroupInfoManagerImpl.masterServices
+RSGroupBasedLoadBalancer.masterServices
 
 
 private MasterServices
-RSGroupBasedLoadBalancer.masterServices
+RSGroupInfoManagerImpl.masterServices
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterWalManager.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterWalManager.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterWalManager.html
index 80122ec..f0b055f 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterWalManager.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/MasterWalManager.html
@@ -117,11 +117,11 @@
 
 
 MasterWalManager
-HMaster.getMasterWalManager()
+MasterServices.getMasterWalManager()
 
 
 MasterWalManager
-MasterServices.getMasterWalManager()
+HMaster.getMasterWalManager()
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
--
diff --git 
a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html 
b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
index ed90d26..00fb262 100644
--- a/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
+++ b/devapidocs/org/apache/hadoop/hbase/master/class-use/MetricsMaster.html
@@ -222,17 +222,17 @@
 
 
 
+void
+MasterProcedureManagerHost.initialize(MasterServicesmaster,
+  MetricsMastermetricsMaster)
+
+
 abstract void
 MasterProcedureManager.initialize(MasterServicesmaster,
   MetricsMastermetricsMaster)
 Initialize a globally barriered procedure for master.
 
 
-
-void
-MasterProcedureManagerHost.initialize(MasterServicesmaster,
-  MetricsMastermetricsMaster)
-
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/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 67cff6e..26abee1 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 @@
 
 
 
-MetricsMasterProcSource
-MetricsMasterProcSourceFactory.create(MetricsMasterWrappermasterWrapper)
-
-
 MetricsMasterSource
 MetricsMasterSourceFactory.create(MetricsMasterWrappermasterWrapper)
 
-
-MetricsMasterSource
-MetricsMasterSourceFactoryImpl.create(MetricsMasterWrappermasterWrapper)
-
 
 MetricsMasterProcSource

[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/cd27d06a/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 8b00423..aca1d30 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 
= "servers", type = "ListServerName"),
-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 = "MapString,Integer"),
-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 = "SetServerName")})
+064@org.jamon.annotations.Argument(name 
= "filter", type = "String"),
+065@org.jamon.annotations.Argument(name 
= "frags", type = "MapString,Integer"),
+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 = "SetServerName"),
+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 = "ListServerName"),
+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(ListServerName 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 ListServerName 
getServers()
+120public String getFilter()
 121{
-122  return m_servers;
+122  return m_filter;
 123}
-124private ListServerName 
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(MapString,Integer 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 MapString,Integer 
getFrags()
 138{
-139  return m_assignmentManager;
+139  return m_frags;
 140}
-141private AssignmentManager 
m_assignmentManager;
-142public boolean 
getAssignmentManager__IsNotDefault()
+141private MapString,Integer 
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   

[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/cd27d06a/devapidocs/constant-values.html
--
diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html
index 8072b82..a65ef2d 100644
--- a/devapidocs/constant-values.html
+++ b/devapidocs/constant-values.html
@@ -3775,7 +3775,7 @@
 
 publicstaticfinalhttp://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:11:11 UTC 2017"
+"Sun Apr  2 03:41:16 UTC 2017"
 
 
 
@@ -3796,7 +3796,7 @@
 
 publicstaticfinalhttp://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 url
-"git://asf920.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase"
+"git://asf919.gq1.ygridcore.net/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase"
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/cd27d06a/devapidocs/deprecated-list.html
--
diff --git a/devapidocs/deprecated-list.html b/devapidocs/deprecated-list.html
index 97cea3a..b2ff15d 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.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
 org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
-org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory.create(Configuration,
 PriorityFunction)
+org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory.create(Configuration,
 PriorityFunction)
 
 
 org.apache.hadoop.hbase.coprocessor.ObserverContext.createAndPrepare(T,
 ObserverContextT)
@@ -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.util.Bytes.getSize()
-use Bytes.getLength()
 instead
+org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
+use ImmutableBytesWritable.getLength()
 instead
 
 
 
-org.apache.hadoop.hbase.io.ImmutableBytesWritable.getSize()
-use ImmutableBytesWritable.getLength()
 instead
+org.apache.hadoop.hbase.util.Bytes.getSize()
+use Bytes.getLength()
 instead
 
 
 
@@ -837,12 +837,12 @@
 org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate.isLogDeletable(FileStatus)
 
 
-org.apache.hadoop.hbase.client.ConnectionImplementation.isMasterRunning()
+org.apache.hadoop.hbase.client.ClusterConnection.isMasterRunning()
 this has been deprecated 
without a replacement
 
 
 
-org.apache.hadoop.hbase.client.ClusterConnection.isMasterRunning()
+org.apache.hadoop.hbase.client.ConnectionImplementation.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.setReadRpcTimeout(int)
-
 
+org.apache.hadoop.hbase.client.HTable.setRpcTimeout(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.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.BufferedMutatorImpl.setWriteBufferSize(long)
+Going away when we drop 
public support for HTable.
 
 
 
 org.apache.hadoop.hbase.client.HTable.setWriteBufferSize(long)
 
 
-org.apache.hadoop.hbase.client.BufferedMutatorImpl.setWriteBufferSize(long)
-Going away when we drop 
public support for HTable.

  1   2   3   4   >