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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/40c1aa42/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 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4595b14d/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 5b42d79..fa03a15 100644
--- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
+++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
@@ -279,27 +279,27 @@ service.
 
 
 private Scan
-ScannerCallableWithReplicas.scan
+AsyncScanSingleRegionRpcRetryingCaller.scan
 
 
 protected Scan
-ClientScanner.scan
+ScannerCallable.scan
 
 
 private Scan
-AsyncClientScanner.scan
+ScannerCallableWithReplicas.scan
 
 
-private Scan
-AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.scan
+protected Scan
+ClientScanner.scan
 
 
 private Scan
-AsyncScanSingleRegionRpcRetryingCaller.scan
+AsyncClientScanner.scan
 
 
-protected Scan
-ScannerCallable.scan
+private Scan
+AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.scan
 
 
 private Scan
@@ -329,11 +329,11 @@ service.
 
 
 protected Scan
-ClientScanner.getScan()
+ScannerCallable.getScan()
 
 
 protected Scan
-ScannerCallable.getScan()
+ClientScanner.getScan()
 
 
 (package private) Scan
@@ -610,8 +610,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.
 
 
 
@@ -627,8 +627,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.
 
 
 
@@ -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
-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
-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
@@ -1274,17 +1274,17 @@ service.
 
 
 private Scan
-TableInputFormatBase.scan
-Holds the details for the internal scanner.
-
+TableSnapshotInputFormatImpl.RecordReader.scan
 
 
 private Scan
-TableSnapshotInputFormatImpl.RecordReader.scan
+TableRecordReaderImpl.scan
 
 
 private Scan
-TableRecordReaderImpl.scan
+TableInputFormatBase.scan
+Holds the details for the internal scanner.
+
 
 
 
@@ -1339,14 +1339,14 @@ service.
 
 
 Scan
-TableInputFormatBase.getScan()
-Gets the scan defining the actual details like columns 
etc.
+TableSplit.getScan()
+Returns a Scan object from the stored string 
representation.
 
 
 
 Scan
-TableSplit.getScan()
-Returns a Scan object from the stored string 
representation.
+TableInputFormatBase.getScan()
+Gets the scan defining the actual details like columns 
etc.
 
 
 
@@ -1557,13 +1557,13 @@ service.
 
 
 void
-TableInputFormatBase.setScan(Scanscan)
+TableRecordReaderImpl.setScan(Scanscan)
 Sets the scan defining the actual details like columns 
etc.
 
 
 
 void
-TableRecordReaderImpl.setScan(Scanscan)
+TableInputFormatBase.setScan(Scanscan)
 Sets the scan defining the actual details like columns 
etc.
 
 
@@ -1630,12 +1630,6 @@ 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)
-
-
 

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

2017-04-05 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html 
b/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
index 7c4348b..cf7879a 100644
--- 
a/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
+++ 
b/apidocs/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.html
@@ -139,8 +139,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class PreemptiveFastFailException
+public class PreemptiveFastFailException
 extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectException.html?is-external=true;
 title="class or interface in java.net">ConnectException
 Thrown when the client believes that we are trying to 
communicate to has
  been repeatedly unresponsive for a while.
@@ -251,7 +250,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 PreemptiveFastFailException
-publicPreemptiveFastFailException(longcount,
+publicPreemptiveFastFailException(longcount,
longtimeOfFirstFailureMilliSec,
longtimeOfLatestAttemptMilliSec,
ServerNameserverName)
@@ -270,7 +269,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 PreemptiveFastFailException
-publicPreemptiveFastFailException(longcount,
+publicPreemptiveFastFailException(longcount,
longtimeOfFirstFailureMilliSec,
longtimeOfLatestAttemptMilliSec,
ServerNameserverName,
@@ -300,7 +299,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 getFirstFailureAt
-publiclonggetFirstFailureAt()
+publiclonggetFirstFailureAt()
 
 Returns:
 time of the fist failure
@@ -313,7 +312,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 getLastAttemptAt
-publiclonggetLastAttemptAt()
+publiclonggetLastAttemptAt()
 
 Returns:
 time of the latest attempt
@@ -326,7 +325,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 getFailureCount
-publiclonggetFailureCount()
+publiclonggetFailureCount()
 
 Returns:
 failure count
@@ -339,7 +338,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 wasOperationAttemptedByServer
-publicbooleanwasOperationAttemptedByServer()
+publicbooleanwasOperationAttemptedByServer()
 
 Returns:
 true if operation was attempted by server, false otherwise.
@@ -352,7 +351,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/net/ConnectExcept
 
 
 isGuaranteedClientSideOnly
-publicbooleanisGuaranteedClientSideOnly()
+publicbooleanisGuaranteedClientSideOnly()
 
 Returns:
 true if we know no mutation made it to the server, false otherwise.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html 
b/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
index faa2309..edd83ac 100644
--- a/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
+++ b/apidocs/org/apache/hadoop/hbase/exceptions/RegionInRecoveryException.html
@@ -128,8 +128,7 @@
 
 
 @InterfaceAudience.Public
- @InterfaceStability.Evolving
-public class RegionInRecoveryException
+public class RegionInRecoveryException
 extends NotServingRegionException
 Thrown when a read request issued against a region which is 
in recovering state.
 
@@ -206,7 +205,7 @@ extends 
 
 RegionInRecoveryException
-publicRegionInRecoveryException()
+publicRegionInRecoveryException()
 default constructor
 
 
@@ -216,7 +215,7 @@ extends 
 
 RegionInRecoveryException
-publicRegionInRecoveryException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
+publicRegionInRecoveryException(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Strings)
 Constructor
 
 Parameters:

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e3a86836/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html
--
diff --git 
a/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html 
b/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html
index c921519..7f9f4be 100644
--- a/apidocs/org/apache/hadoop/hbase/exceptions/RequestTooBigException.html
+++