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

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

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

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

2017-04-02 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6509b6fa/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(Scan scan)
-Returns a scanner on the current table as specified by the 
Scan 
object.
+HTable.getScanner(Scan scan)
+The underlying HTable must 
not be closed.
 
 
 
@@ -627,8 +627,8 @@ service.
 
 
 ResultScanner
-HTable.getScanner(Scan scan)
-The underlying HTable must 
not be closed.
+AsyncTable.getScanner(Scan scan)
+Returns a scanner on the current table as specified by the 
Scan 
object.
 
 
 
@@ -665,16 +665,16 @@ service.
 
 
 void
+AsyncTableImpl.scan(Scan scan,
+ScanResultConsumer consumer) 
+
+
+void
 AsyncTable.scan(Scan scan,
 ScanResultConsumer consumer)
 The scan API uses the observer pattern.
 
 
-
-void
-AsyncTableImpl.scan(Scan scan,
-ScanResultConsumer consumer) 
-
 
 private void
 AsyncTableImpl.scan0(Scan scan,
@@ -682,11 +682,11 @@ service.
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
-AsyncTableImpl.scanAll(Scan scan) 
+RawAsyncTableImpl.scanAll(Scan scan) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
-RawAsyncTableImpl.scanAll(Scan scan) 
+AsyncTableImpl.scanAll(Scan scan) 
 
 
 http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html?is-external=true";
 title="class or interface in java.util.concurrent">CompletableFutureList>
@@ -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(Scan scan)
+TableRecordReaderImpl.setScan(Scan scan)
 Sets the scan defining the actual details like columns 
etc.
 
 
 
 void
-TableRecordReaderImpl.setScan(Scan scan)
+TableInputFormatBase.setScan(Scan scan)
 Sets the scan defining the actual details like columns 
etc.
 
 
@@ -1630,12 +1630,6 @@ service.
 
 
 
-static void
-MultiTableSnapshotInputFormat.setInput(org.apache.hadoop.conf.Configuration configuration,
-http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">MapString,http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection

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

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

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

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

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

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

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

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