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 C4CDA200CF3 for ; Wed, 13 Sep 2017 17:14:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C39F51609CB; Wed, 13 Sep 2017 15:14:17 +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 7FDFE1609CC for ; Wed, 13 Sep 2017 17:14:15 +0200 (CEST) Received: (qmail 73714 invoked by uid 500); 13 Sep 2017 15:14:14 -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 72802 invoked by uid 99); 13 Sep 2017 15:14:12 -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, 13 Sep 2017 15:14:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5D2CBF5803; Wed, 13 Sep 2017 15:14:12 +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: Wed, 13 Sep 2017 15:14:17 -0000 Message-Id: <13574ec94acd4a52a31d899e19b96a10@git.apache.org> In-Reply-To: <613c2ce319414c039efd409f29e9aadc@git.apache.org> References: <613c2ce319414c039efd409f29e9aadc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/51] [partial] hbase-site git commit: Published site at . archived-at: Wed, 13 Sep 2017 15:14:17 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ModifyTableFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ModifyTableFuture.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ModifyTableFuture.html index 4daa0a6..746dfd1 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ModifyTableFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ModifyTableFuture.html @@ -131,7 +131,7 @@ var activeTableTab = "activeTableTab";

-
private static class HBaseAdmin.ModifyTableFuture
+
private static class HBaseAdmin.ModifyTableFuture
 extends HBaseAdmin.TableFuture<Void>
