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 708B6200B64 for ; Mon, 18 Jul 2016 13:22:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F222160A8E; Mon, 18 Jul 2016 11:22:55 +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 A21BB160A6D for ; Mon, 18 Jul 2016 13:22:53 +0200 (CEST) Received: (qmail 44377 invoked by uid 500); 18 Jul 2016 11:22:51 -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 43584 invoked by uid 99); 18 Jul 2016 11:22:50 -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; Mon, 18 Jul 2016 11:22:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6CE39DFBAB; Mon, 18 Jul 2016 11:22:50 +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: Mon, 18 Jul 2016 11:23:01 -0000 Message-Id: <3b3c4854e6aa4725ae0d090c4da80dff@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/52] [partial] hbase-site git commit: Published site at 9bc7ecfb9dec6bfe14a12b6d3bfd11392d7752b8. archived-at: Mon, 18 Jul 2016 11:22:55 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/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 df96b10..9014753 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallableBase.html @@ -216,6 +216,14 @@ +FastFailInterceptorContext +FastFailInterceptorContext.prepare(RetryingCallableBase callable)  + + +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  + + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable)
This prepares the context object by populating it with information specific @@ -224,12 +232,14 @@ -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  +FastFailInterceptorContext +FastFailInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  -FastFailInterceptorContext -FastFailInterceptorContext.prepare(RetryingCallableBase callable)  +RetryingCallerInterceptorContext +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  abstract RetryingCallerInterceptorContext @@ -239,16 +249,6 @@ in.
- -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  - - -FastFailInterceptorContext -FastFailInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/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 22e92a1..08f822e 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptor.html @@ -120,11 +120,11 @@ private RetryingCallerInterceptor -RpcRetryingCallerImpl.interceptor  +RpcRetryingCallerFactory.interceptor  private RetryingCallerInterceptor -RpcRetryingCallerFactory.interceptor  +RpcRetryingCallerImpl.interceptor  private RetryingCallerInterceptor http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/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 7a9d607..2383d9a 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RetryingCallerInterceptorContext.html @@ -131,6 +131,14 @@ +RetryingCallerInterceptorContext +NoOpRetryableCallerInterceptor.createEmptyContext()  + + +RetryingCallerInterceptorContext +PreemptiveFastFailInterceptor.createEmptyContext()  + + abstract RetryingCallerInterceptorContext RetryingCallerInterceptor.createEmptyContext()
This returns the context object for the current call.
@@ -138,13 +146,9 @@ RetryingCallerInterceptorContext -PreemptiveFastFailInterceptor.createEmptyContext()  +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  -RetryingCallerInterceptorContext -NoOpRetryableCallerInterceptor.createEmptyContext()  - - abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable)
This prepares the context object by populating it with information specific @@ -152,11 +156,12 @@ which this will be used.
- + RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable)  +NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, + int tries)  - + abstract RetryingCallerInterceptorContext RetryingCallerInterceptorContext.prepare(RetryingCallableBase callable, int tries) @@ -164,11 +169,6 @@ in. - -RetryingCallerInterceptorContext -NoOpRetryingInterceptorContext.prepare(RetryingCallableBase callable, - int tries)  - @@ -179,6 +179,16 @@ + + + + + + + + - + - + @@ -203,11 +211,11 @@ - + - + @@ -215,14 +223,6 @@
Call this function to update at the end of the retry.
- - - - - - - -
voidNoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, + Throwable t) 
voidPreemptiveFastFailInterceptor.handleFailure(RetryingCallerInterceptorContext context, + Throwable t) 
abstract void RetryingCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, Throwable t) @@ -187,13 +197,11 @@
voidPreemptiveFastFailInterceptor.handleFailure(RetryingCallerInterceptorContext context, - Throwable t) NoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) 
voidNoOpRetryableCallerInterceptor.handleFailure(RetryingCallerInterceptorContext context, - Throwable t) PreemptiveFastFailInterceptor.intercept(RetryingCallerInterceptorContext context) 
abstract void
voidPreemptiveFastFailInterceptor.intercept(RetryingCallerInterceptorContext context) NoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
voidNoOpRetryableCallerInterceptor.intercept(RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext) PreemptiveFastFailInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
abstract void
voidPreemptiveFastFailInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
voidNoOpRetryableCallerInterceptor.updateFailureInfo(RetryingCallerInterceptorContext context) 
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/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 9dd8373..a8ce00f 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 @@ -(package private) List<Row> -RetriesExhaustedWithDetailsException.actions  - - private List<Row> AsyncProcess.BatchErrors.actions  + +(package private) List<Row> +RetriesExhaustedWithDetailsException.actions  + private List<Action<Row>> AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable.initialActions  @@ -251,23 +251,23 @@ int -RowMutations.compareTo(Row i)  +Increment.compareTo(Row i)  int -RegionCoprocessorServiceExec.compareTo(Row o)  +Get.compareTo(Row other)  int -Mutation.compareTo(Row d)  +RegionCoprocessorServiceExec.compareTo(Row o)  int -Get.compareTo(Row other)  +RowMutations.compareTo(Row i)  int -Increment.compareTo(Row i)  +Mutation.compareTo(Row d)  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/5f066b2e/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 91c48e1..fe657ca 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 -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)
  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.
+ private boolean @@ -216,13 +216,13 @@ service. void -Region.mutateRow(RowMutations mutations) -
Performs multiple mutations atomically on a single row.
- +HRegion.mutateRow(RowMutations rm)  void -HRegion.mutateRow(RowMutations rm)  +Region.mutateRow(RowMutations mutations) +
Performs multiple mutations atomically on a single row.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/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 461616b..6974578 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/5f066b2e/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 c1f6f6d..d2c9303 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html +++ b/devapidocs/org/apache/hadoop/hbase/client/class-use/RpcRetryingCallerFactory.html @@ -124,15 +124,15 @@ private RpcRetryingCallerFactory -HTable.rpcCallerFactory  +HBaseAdmin.rpcCallerFactory  private RpcRetryingCallerFactory -ConnectionImplementation.rpcCallerFactory  +HTable.rpcCallerFactory  private RpcRetryingCallerFactory -HBaseAdmin.rpcCallerFactory  +ConnectionImplementation.rpcCallerFactory  private RpcRetryingCallerFactory @@ -149,21 +149,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