Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2F826200C7A for ; Sun, 9 Apr 2017 06:33:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2E1FE160BB1; Sun, 9 Apr 2017 04:33:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0710C160BA3 for ; Sun, 9 Apr 2017 06:33:42 +0200 (CEST) Received: (qmail 38861 invoked by uid 500); 9 Apr 2017 04:33:38 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 33893 invoked by uid 99); 9 Apr 2017 04:33:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Apr 2017 04:33:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EC729F2192; Sun, 9 Apr 2017 04:33:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Sun, 09 Apr 2017 04:34:01 -0000 Message-Id: <4da9f459d5cc4ba6a5646b984316d394@git.apache.org> In-Reply-To: <400d2f6aaf2e492db66e0ff119bd639a@git.apache.org> References: <400d2f6aaf2e492db66e0ff119bd639a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [30/51] [partial] hbase-site git commit: Published site at 59e8b8e2ba4d403d042fe4cc02f8f9f80aad67af. archived-at: Sun, 09 Apr 2017 04:33:45 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/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/e2af56d9/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/e2af56d9/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<T> callable, - int callTimeout)  - - T RpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable, int callTimeout)
Call the server once only.
- + T -RpcRetryingCallerImpl.callWithRetries(RetryingCallable<T> callable, - int callTimeout)  +RpcRetryingCallerImpl.callWithoutRetries(RetryingCallable<T> callable, + int callTimeout)  - + T RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable, int callTimeout)
Retries if invocation fails.
- -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable)  - -FastFailInterceptorContext -FastFailInterceptorContext.prepare(RetryingCallable<?> callable)  +T +RpcRetryingCallerImpl.callWithRetries(RetryingCallable<T> callable, + int callTimeout)  abstract RetryingCallerInterceptorContext @@ -279,13 +271,11 @@ RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable, - int tries)  +NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable)  FastFailInterceptorContext -FastFailInterceptorContext.prepare(RetryingCallable<?> callable, - int tries)  +FastFailInterceptorContext.prepare(RetryingCallable<?> callable)  abstract RetryingCallerInterceptorContext @@ -296,6 +286,16 @@ +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable, + int tries)  + + +FastFailInterceptorContext +FastFailInterceptorContext.prepare(RetryingCallable<?> callable, + int tries)  + + void ResultBoundedCompletionService.submit(RetryingCallable<V> task, int callTimeout, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html index fd7d0ce..5620841 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html @@ -132,11 +132,11 @@ private RetryingCallerInterceptor -RpcRetryingCallerImpl.interceptor  +RpcRetryingCallerFactory.interceptor  private RetryingCallerInterceptor -RpcRetryingCallerFactory.interceptor  +RpcRetryingCallerImpl.interceptor  static RetryingCallerInterceptor http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html index 8d5f059..791942d 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html @@ -140,23 +140,19 @@ RetryingCallerInterceptorContext -PreemptiveFastFailInterceptor.createEmptyContext()  +NoOpRetryableCallerInterceptor.createEmptyContext()  +RetryingCallerInterceptorContext +PreemptiveFastFailInterceptor.createEmptyContext()  + + abstract RetryingCallerInterceptorContext RetryingCallerInterceptor.createEmptyContext()
This returns the context object for the current call.
- -RetryingCallerInterceptorContext -NoOpRetryableCallerInterceptor.createEmptyContext()  - -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable)  - - abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallable<?> callable)
This prepares the context object by populating it with information specific @@ -164,12 +160,11 @@ which this will be used.
- + RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable, - int tries)  +NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable)  - + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallable<?> callable, int tries) @@ -177,6 +172,11 @@ in. + +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable, + int tries)  + @@ -188,49 +188,49 @@ - + + + + - + - + - + - + - + - + - + - + - - - -
voidPreemptiveFastFailInterceptor.handleFailure(RetryingCallerInterceptorContext context, +NoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, Throwable t) 
voidPreemptiveFastFailInterceptor.handleFailure(RetryingCallerInterceptorContext context, + Throwable t) 
abstract void RetryingCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, Throwable t)
Call this function in case we caught a failure during retries.
voidNoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, - Throwable t) NoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) 
void PreemptiveFastFailInterceptor.intercept(RetryingCallerInterceptorContext context) 
abstract void RetryingCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext)
Call this function alongside the actual call done on the callable.
voidNoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) NoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
void PreemptiveFastFailInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
abstract void RetryingCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context)
Call this function to update at the end of the retry.
voidNoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingTimeTracker.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingTimeTracker.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingTimeTracker.html index 05fa444..0732596 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingTimeTracker.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingTimeTracker.html @@ -106,15 +106,15 @@ private RetryingTimeTracker -CancellableRegionServerCallable.tracker  +AsyncRequestFutureImpl.tracker  private RetryingTimeTracker -AsyncRequestFutureImpl.tracker  +RpcRetryingCallerImpl.tracker  private RetryingTimeTracker -RpcRetryingCallerImpl.tracker  +CancellableRegionServerCallable.tracker  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html index 4481432..9748b78 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html @@ -185,16 +185,16 @@ -(package private) List<Row> -BatchErrors.actions  +private List<? extends Row> +AsyncRpcRetryingCallerFactory.BatchCallerBuilder.actions  (package private) List<Row> -RetriesExhaustedWithDetailsException.actions  +BatchErrors.actions  -private List<? extends Row> -AsyncRpcRetryingCallerFactory.BatchCallerBuilder.actions  +(package private) List<Row> +RetriesExhaustedWithDetailsException.actions  private RowAccess<? extends Row> @@ -232,11 +232,11 @@ List<? extends Row> -AsyncRequestFutureImpl.getFailedOperations()  +AsyncRequestFuture.getFailedOperations()  List<? extends Row> -AsyncRequestFuture.getFailedOperations()  +AsyncRequestFutureImpl.getFailedOperations()  RowAccess<? extends Row> @@ -270,23 +270,23 @@ int -Increment.compareTo(Row i)  +Mutation.compareTo(Row d)  int -Get.compareTo(Row other)  +RowMutations.compareTo(Row i)  int -RowMutations.compareTo(Row i)  +Get.compareTo(Row other)  int -RegionCoprocessorServiceExec.compareTo(Row o)  +Increment.compareTo(Row i)  int -Mutation.compareTo(Row d)  +RegionCoprocessorServiceExec.compareTo(Row o)  private boolean @@ -355,11 +355,11 @@ <T> List<CompletableFuture<T>> -RawAsyncTableImpl.batch(List<? extends Row> actions)  +AsyncTableImpl.batch(List<? extends Row> actions)  <T> List<CompletableFuture<T>> -AsyncTableImpl.batch(List<? extends Row> actions)  +RawAsyncTableImpl.batch(List<? extends Row> actions)  <T> List<CompletableFuture<T>> @@ -374,14 +374,14 @@ void -HTable.batch(List<? extends Row> actions, +Table.batch(List<? extends Row> actions, Object[] results)
Method that does a batch call on Deletes, Gets, Puts, Increments and Appends.
void -Table.batch(List<? extends Row> actions, +HTable.batch(List<? extends Row> actions, Object[] results)
Method that does a batch call on Deletes, Gets, Puts, Increments and Appends.
@@ -405,7 +405,7 @@ <R> void -HTable.batchCallback(List<? extends Row> actions, +Table.batchCallback(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback)
Same as Table.batch(List, Object[]), but with a callback.
@@ -413,7 +413,7 @@ <R> void -Table.batchCallback(List<? extends Row> actions, +HTable.batchCallback(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback)
Same as Table.batch(List, Object[]), but with a callback.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/devapidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html index 7cd6dc5..d7da7e2 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html @@ -136,44 +136,44 @@ service. -CompletableFuture<Boolean> -RawAsyncTableImpl.checkAndMutate(byte[] row, +boolean +Table.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - RowMutations mutation)  + RowMutations mutation) +
Atomically checks if a row/family/qualifier value matches the expected value.
+ -boolean -HTable.checkAndMutate(byte[] row, +CompletableFuture<Boolean> +AsyncTableImpl.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - RowMutations rm) -
Atomically checks if a row/family/qualifier value matches the expected value.
- + RowMutations mutation)
  -boolean -Table.checkAndMutate(byte[] row, +CompletableFuture<Boolean> +RawAsyncTableImpl.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - RowMutations mutation) -
Atomically checks if a row/family/qualifier value matches the expected value.
- + RowMutations mutation)
  -CompletableFuture<Boolean> -AsyncTableImpl.checkAndMutate(byte[] row, +boolean +HTable.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - RowMutations mutation)  + RowMutations rm) +
