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 5552B200B85 for ; Wed, 31 Aug 2016 20:42:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 53AC2160ABA; Wed, 31 Aug 2016 18:42:05 +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 C01F7160AA7 for ; Wed, 31 Aug 2016 20:42:03 +0200 (CEST) Received: (qmail 17023 invoked by uid 500); 31 Aug 2016 18:42:01 -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 16355 invoked by uid 99); 31 Aug 2016 18:42:00 -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, 31 Aug 2016 18:42:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D20ABE17A9; Wed, 31 Aug 2016 18:42:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Wed, 31 Aug 2016 18:42:16 -0000 Message-Id: <2618e39b79a1464e9ca0a850e8d1bd03@git.apache.org> In-Reply-To: <0f0a588324ca48d2b67de367750bc286@git.apache.org> References: <0f0a588324ca48d2b67de367750bc286@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/52] [partial] hbase-site git commit: Published site at 45af3831fead400115d32552615ea1f11629b03d. archived-at: Wed, 31 Aug 2016 18:42:05 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8569bd2f/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFuture.html b/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFuture.html index d3ba9b9..5505d77 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFuture.html @@ -95,7 +95,7 @@

-
public static interface AsyncProcess.AsyncRequestFuture
+
public static interface AsyncProcess.AsyncRequestFuture
The context used to wait for results from one submit call. 1) If AsyncProcess is set to track errors globally, and not per call (for HTable puts), then errors and failed operations in this object will reflect global errors. @@ -161,7 +161,7 @@ @@ -170,7 +170,7 @@ @@ -179,7 +179,7 @@ @@ -188,7 +188,7 @@ @@ -241,7 +241,7 @@ implements
  • AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable

    -
    public AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable(List<Action<Row>> initialActions,
    +
    public AsyncProcess.AsyncRequestFutureImpl.ReplicaCallIssuingRunnable(List<Action<Row>> initialActions,
                                                                   long startTime)
  • @@ -259,7 +259,7 @@ implements
  • run

    -
    public void run()
    +
    public void run()
    Specified by:
    run in interface Runnable
    @@ -272,7 +272,7 @@ implements
  • addReplicaActions

    -
    private void addReplicaActions(int index,
    +
    private void addReplicaActions(int index,
                          Map<ServerName,MultiAction<Row>> actionsByServer,
                          List<Action<Row>> unknownReplicaActions)
    Add replica actions to action map by server.
    @@ -285,7 +285,7 @@ implements
  • addReplicaActionsAgain

    -
    private void addReplicaActionsAgain(Action<Row> action,
    +
    private void addReplicaActionsAgain(Action<Row> action,
                               Map<ServerName,MultiAction<Row>> actionsByServer)
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8569bd2f/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.html b/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.html index 0b2d020..d2cba90 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.html @@ -103,7 +103,7 @@


  • -
    private final class AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable
    +
    private final class AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable
     extends Object
     implements Runnable
    Runnable (that can be submitted to thread pool) that submits MultiAction to a @@ -131,14 +131,18 @@ implements callsInProgress  +private Long +heapSize  + + private MultiAction<Row> multiAction  - + private int numAttempt  - + private ServerName server  @@ -180,6 +184,10 @@ implements Method and Description +(package private) long +heapSize()  + + void run()  @@ -211,7 +219,7 @@ implements
  • multiAction

    -
    private final MultiAction<Row> multiAction
    +
    private final MultiAction<Row> multiAction
  • @@ -220,7 +228,7 @@ implements
  • numAttempt

    -
    private final int numAttempt
    +
    private final int numAttempt
  • @@ -229,16 +237,25 @@ implements
  • server

    -
    private final ServerName server
    +
    private final ServerName server
  • -