Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A8761957F for ; Wed, 13 Apr 2016 15:15:55 +0000 (UTC) Received: (qmail 5322 invoked by uid 500); 13 Apr 2016 15:15:52 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 5224 invoked by uid 500); 13 Apr 2016 15:15:52 -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 4113 invoked by uid 99); 13 Apr 2016 15:15:52 -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 Apr 2016 15:15:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E30EDE09C7; Wed, 13 Apr 2016 15:15:51 +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, 13 Apr 2016 15:16:08 -0000 Message-Id: <81cfab4f103346bba87feb84e331275e@git.apache.org> In-Reply-To: <48c3a611e8c14afb9aee180056f7bdc3@git.apache.org> References: <48c3a611e8c14afb9aee180056f7bdc3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/51] [partial] hbase-site git commit: Published site at ae7e5e29f9be9999b495b7e30331b351b1888d8f. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureExecutor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureExecutor.html b/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureExecutor.html index dac4bf8..c1cd001 100644 --- a/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureExecutor.html +++ b/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureExecutor.html @@ -114,23 +114,23 @@ void -BaseMasterAndRegionObserver.preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterObserver.preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment> ctx, ProcedureExecutor<MasterProcedureEnv> procEnv, long procId)  void -MasterObserver.preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment> ctx, +BaseMasterAndRegionObserver.preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment> ctx, ProcedureExecutor<MasterProcedureEnv> procEnv, - long procId) -
Called before a abortProcedure request has been processed.
- + long procId)
  void -BaseMasterObserver.preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment> ctx, +MasterObserver.preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment> ctx, ProcedureExecutor<MasterProcedureEnv> procEnv, - long procId)  + long procId) +