Atomically checks if a row/family/qualifier value matches the expected value.
+ CompletableFuture<Boolean> @@ -205,16 +205,6 @@ service. Function<Result,RESP> respConverter)
  -CompletableFuture<Void> -RawAsyncTableImpl.mutateRow(RowMutations mutation)  - - -void -HTable.mutateRow(RowMutations rm) -
Performs multiple mutations atomically on a single row.
- - - void Table.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row.
@@ -226,6 +216,16 @@ service. CompletableFuture<Void> +RawAsyncTableImpl.mutateRow(RowMutations mutation)  + + +void +HTable.mutateRow(RowMutations rm) +
Performs multiple mutations atomically on a single row.
+ + + +CompletableFuture<Void> AsyncTableBase.mutateRow(RowMutations mutation)
Performs multiple mutations atomically on a single row.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e2af56d9/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html index 3f140ba..50a1f46 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html @@ -126,15 +126,15 @@ private RpcRetryingCallerFactory -ConnectionImplementation.rpcCallerFactory  +RegionCoprocessorRpcChannel.rpcCallerFactory  private RpcRetryingCallerFactory -HTable.rpcCallerFactory  +ConnectionImplementation.rpcCallerFactory  private RpcRetryingCallerFactory -RegionCoprocessorRpcChannel.rpcCallerFactory  +HTable.rpcCallerFactory  private RpcRetryingCallerFactory @@ -155,21 +155,21 @@ RpcRetryingCallerFactory -ClusterConnection.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf) -
Returns a new RpcRetryingCallerFactory from the given Configuration.
- +ConnectionImplementation.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)  RpcRetryingCallerFactory -ConnectionImplementation.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)  +ClusterConnection.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf) +
Returns a new RpcRetryingCallerFactory from the given Configuration.
+ RpcRetryingCallerFactory -ClusterConnection.getRpcRetryingCallerFactory()  +ConnectionImplementation.getRpcRetryingCallerFactory()  RpcRetryingCallerFactory -ConnectionImplementation.getRpcRetryingCallerFactory()  +ClusterConnection.getRpcRetryingCallerFactory()  static RpcRetryingCallerFactory