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 B0DCF200B25 for ; Wed, 8 Jun 2016 19:08:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AFD2B160A64; Wed, 8 Jun 2016 17:08:22 +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 C5CA9160A61 for ; Wed, 8 Jun 2016 19:08:20 +0200 (CEST) Received: (qmail 26611 invoked by uid 500); 8 Jun 2016 17:08:17 -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 25177 invoked by uid 99); 8 Jun 2016 17:08:16 -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; Wed, 08 Jun 2016 17:08:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AB328E0991; Wed, 8 Jun 2016 17:08:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Wed, 08 Jun 2016 17:08:38 -0000 Message-Id: In-Reply-To: <24c39cd44ece4990805a28da69c8281e@git.apache.org> References: <24c39cd44ece4990805a28da69c8281e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/52] [partial] hbase-site git commit: Published site at d05a3722c8347363eb04a3e5457d13ae5d0d6de6. archived-at: Wed, 08 Jun 2016 17:08:22 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7469d69/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 9122e4f..c5131cd 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/ResultScanner.html @@ -212,14 +212,14 @@ service. ResultScanner -HTable.getScanner(byte[] family) -
The underlying HTable must not be closed.
+Table.getScanner(byte[] family) +
Gets a scanner on the current table for the given family.
ResultScanner -Table.getScanner(byte[] family) -
Gets a scanner on the current table for the given family.
+HTable.getScanner(byte[] family) +
The underlying HTable must not be closed.
@@ -228,16 +228,16 @@ service. ResultScanner -HTable.getScanner(byte[] family, +Table.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.
ResultScanner -Table.getScanner(byte[] family, +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.
@@ -247,15 +247,15 @@ service. ResultScanner -HTable.getScanner(Scan scan) -
The underlying HTable must not be closed.
+Table.getScanner(Scan scan) +
Returns a scanner on the current table as specified by the Scan + object.
ResultScanner -Table.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/c7469d69/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 f6dc7bc..4c957f9 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallable.html @@ -253,29 +253,29 @@ -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.
+ +T +RpcRetryingCallerImpl.callWithRetries(RetryingCallable<T> callable, + int callTimeout)  + void ResultBoundedCompletionService.submit(RetryingCallable<V> task, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7469d69/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html index 95c3cf8..f869f43 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html @@ -216,10 +216,6 @@ -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  - - abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable)
This prepares the context object by populating it with information specific @@ -227,16 +223,15 @@ which this will be used.
- + FastFailInterceptorContext FastFailInterceptorContext.prepare(RetryingCallableBase callable)  - + RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  - + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable, int tries) @@ -244,11 +239,16 @@ in. - + FastFailInterceptorContext FastFailInterceptorContext.prepare(RetryingCallableBase callable, int tries)  + +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7469d69/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 76b398b..d4a8e71 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html @@ -124,11 +124,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/c7469d69/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 e3c2748..24c6e4f 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html @@ -131,24 +131,20 @@ +RetryingCallerInterceptorContext +PreemptiveFastFailInterceptor.createEmptyContext()  + + abstract RetryingCallerInterceptorContext RetryingCallerInterceptor.createEmptyContext()
This returns the context object for the current call.
- -RetryingCallerInterceptorContext -NoOpRetryableCallerInterceptor.createEmptyContext()  - RetryingCallerInterceptorContext -PreemptiveFastFailInterceptor.createEmptyContext()  +NoOpRetryableCallerInterceptor.createEmptyContext()  -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  - - abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable)
This prepares the context object by populating it with information specific @@ -156,12 +152,11 @@ which this will be used.
- + RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  - + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable, int tries) @@ -169,6 +164,11 @@ in. + +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  + @@ -179,49 +179,49 @@ + + + + - + - + - + - + - + - + - + - + - - - - - +
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.
void NoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, Throwable t) 
voidPreemptiveFastFailInterceptor.handleFailure(RetryingCallerInterceptorContext context, - Throwable t) PreemptiveFastFailInterceptor.intercept(RetryingCallerInterceptorContext context) 
abstract void RetryingCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext)
Call this function alongside the actual call done on the callable.
void NoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) 
voidPreemptiveFastFailInterceptor.intercept(RetryingCallerInterceptorContext context) 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) 
voidPreemptiveFastFailInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) NoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7469d69/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 f67850b..e235b30 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/Row.html @@ -177,13 +177,13 @@ -private List<Row> -AsyncProcess.BatchErrors.actions  - - (package private) List<Row> RetriesExhaustedWithDetailsException.actions  + +private List<Row> +AsyncProcess.BatchErrors.actions  + private List<Action<Row>> AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable.initialActions  @@ -251,23 +251,23 @@ int -RowMutations.compareTo(Row i)  +RegionCoprocessorServiceExec.compareTo(Row o)  int -RegionCoprocessorServiceExec.compareTo(Row o)  +Get.compareTo(Row other)  int -Increment.compareTo(Row i)  +Mutation.compareTo(Row d)  int -Mutation.compareTo(Row d)  +Increment.compareTo(Row i)  int -Get.compareTo(Row other)  +RowMutations.compareTo(Row i)  private boolean @@ -373,14 +373,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.
@@ -392,7 +392,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.
@@ -400,7 +400,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/c7469d69/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 24715fe..f37e6fb 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RowMutations.html @@ -119,23 +119,23 @@ service. boolean -HTable.checkAndMutate(byte[] row, +Table.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, byte[] value, - RowMutations rm) + RowMutations mutation)
Atomically checks if a row/family/qualifier value matches the expected value.
boolean -Table.checkAndMutate(byte[] row, +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.
@@ -150,13 +150,13 @@ service. void -HTable.mutateRow(RowMutations rm) +Table.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row.
void -Table.mutateRow(RowMutations rm) +HTable.mutateRow(RowMutations rm)
Performs multiple mutations atomically on a single row.
@@ -180,26 +180,26 @@ service. boolean -HRegion.checkAndRowMutate(byte[] row, +Region.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, - RowMutations rm, - boolean writeToWAL)  + RowMutations mutations, + boolean writeToWAL) +
Atomically checks if a row/family/qualifier value matches the expected values and if it does, + it performs the row mutations.
+ boolean -Region.checkAndRowMutate(byte[] row, +HRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, - RowMutations mutations, - boolean writeToWAL) -
Atomically checks if a row/family/qualifier value matches the expected values and if it does, - it performs the row mutations.
- + RowMutations rm, + boolean writeToWAL)
  private boolean @@ -216,14 +216,14 @@ service. void -HRegion.mutateRow(RowMutations rm)  - - -void Region.mutateRow(RowMutations mutations)