@@ -250,7 +250,7 @@ extends
  • ModifyTableFuture

    -
    public ModifyTableFuture(HBaseAdmin admin,
    +
    public ModifyTableFuture(HBaseAdmin admin,
                              TableName tableName,
                              org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.ModifyTableResponse response)
  • @@ -261,7 +261,7 @@ extends
  • ModifyTableFuture

    -
    public ModifyTableFuture(HBaseAdmin admin,
    +
    public ModifyTableFuture(HBaseAdmin admin,
                              TableName tableName,
                              Long procId)
  • @@ -280,7 +280,7 @@ extends
  • getOperationType

    -
    public String getOperationType()
    +
    public String getOperationType()
    Specified by:
    getOperationType in class HBaseAdmin.TableFuture<Void>
    @@ -295,7 +295,7 @@ extends
  • postOperationResult

    -
    protected Void postOperationResult(Void result,
    +
    protected Void postOperationResult(Void result,
                                        long deadlineTs)
                                 throws IOException,
                                        TimeoutException
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html index fd50fea..707d833 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.NamespaceFuture.html @@ -122,9 +122,9 @@ var activeTableTab = "activeTableTab";


  • -
    @InterfaceAudience.Private
    - @InterfaceStability.Evolving
    -protected abstract static class HBaseAdmin.NamespaceFuture
    +
    @InterfaceAudience.Private
    + @InterfaceStability.Evolving
    +protected abstract static class HBaseAdmin.NamespaceFuture
     extends HBaseAdmin.ProcedureFuture<Void>
  • @@ -244,7 +244,7 @@ extends
  • namespaceName

    -
    private final String namespaceName
    +
    private final String namespaceName
  • @@ -261,7 +261,7 @@ extends
  • NamespaceFuture

    -
    public NamespaceFuture(HBaseAdmin admin,
    +
    public NamespaceFuture(HBaseAdmin admin,
                            String namespaceName,
                            Long procId)
  • @@ -280,7 +280,7 @@ extends
  • getNamespaceName

    -
    protected String getNamespaceName()
    +
    protected String getNamespaceName()
    Returns:
    the namespace name
    @@ -293,7 +293,7 @@ extends
  • getOperationType

    -
    public abstract String getOperationType()
    +
    public abstract String getOperationType()
    Returns:
    the operation type like CREATE_NAMESPACE, DELETE_NAMESPACE, etc.
    @@ -306,7 +306,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html index e951175..02044ca 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ProcedureFuture.WaitForStateCallable.html @@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";


    -
    protected static interface HBaseAdmin.ProcedureFuture.WaitForStateCallable
    +
    protected static interface HBaseAdmin.ProcedureFuture.WaitForStateCallable
  • @@ -161,7 +161,7 @@ var activeTableTab = "activeTableTab"; @@ -355,7 +355,7 @@ implements
  • cancelled

    -
    private boolean cancelled
    +
    private boolean cancelled
  • @@ -364,7 +364,7 @@ implements
  • result

    -
    private V result
    +
    private V result
  • @@ -373,7 +373,7 @@ implements
  • admin

    -
    private final HBaseAdmin admin
    +
    private final HBaseAdmin admin
  • @@ -382,7 +382,7 @@ implements
  • procId

    -
    private final Long procId
    +
    private final Long procId
  • @@ -399,7 +399,7 @@ implements
  • ProcedureFuture

    -
    public ProcedureFuture(HBaseAdmin admin,
    +
    public ProcedureFuture(HBaseAdmin admin,
                            Long procId)
  • @@ -417,7 +417,7 @@ implements
  • cancel

    -
    public boolean cancel(boolean mayInterruptIfRunning)
    +
    public boolean cancel(boolean mayInterruptIfRunning)
    Specified by:
    cancel in interface Future<V>
    @@ -430,7 +430,7 @@ implements
  • isCancelled

    -
    public boolean isCancelled()
    +
    public boolean isCancelled()
    Specified by:
    isCancelled in interface Future<V>
    @@ -443,7 +443,7 @@ implements
  • abortProcedureResult

    -
    protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureResponse abortProcedureResult(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureRequest request)
    +
    protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureResponse abortProcedureResult(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.AbortProcedureRequest request)
                                                                                                                   throws IOException
    Throws:
    @@ -457,7 +457,7 @@ implements
  • get

    -
    public V get()
    +
    public V get()
           throws InterruptedException,
                  ExecutionException
    @@ -475,7 +475,7 @@ implements
  • get

    -
    public V get(long timeout,
    +
    public V get(long timeout,
                  TimeUnit unit)
           throws InterruptedException,
                  ExecutionException,
    @@ -496,7 +496,7 @@ implements 
     
  • isDone

    -
    public boolean isDone()
    +
    public boolean isDone()
    Specified by:
    isDone in interface Future<V>
    @@ -509,7 +509,7 @@ implements
  • getAdmin

    -
    protected HBaseAdmin getAdmin()
    +
    protected HBaseAdmin getAdmin()
  • @@ -518,7 +518,7 @@ implements
  • waitProcedureResult

    -
    private V waitProcedureResult(long procId,
    +
    private V waitProcedureResult(long procId,
                                   long deadlineTs)
                            throws IOException,
                                   TimeoutException,
    @@ -537,7 +537,7 @@ implements 
     
  • unwrapException

    -
    private static IOException unwrapException(IOException e)
    +
    private static IOException unwrapException(IOException e)
  • @@ -546,7 +546,7 @@ implements
  • getProcedureResult

    -
    protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetProcedureResultResponse getProcedureResult(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetProcedureResultRequest request)
    +
    protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetProcedureResultResponse getProcedureResult(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetProcedureResultRequest request)
                                                                                                                     throws IOException
    Throws:
    @@ -560,7 +560,7 @@ implements
  • convertResult

    -
    protected V convertResult(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetProcedureResultResponse response)
    +
    protected V convertResult(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetProcedureResultResponse response)
                        throws IOException
    Convert the procedure result response to a specified type.
    @@ -579,7 +579,7 @@ implements
  • waitOperationResult

    -
    protected V waitOperationResult(long deadlineTs)
    +
    protected V waitOperationResult(long deadlineTs)
                              throws IOException,
                                     TimeoutException
    Fallback implementation in case the procedure is not supported by the server. @@ -603,7 +603,7 @@ implements
  • postOperationResult

    -
    protected V postOperationResult(V result,
    +
    protected V postOperationResult(V result,
                                     long deadlineTs)
                              throws IOException,
                                     TimeoutException
    @@ -628,7 +628,7 @@ implements
  • postOperationFailure

    -
    protected V postOperationFailure(IOException exception,
    +
    protected V postOperationFailure(IOException exception,
                                      long deadlineTs)
                               throws IOException,
                                      TimeoutException
    @@ -654,7 +654,7 @@ implements
  • waitForState

    -
    protected void waitForState(long deadlineTs,
    +
    protected void waitForState(long deadlineTs,
                                 HBaseAdmin.ProcedureFuture.WaitForStateCallable callable)
                          throws IOException,
                                 TimeoutException
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ReplicationState.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ReplicationState.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ReplicationState.html index 911c694..9e0efd0 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ReplicationState.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ReplicationState.html @@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";


  • -
    private static enum HBaseAdmin.ReplicationState
    +
    private static enum HBaseAdmin.ReplicationState
     extends Enum<HBaseAdmin.ReplicationState>
    This enum indicates the current state of the replication for a given table.
  • @@ -214,7 +214,7 @@ the order they are declared. @@ -223,7 +223,7 @@ the order they are declared. @@ -232,7 +232,7 @@ the order they are declared.
  • @@ -249,7 +249,7 @@ the order they are declared.
    • values

      -
      public static HBaseAdmin.ReplicationState[] values()
      +
      public static HBaseAdmin.ReplicationState[] values()
      Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: @@ -269,7 +269,7 @@ for (HBaseAdmin.ReplicationState c : HBaseAdmin.ReplicationState.values())
      • valueOf

        -
        public static HBaseAdmin.ReplicationState valueOf(String name)
        +
        public static HBaseAdmin.ReplicationState valueOf(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html index 05ad6ea..32ae123 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.RestoreSnapshotFuture.html @@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";


  • -
    private static class HBaseAdmin.RestoreSnapshotFuture
    +
    private static class HBaseAdmin.RestoreSnapshotFuture
     extends HBaseAdmin.TableFuture<Void>
  • @@ -240,7 +240,7 @@ extends
  • RestoreSnapshotFuture

    -
    public RestoreSnapshotFuture(HBaseAdmin admin,
    +
    public RestoreSnapshotFuture(HBaseAdmin admin,
                                  org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot,
                                  TableName tableName,
                                  org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.RestoreSnapshotResponse response)
    @@ -252,7 +252,7 @@ extends
  • RestoreSnapshotFuture

    -
    public RestoreSnapshotFuture(HBaseAdmin admin,
    +
    public RestoreSnapshotFuture(HBaseAdmin admin,
                                  TableName tableName,
                                  Long procId)
  • @@ -271,7 +271,7 @@ extends
  • getOperationType

    -
    public String getOperationType()
    +
    public String getOperationType()
    Specified by:
    getOperationType in class HBaseAdmin.TableFuture<Void>
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html index 0b7e54c..749bb8c 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.SplitTableRegionFuture.html @@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";


    -
    private static class HBaseAdmin.SplitTableRegionFuture
    +
    private static class HBaseAdmin.SplitTableRegionFuture
     extends HBaseAdmin.TableFuture<Void>
  • @@ -239,7 +239,7 @@ extends
  • SplitTableRegionFuture

    -
    public SplitTableRegionFuture(HBaseAdmin admin,
    +
    public SplitTableRegionFuture(HBaseAdmin admin,
                                   TableName tableName,
                                   org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SplitTableRegionResponse response)
  • @@ -250,7 +250,7 @@ extends
  • SplitTableRegionFuture

    -
    public SplitTableRegionFuture(HBaseAdmin admin,
    +
    public SplitTableRegionFuture(HBaseAdmin admin,
                                   TableName tableName,
                                   Long procId)
  • @@ -269,7 +269,7 @@ extends
  • getOperationType

    -
    public String getOperationType()
    +
    public String getOperationType()
    Specified by:
    getOperationType in class HBaseAdmin.TableFuture<Void>
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html index 1bf7e8a..68c0877 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.TableWaitForStateCallable.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";


    -
    protected abstract class HBaseAdmin.TableFuture.TableWaitForStateCallable
    +
    protected abstract class HBaseAdmin.TableFuture.TableWaitForStateCallable
     extends Object
     implements HBaseAdmin.ProcedureFuture.WaitForStateCallable
  • @@ -200,7 +200,7 @@ implements
  • TableWaitForStateCallable

    -
    protected TableWaitForStateCallable()
    +
    protected TableWaitForStateCallable()
  • @@ -217,7 +217,7 @@ implements
  • throwInterruptedException

    -
    public void throwInterruptedException()
    +
    public void throwInterruptedException()
                                    throws InterruptedIOException
    Specified by:
    @@ -233,7 +233,7 @@ implements
  • throwTimeoutException

    -
    public void throwTimeoutException(long elapsedTime)
    +
    public void throwTimeoutException(long elapsedTime)
                                throws TimeoutException
    Specified by:
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.html index dc861c0..a53561b 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TableFuture.html @@ -126,9 +126,9 @@ var activeTableTab = "activeTableTab";


    -
    @InterfaceAudience.Private
    - @InterfaceStability.Evolving
    -protected abstract static class HBaseAdmin.TableFuture<V>
    +
    @InterfaceAudience.Private
    + @InterfaceStability.Evolving
    +protected abstract static class HBaseAdmin.TableFuture<V>
     extends HBaseAdmin.ProcedureFuture<V>
  • @@ -302,7 +302,7 @@ extends
  • tableName

    -
    private final TableName tableName
    +
    private final TableName tableName
  • @@ -319,7 +319,7 @@ extends
  • TableFuture

    -
    public TableFuture(HBaseAdmin admin,
    +
    public TableFuture(HBaseAdmin admin,
                        TableName tableName,
                        Long procId)
  • @@ -338,7 +338,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    @@ -351,7 +351,7 @@ extends
  • getTableName

    -
    protected TableName getTableName()
    +
    protected TableName getTableName()
    Returns:
    the table name
    @@ -364,7 +364,7 @@ extends
  • getTableDescriptor

    -
    protected TableDescriptor getTableDescriptor()
    +
    protected TableDescriptor getTableDescriptor()
                                           throws IOException
    Returns:
    @@ -380,7 +380,7 @@ extends
  • getOperationType

    -
    public abstract String getOperationType()
    +
    public abstract String getOperationType()
    Returns:
    the operation type like CREATE, DELETE, DISABLE etc.
    @@ -393,7 +393,7 @@ extends
  • getDescription

    -
    protected String getDescription()
    +
    protected String getDescription()
    Returns:
    a description of the operation
    @@ -408,7 +408,7 @@ extends
  • postOperationResult

    -
    protected V postOperationResult(V result,
    +
    protected V postOperationResult(V result,
                                     long deadlineTs)
                              throws IOException,
                                     TimeoutException
    @@ -436,7 +436,7 @@ extends
  • postOperationFailure

    -
    protected V postOperationFailure(IOException exception,
    +
    protected V postOperationFailure(IOException exception,
                                      long deadlineTs)
                               throws IOException,
                                      TimeoutException
    @@ -465,7 +465,7 @@ extends
  • waitForTableEnabled

    -
    protected void waitForTableEnabled(long deadlineTs)
    +
    protected void waitForTableEnabled(long deadlineTs)
                                 throws IOException,
                                        TimeoutException
    @@ -481,7 +481,7 @@ extends
  • waitForTableDisabled

    -
    protected void waitForTableDisabled(long deadlineTs)
    +
    protected void waitForTableDisabled(long deadlineTs)
                                  throws IOException,
                                         TimeoutException
    @@ -497,7 +497,7 @@ extends
  • waitTableNotFound

    -
    protected void waitTableNotFound(long deadlineTs)
    +
    protected void waitTableNotFound(long deadlineTs)
                               throws IOException,
                                      TimeoutException
    @@ -513,7 +513,7 @@ extends
  • waitForSchemaUpdate

    -
    protected void waitForSchemaUpdate(long deadlineTs)
    +
    protected void waitForSchemaUpdate(long deadlineTs)
                                 throws IOException,
                                        TimeoutException
    @@ -529,7 +529,7 @@ extends
  • waitForAllRegionsOnline

    -
    protected void waitForAllRegionsOnline(long deadlineTs,
    +
    protected void waitForAllRegionsOnline(long deadlineTs,
                                            byte[][] splitKeys)
                                     throws IOException,
                                            TimeoutException
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ThrowableAbortable.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ThrowableAbortable.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ThrowableAbortable.html index 74f6c0d..e087e1d 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ThrowableAbortable.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ThrowableAbortable.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";


  • -
    private static class HBaseAdmin.ThrowableAbortable
    +
    private static class HBaseAdmin.ThrowableAbortable
     extends Object
     implements Abortable
    Simple Abortable, throwing RuntimeException on abort.
    @@ -199,7 +199,7 @@ implements
  • ThrowableAbortable

    -
    private ThrowableAbortable()
    +
    private ThrowableAbortable()
  • @@ -216,7 +216,7 @@ implements
  • abort

    -
    public void abort(String why,
    +
    public void abort(String why,
                       Throwable e)
    Description copied from interface: Abortable
    Abort the server or client.
    @@ -235,7 +235,7 @@ implements
  • isAborted

    -
    public boolean isAborted()
    +
    public boolean isAborted()
    Description copied from interface: Abortable
    Check if the server or client was aborted.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07338a0d/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TruncateTableFuture.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TruncateTableFuture.html b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TruncateTableFuture.html index b74497c..ed982af 100644 --- a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TruncateTableFuture.html +++ b/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.TruncateTableFuture.html @@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";


    -
    private static class HBaseAdmin.TruncateTableFuture
    +
    private static class HBaseAdmin.TruncateTableFuture
     extends HBaseAdmin.TableFuture<Void>
  • @@ -260,7 +260,7 @@ extends
  • preserveSplits

    -
    private final boolean preserveSplits
    +
    private final boolean preserveSplits
  • @@ -277,7 +277,7 @@ extends
  • TruncateTableFuture

    -
    public TruncateTableFuture(HBaseAdmin admin,
    +
    public TruncateTableFuture(HBaseAdmin admin,
                                TableName tableName,
                                boolean preserveSplits,
                                org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.TruncateTableResponse response)
    @@ -297,7 +297,7 @@ extends
  • getOperationType

    -
    public String getOperationType()
    +
    public String getOperationType()
    Specified by:
    getOperationType in class HBaseAdmin.TableFuture<Void>
    @@ -312,7 +312,7 @@ extends
  • waitOperationResult

    -
    protected Void waitOperationResult(long deadlineTs)
    +
    protected Void waitOperationResult(long deadlineTs)
                                 throws IOException,
                                        TimeoutException
    Description copied from class: HBaseAdmin.ProcedureFuture