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 99B11200C51 for ; Sun, 9 Apr 2017 11:34:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 98658160BB5; Sun, 9 Apr 2017 09:34:06 +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 25E60160BA8 for ; Sun, 9 Apr 2017 11:34:03 +0200 (CEST) Received: (qmail 83422 invoked by uid 500); 9 Apr 2017 09:34:00 -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 78475 invoked by uid 99); 9 Apr 2017 09:33:55 -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 09:33:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9C77EE02B4; Sun, 9 Apr 2017 09:33:55 +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 09:34:22 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/51] [partial] hbase-site git commit: Published site at 59e8b8e2ba4d403d042fe4cc02f8f9f80aad67af. archived-at: Sun, 09 Apr 2017 09:34:06 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32aa5813/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/32aa5813/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/32aa5813/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<T> callable, + int callTimeout)  + + T RpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable, int callTimeout)
Call the server once only.
- + T -RpcRetryingCallerImpl.callWithoutRetries(RetryingCallable<T> callable, - int callTimeout)  +RpcRetryingCallerImpl.callWithRetries(RetryingCallable<T> callable, + int callTimeout)  - + T RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable, int callTimeout)
Retries if invocation fails.
+ +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable)  + -T -RpcRetryingCallerImpl.callWithRetries(RetryingCallable<T> 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.prepare(RetryingCallable<?> callable)  +FastFailInterceptorContext.prepare(RetryingCallable<?> callable, + int tries)  abstract RetryingCallerInterceptorContext @@ -286,16 +296,6 @@ -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/32aa5813/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 5620841..fd7d0ce 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 -RpcRetryingCallerFactory.interceptor  +RpcRetryingCallerImpl.interceptor  private RetryingCallerInterceptor -RpcRetryingCallerImpl.interceptor  +RpcRetryingCallerFactory.interceptor  static RetryingCallerInterceptor http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32aa5813/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 791942d..8d5f059 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html @@ -140,19 +140,23 @@ RetryingCallerInterceptorContext -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 @@ -160,11 +164,12 @@ which this will be used.
- + RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable)  +NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable, + int tries)  - + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallable<?> callable, int tries) @@ -172,11 +177,6 @@ in. - -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallable<?> callable, - int tries)  - @@ -188,49 +188,49 @@ - - - - - + - + - + - + - + - + - + - + - + + + + +
voidNoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, - Throwable t) 
void PreemptiveFastFailInterceptor.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.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) NoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, + Throwable t) 
void PreemptiveFastFailInterceptor.intercept(RetryingCallerInterceptorContext context) 
abstract void RetryingCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext)
Call this function alongside the actual call done on the callable.
voidNoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) NoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) 
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/32aa5813/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 0732596..05fa444 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 -AsyncRequestFutureImpl.tracker  +CancellableRegionServerCallable.tracker  private RetryingTimeTracker -RpcRetryingCallerImpl.tracker  +AsyncRequestFutureImpl.tracker  private RetryingTimeTracker -CancellableRegionServerCallable.tracker  +RpcRetryingCallerImpl.tracker  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32aa5813/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 9748b78..4481432 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html @@ -185,17 +185,17 @@ -private List<? extends Row> -AsyncRpcRetryingCallerFactory.BatchCallerBuilder.actions  - - (package private) List<Row> BatchErrors.actions  - + (package private) List<Row> RetriesExhaustedWithDetailsException.actions  + +private List<? extends Row> +AsyncRpcRetryingCallerFactory.BatchCallerBuilder.actions  + private RowAccess<? extends Row> AsyncProcessTask.rows  @@ -232,11 +232,11 @@ List<? extends Row> -AsyncRequestFuture.getFailedOperations()  +AsyncRequestFutureImpl.getFailedOperations()  List<? extends Row> -AsyncRequestFutureImpl.getFailedOperations()  +AsyncRequestFuture.getFailedOperations()  RowAccess<? extends Row> @@ -270,23 +270,23 @@ int -Mutation.compareTo(Row d)  +Increment.compareTo(Row i)  int -RowMutations.compareTo(Row i)  +Get.compareTo(Row other)  int -Get.compareTo(Row other)  +RowMutations.compareTo(Row i)  int -Increment.compareTo(Row i)  +RegionCoprocessorServiceExec.compareTo(Row o)  int -RegionCoprocessorServiceExec.compareTo(Row o)  +Mutation.compareTo(Row d)  private boolean @@ -355,11 +355,11 @@ <T> List<CompletableFuture<T>> -AsyncTableImpl.batch(List<? extends Row> actions)  +RawAsyncTableImpl.batch(List<? extends Row> actions)  <T> List<CompletableFuture<T>> -RawAsyncTableImpl.batch(List<? extends Row> actions)  +AsyncTableImpl.batch(List<? extends Row> actions)  <T> List<CompletableFuture<T>> @@ -374,14 +374,14 @@ 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.
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.
@@ -405,7 +405,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.
@@ -413,7 +413,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.
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/32aa5813/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 d7da7e2..7cd6dc5 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. -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> -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)
  CompletableFuture<Boolean> @@ -205,16 +205,6 @@ service. Function<Result,RESP> respConverter)
  -void -Table.mutateRow(RowMutations rm) -
Performs multiple mutations atomically on a single row.
- - - -CompletableFuture<Void> -AsyncTableImpl.mutateRow(RowMutations mutation)  - - CompletableFuture<Void> RawAsyncTableImpl.mutateRow(RowMutations mutation)  @@ -225,6 +215,16 @@ service. +void +Table.mutateRow(RowMutations rm) +
Performs multiple mutations atomically on a single row.
+ + + +CompletableFuture<Void> +AsyncTableImpl.mutateRow(RowMutations mutation)  + + 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/32aa5813/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 50a1f46..3f140ba 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 -RegionCoprocessorRpcChannel.rpcCallerFactory  +ConnectionImplementation.rpcCallerFactory  private RpcRetryingCallerFactory -ConnectionImplementation.rpcCallerFactory  +HTable.rpcCallerFactory  private RpcRetryingCallerFactory -HTable.rpcCallerFactory  +RegionCoprocessorRpcChannel.rpcCallerFactory  private RpcRetryingCallerFactory @@ -155,21 +155,21 @@ RpcRetryingCallerFactory -ConnectionImplementation.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)  - - -RpcRetryingCallerFactory ClusterConnection.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
Returns a new RpcRetryingCallerFactory from the given Configuration.
+ +RpcRetryingCallerFactory +ConnectionImplementation.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)  + RpcRetryingCallerFactory -ConnectionImplementation.getRpcRetryingCallerFactory()  +ClusterConnection.getRpcRetryingCallerFactory()  RpcRetryingCallerFactory -ClusterConnection.getRpcRetryingCallerFactory()  +ConnectionImplementation.getRpcRetryingCallerFactory()  static RpcRetryingCallerFactory