Called before a abortProcedure request has been processed.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureYieldException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureYieldException.html b/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureYieldException.html index 8ba6204..d3d4275 100644 --- a/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureYieldException.html +++ b/devapidocs/org/apache/hadoop/hbase/procedure2/class-use/ProcedureYieldException.html @@ -123,25 +123,25 @@ protected Procedure[] -SequentialProcedure.doExecute(TEnvironment env)  - - -protected Procedure[] Procedure.doExecute(TEnvironment env)
Internal method called by the ProcedureExecutor that starts the user-level code execute().
- + protected Procedure[] -StateMachineProcedure.execute(TEnvironment env)  +SequentialProcedure.doExecute(TEnvironment env)  - + protected abstract Procedure[] Procedure.execute(TEnvironment env)
The main code of the procedure.
+ +protected Procedure[] +StateMachineProcedure.execute(TEnvironment env)  + protected abstract StateMachineProcedure.Flow StateMachineProcedure.executeFromState(TEnvironment env, http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html b/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html index c8c3b8f..d670990 100644 --- a/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html +++ b/devapidocs/org/apache/hadoop/hbase/procedure2/store/class-use/ProcedureStore.ProcedureStoreListener.html @@ -131,23 +131,23 @@ void -ProcedureStore.registerListener(ProcedureStore.ProcedureStoreListener listener) -
Add the listener to the notification list.
- +ProcedureStoreBase.registerListener(ProcedureStore.ProcedureStoreListener listener)  void -ProcedureStoreBase.registerListener(ProcedureStore.ProcedureStoreListener listener)  +ProcedureStore.registerListener(ProcedureStore.ProcedureStoreListener listener) +
Add the listener to the notification list.
+ boolean -ProcedureStore.unregisterListener(ProcedureStore.ProcedureStoreListener listener) -
Remove the listener from the notification list.
- +ProcedureStoreBase.unregisterListener(ProcedureStore.ProcedureStoreListener listener)  boolean -ProcedureStoreBase.unregisterListener(ProcedureStore.ProcedureStoreListener listener)  +ProcedureStore.unregisterListener(ProcedureStore.ProcedureStoreListener listener) +
Remove the listener from the notification list.
+ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html b/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html index f348588..6128077 100644 --- a/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html +++ b/devapidocs/org/apache/hadoop/hbase/quotas/QuotaType.html @@ -221,7 +221,7 @@ the order they are declared.
  • values

    -
    public static QuotaType[] values()
    +
    public static QuotaType[] 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: @@ -238,7 +238,7 @@ for (QuotaType c : QuotaType.values())
    long -TimeBasedLimiter.getAvgOperationSize(OperationQuota.OperationType type)  +OperationQuota.getAvgOperationSize(OperationQuota.OperationType type)  long -NoopQuotaLimiter.getAvgOperationSize(OperationQuota.OperationType type)  +OperationQuota.AvgOperationSize.getAvgOperationSize(OperationQuota.OperationType type)  long -DefaultOperationQuota.getAvgOperationSize(OperationQuota.OperationType type)  +TimeBasedLimiter.getAvgOperationSize(OperationQuota.OperationType type)  long -NoopOperationQuota.getAvgOperationSize(OperationQuota.OperationType type)  +NoopQuotaLimiter.getAvgOperationSize(OperationQuota.OperationType type)  long @@ -173,11 +173,11 @@ the order they are declared. long -OperationQuota.getAvgOperationSize(OperationQuota.OperationType type)  +NoopOperationQuota.getAvgOperationSize(OperationQuota.OperationType type)  long -OperationQuota.AvgOperationSize.getAvgOperationSize(OperationQuota.OperationType type)  +DefaultOperationQuota.getAvgOperationSize(OperationQuota.OperationType type)  long http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html index 5b8573d..8cd962a 100644 --- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html +++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaLimiter.html @@ -185,14 +185,14 @@ QuotaLimiter -QuotaCache.getTableLimiter(TableName table) -
    Returns the limiter associated to the specified table.
    +UserQuotaState.getTableLimiter(TableName table) +
    Return the limiter for the specified table associated with this quota.
    QuotaLimiter -UserQuotaState.getTableLimiter(TableName table) -
    Return the limiter for the specified table associated with this quota.
    +QuotaCache.getTableLimiter(TableName table) +
    Returns the limiter associated to the specified table.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html index 8d97cd2..8342728 100644 --- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html +++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaState.html @@ -193,14 +193,14 @@ void -QuotaState.update(QuotaState other) -
    Perform an update of the quota info based on the other quota info object.
    +UserQuotaState.update(QuotaState other) +
    Perform an update of the quota state based on the other quota state object.
    void -UserQuotaState.update(QuotaState other) -
    Perform an update of the quota state based on the other quota state object.
    +QuotaState.update(QuotaState other) +
    Perform an update of the quota info based on the other quota info object.
    http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html index a81e104..69eec90 100644 --- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html +++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/QuotaType.html @@ -112,13 +112,13 @@ QuotaSettingsFactory.QuotaGlobalsSettingsBypass.getQuotaType()  -QuotaType -ThrottleSettings.getQuotaType()  - - abstract QuotaType QuotaSettings.getQuotaType()  + +QuotaType +ThrottleSettings.getQuotaType()  + static QuotaType QuotaType.valueOf(String name) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html index f859dd7..7a70b09 100644 --- a/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html +++ b/devapidocs/org/apache/hadoop/hbase/quotas/class-use/ThrottlingException.html @@ -96,9 +96,11 @@ void -DefaultOperationQuota.checkQuota(int numWrites, +OperationQuota.checkQuota(int numWrites, int numReads, - int numScans)  + int numScans) +
    Checks if it is possible to execute the specified operation.
    + void @@ -108,11 +110,9 @@ void -OperationQuota.checkQuota(int numWrites, +DefaultOperationQuota.checkQuota(int numWrites, int numReads, - int numScans) -
    Checks if it is possible to execute the specified operation.
    - + int numScans)
      void http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html b/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html index 427e212..8a12bd8 100644 --- a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html @@ -172,10 +172,10 @@
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
    • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/regionserver/BloomType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/BloomType.html b/devapidocs/org/apache/hadoop/hbase/regionserver/BloomType.html index 4dadbaa..238e991 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/BloomType.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/BloomType.html @@ -241,7 +241,7 @@ the order they are declared.
      • values

        -
        public static BloomType[] values()
        +
        public static BloomType[] 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: @@ -258,7 +258,7 @@ for (BloomType c : BloomType.values())
        • valueOf

          -
          public static BloomType valueOf(String name)
          +
          public static BloomType 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/31709f2f/devapidocs/org/apache/hadoop/hbase/regionserver/FlushType.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/FlushType.html b/devapidocs/org/apache/hadoop/hbase/regionserver/FlushType.html index 112e913..b089e45 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/FlushType.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/FlushType.html @@ -230,7 +230,7 @@ the order they are declared.
          • values

            -
            public static FlushType[] values()
            +
            public static FlushType[] 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: @@ -247,7 +247,7 @@ for (FlushType c : FlushType.values())
            • valueOf

              -
              public static FlushType valueOf(String name)
              +
              public static FlushType 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/31709f2f/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html index 7aa3369..140f81f 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.BatchOperation.html @@ -103,7 +103,7 @@

              -
              private abstract static class HRegion.BatchOperation<T>
              +
              private abstract static class HRegion.BatchOperation<T>
               extends Object
              Struct-like class that tracks the progress of a batch operation, accumulating status codes and tracking the index at which processing @@ -232,7 +232,7 @@ extends
            • operations

              -
              T[] operations
              +
              T[] operations
            @@ -241,7 +241,7 @@ extends
          • nextIndexToProcess

            -
            int nextIndexToProcess
            +
            int nextIndexToProcess
          @@ -250,7 +250,7 @@ extends
        • retCodeDetails

          -
          OperationStatus[] retCodeDetails
          +
          OperationStatus[] retCodeDetails
        @@ -259,7 +259,7 @@ extends
      • walEditsFromCoprocessors

        -
        WALEdit[] walEditsFromCoprocessors
        +
        WALEdit[] walEditsFromCoprocessors
      @@ -278,7 +278,7 @@ extends
    • HRegion.BatchOperation

      -
      public HRegion.BatchOperation(T[] operations)
      +
      public HRegion.BatchOperation(T[] operations)
  • @@ -295,7 +295,7 @@ extends
  • getMutation

    -
    public abstract Mutation getMutation(int index)
    +
    public abstract Mutation getMutation(int index)
@@ -304,7 +304,7 @@ extends
  • getNonceGroup

    -
    public abstract long getNonceGroup(int index)
    +
    public abstract long getNonceGroup(int index)
  • @@ -313,7 +313,7 @@ extends
  • getNonce

    -
    public abstract long getNonce(int index)
    +
    public abstract long getNonce(int index)
  • @@ -322,7 +322,7 @@ extends
  • getMutationsForCoprocs

    -
    public abstract Mutation[] getMutationsForCoprocs()
    +
    public abstract Mutation[] getMutationsForCoprocs()
    This method is potentially expensive and should only be used for non-replay CP path.
  • @@ -332,7 +332,7 @@ extends
  • isInReplay

    -
    public abstract boolean isInReplay()
    +
    public abstract boolean isInReplay()
  • @@ -341,7 +341,7 @@ extends
  • getReplaySequenceId

    -
    public abstract long getReplaySequenceId()
    +
    public abstract long getReplaySequenceId()
  • @@ -350,7 +350,7 @@ extends
  • isDone

    -
    public boolean isDone()
    +
    public boolean isDone()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31709f2f/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html index b3c3d63..33a566c 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HRegion.MutationBatch.html @@ -104,7 +104,7 @@

    -
    private static class HRegion.MutationBatch
    +
    private static class HRegion.MutationBatch
     extends HRegion.BatchOperation<Mutation>
    @@ -234,7 +234,7 @@ extends
  • nonceGroup

    -
    private long nonceGroup
    +
    private long nonceGroup
  • @@ -243,7 +243,7 @@ extends
  • nonce

    -
    private long nonce
    +
    private long nonce
  • @@ -260,7 +260,7 @@ extends
  • HRegion.MutationBatch

    -
    public HRegion.MutationBatch(Mutation[] operations,
    +
    public HRegion.MutationBatch(Mutation[] operations,
                          long nonceGroup,
                          long nonce)
  • @@ -279,7 +279,7 @@ extends
  • getMutation

    -
    public Mutation getMutation(int index)
    +
    public Mutation getMutation(int index)
    Specified by:
    getMutation in class HRegion.BatchOperation<Mutation>
    @@ -292,7 +292,7 @@ extends
  • getNonceGroup

    -
    public long getNonceGroup(int index)
    +
    public long getNonceGroup(int index)
    Specified by:
    getNonceGroup in class HRegion.BatchOperation<Mutation>
    @@ -305,7 +305,7 @@ extends
  • getNonce

    -
    public long getNonce(int index)
    +
    public long getNonce(int index)
    Specified by:
    getNonce in class HRegion.BatchOperation<Mutation>
    @@ -318,7 +318,7 @@ extends
  • getMutationsForCoprocs

    -
    public Mutation[] getMutationsForCoprocs()
    +
    public Mutation[] getMutationsForCoprocs()
    Description copied from class: HRegion.BatchOperation
    This method is potentially expensive and should only be used for non-replay CP path.
    @@ -333,7 +333,7 @@ extends
  • isInReplay

    -
    public boolean isInReplay()
    +
    public boolean isInReplay()
    Specified by:
    isInReplay in class HRegion.BatchOperation<Mutation>
    @@ -346,7 +346,7 @@ extends
  • getReplaySequenceId

    -
    public long getReplaySequenceId()
    +
    public long getReplaySequenceId()
    Specified by:
    getReplaySequenceId in class HRegion.BatchOperation<Mutation>