Performs multiple mutations atomically on a single row.
+ +void +HRegion.mutateRow(RowMutations rm)  + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7469d69/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html index 6974578..461616b 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCaller.html @@ -112,17 +112,17 @@ +protected RpcRetryingCaller<Result[]> +ClientScanner.caller  + + private RpcRetryingCaller<Result[]> ScannerCallableWithReplicas.caller  - + (package private) RpcRetryingCaller<Result[]> ScannerCallableWithReplicas.RetryingRPC.caller  - -protected RpcRetryingCaller<Result[]> -ClientScanner.caller  - private RpcRetryingCaller<T> ResultBoundedCompletionService.QueueingFuture.retryingCaller  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c7469d69/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 170f383..b4fc49a 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html @@ -123,16 +123,16 @@ ConnectionImplementation.rpcCallerFactory  -private RpcRetryingCallerFactory -HTable.rpcCallerFactory  +protected RpcRetryingCallerFactory +AsyncProcess.rpcCallerFactory  private RpcRetryingCallerFactory -HBaseAdmin.rpcCallerFactory  +HTable.rpcCallerFactory  -protected RpcRetryingCallerFactory -AsyncProcess.rpcCallerFactory  +private RpcRetryingCallerFactory +HBaseAdmin.rpcCallerFactory  private RpcRetryingCallerFactory