From commits-return-78822-apmail-hbase-commits-archive=hbase.apache.org@hbase.apache.org Fri Oct 5 14:52:33 2018 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 F10041BA54 for ; Fri, 5 Oct 2018 14:52:31 +0000 (UTC) Received: (qmail 61212 invoked by uid 500); 5 Oct 2018 14:52:30 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 61096 invoked by uid 500); 5 Oct 2018 14:52:30 -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 60480 invoked by uid 99); 5 Oct 2018 14:52:29 -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; Fri, 05 Oct 2018 14:52:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E7D4BDFB34; Fri, 5 Oct 2018 14:52:28 +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: Fri, 05 Oct 2018 14:52:43 -0000 Message-Id: In-Reply-To: <53723801a9bb4eb1955b66e9961d0ab4@git.apache.org> References: <53723801a9bb4eb1955b66e9961d0ab4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/21] hbase-site git commit: Published site at e42741e0858a59961ae0900b5ef073e16ef6126c. http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ea632ae/testdevapidocs/org/apache/hadoop/hbase/rsgroup/TestRSGroups.CPMasterObserver.html ---------------------------------------------------------------------- diff --git a/testdevapidocs/org/apache/hadoop/hbase/rsgroup/TestRSGroups.CPMasterObserver.html b/testdevapidocs/org/apache/hadoop/hbase/rsgroup/TestRSGroups.CPMasterObserver.html deleted file mode 100644 index a060c13..0000000 --- a/testdevapidocs/org/apache/hadoop/hbase/rsgroup/TestRSGroups.CPMasterObserver.html +++ /dev/null @@ -1,1141 +0,0 @@ - - - - - - -TestRSGroups.CPMasterObserver (Apache HBase 3.0.0-SNAPSHOT Test API) - - - - - - - - - - - -
-
org.apache.hadoop.hbase.rsgroup
-

Class TestRSGroups.CPMasterObserver

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.apache.hadoop.hbase.rsgroup.TestRSGroups.CPMasterObserver
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.apache.hadoop.hbase.Coprocessor, org.apache.hadoop.hbase.coprocessor.MasterCoprocessor, org.apache.hadoop.hbase.coprocessor.MasterObserver
    -
    -
    -
    Enclosing class:
    -
    TestRSGroups
    -
    -
    -
    -
    public static class TestRSGroups.CPMasterObserver
    -extends Object
    -implements org.apache.hadoop.hbase.coprocessor.MasterCoprocessor, org.apache.hadoop.hbase.coprocessor.MasterObserver
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Coprocessor

        -org.apache.hadoop.hbase.Coprocessor.State
      • -
      -
    • -
    - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      CPMasterObserver() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      Optional<org.apache.hadoop.hbase.coprocessor.MasterObserver>getMasterObserver() 
      voidpostAddRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String name) 
      voidpostBalanceRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String groupName, - boolean balancerRan) 
      voidpostGetRSGroupInfo(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String groupName) 
      voidpostGetRSGroupInfoOfServer(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.net.Address server) 
      voidpostGetRSGroupInfoOfTable(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.TableName tableName) 
      voidpostListRSGroups(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx) 
      voidpostMoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.net.Address> servers, - String targetGroup) 
      voidpostMoveServersAndTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.net.Address> servers, - Set<org.apache.hadoop.hbase.TableName> tables, - String targetGroup) 
      voidpostMoveTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.TableName> tables, - String targetGroup) 
      voidpostRemoveRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String name) 
      voidpostRemoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.net.Address> servers) 
      voidpreAddRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String name) 
      voidpreBalanceRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String groupName) 
      voidpreGetRSGroupInfo(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String groupName) 
      voidpreGetRSGroupInfoOfServer(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.net.Address server) 
      voidpreGetRSGroupInfoOfTable(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - org.apache.hadoop.hbase.TableName tableName) 
      voidpreListRSGroups(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx) 
      voidpreMoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.net.Address> servers, - String targetGroup) 
      voidpreMoveServersAndTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.net.Address> servers, - Set<org.apache.hadoop.hbase.TableName> tables, - String targetGroup) 
      voidpreMoveTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.TableName> tables, - String targetGroup) 
      voidpreRemoveRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - String name) 
      voidpreRemoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, - Set<org.apache.hadoop.hbase.net.Address> servers) 
      (package private) voidresetFlags() 
      - -
        -
      • - - -

        Methods inherited from interface org.apache.hadoop.hbase.Coprocessor

        -getServices, start, stop
      • -
      -
        -
      • - - -

        Methods inherited from interface org.apache.hadoop.hbase.coprocessor.MasterObserver

        -postAbortProcedure, postAddReplicationPeer, postAssign, postBalance, postBalanceSwitch, postClearDeadServers, postCloneSnapshot, postCompletedCreateTableAction, postCompletedDeleteTableAction, postCompletedDisableTableAction, postCompletedEnableTableAction, postCompletedMergeRegionsAction, postCompletedModifyTableAction, postCompletedModifyTableAction, postCompletedSplitRegionAction, postCompletedTruncateTableAction, postCreateNamespace, postCreateTable, postDecommissionRegionServers, postDeleteNamespace, postDeleteSnapshot, postDeleteTable, postDisableReplicationPeer, postDisableTable, postEnableReplicationPeer, postEnableTable, postGetClusterMetrics, postGetLocks, postGetNamespaceDescriptor, postGetProcedures, postGetReplicationPeerConfig, postGetTableDescriptors, postGetTableNames, postListDecommissionedRegionServers, postListNamespaceDescriptors, postListReplicationPeers, postListSnapshot, postLockHeartbeat, postMergeRegions, postMergeRegionsCommitAction, postModifyNamespa ce, postModifyNamespace, postModifyTable, postModifyTable, postMove, postRecommissionRegionServer, postRegionOffline, postRemoveReplicationPeer, postRequestLock, postRestoreSnapshot, postRollBackMergeRegionsAction, postRollBackSplitRegionAction, postSetNamespaceQuota, postSetSplitOrMergeEnabled, postSetTableQuota, postSetUserQuota, postSetUserQuota, postSetUserQuota, postSnapshot, postStartMaster, postTableFlush, postTransitReplicationPeerSyncReplicationState, postTruncateTable, postUnassign, postUpdateReplicationPeerConfig, preAbortProcedure, preAddReplicationPeer, preAssign, preBalance, preBalanceSwitch, preClearDeadServers, preCloneSnapshot, preCreateNamespace, preCreateTable, preCreateTableAction, preDecommissionRegionServers, preDeleteNamespace, preDeleteSnapshot, preDeleteTable, preDeleteTableAction, preDisableReplicationPeer, preDisableTable, preDisableTableAction, preEnableReplicationPeer, preEnableTable, preEnableTableAction, preGetClusterMetrics, preGetLocks, preGetNamespa ceDescriptor, preGetProcedures, preGetReplicationPeerConfig, preGetTableDescriptors, preGetTableNames, preListDecommissionedRegionServers, preListNamespaceDescriptors, preListReplicationPeers, preListSnapshot, preLockHeartbeat, preMasterInitialization, preMergeRegions, preMergeRegionsAction, preMergeRegionsCommitAction, preModifyNamespace, preModifyNamespace, preModifyTable, preModifyTable, preModifyTableAction, preModifyTableAction, preMove, preRecommissionRegionServer, preRegionOffline, preRemoveReplicationPeer, preRequestLock, preRestoreSnapshot, preSetNamespaceQuota, preSetSplitOrMergeEnabled, preSetTableQuota, preSetUserQuota, preSetUserQuota, preSetUserQuota, preShutdown, preSnapshot, preSplitRegion, preSplitRegionAction, preSplitRegionAfterMETAAction, preSplitRegionBeforeMETAAction, preStopMaster, preTableFlush, preTransitReplicationPeerSyncReplicationState, preTruncateTable, preTruncateTableAction, preUnassign, preUpdateReplicationPeerConfig
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - - - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getMasterObserver

        -
        public Optional<org.apache.hadoop.hbase.coprocessor.MasterObserver> getMasterObserver()
        -
        -
        Specified by:
        -
        getMasterObserver in interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
        -
        -
      • -
      - - - -
        -
      • -

        preMoveServersAndTables

        -
        public void preMoveServersAndTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                                    Set<org.apache.hadoop.hbase.net.Address> servers,
        -                                    Set<org.apache.hadoop.hbase.TableName> tables,
        -                                    String targetGroup)
        -                             throws IOException
        -
        -
        Specified by:
        -
        preMoveServersAndTables in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postMoveServersAndTables

        -
        public void postMoveServersAndTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                                     Set<org.apache.hadoop.hbase.net.Address> servers,
        -                                     Set<org.apache.hadoop.hbase.TableName> tables,
        -                                     String targetGroup)
        -                              throws IOException
        -
        -
        Specified by:
        -
        postMoveServersAndTables in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preRemoveServers

        -
        public void preRemoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                             Set<org.apache.hadoop.hbase.net.Address> servers)
        -                      throws IOException
        -
        -
        Specified by:
        -
        preRemoveServers in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postRemoveServers

        -
        public void postRemoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                              Set<org.apache.hadoop.hbase.net.Address> servers)
        -                       throws IOException
        -
        -
        Specified by:
        -
        postRemoveServers in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preRemoveRSGroup

        -
        public void preRemoveRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                             String name)
        -                      throws IOException
        -
        -
        Specified by:
        -
        preRemoveRSGroup in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postRemoveRSGroup

        -
        public void postRemoveRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                              String name)
        -                       throws IOException
        -
        -
        Specified by:
        -
        postRemoveRSGroup in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preAddRSGroup

        -
        public void preAddRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                          String name)
        -                   throws IOException
        -
        -
        Specified by:
        -
        preAddRSGroup in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postAddRSGroup

        -
        public void postAddRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                           String name)
        -                    throws IOException
        -
        -
        Specified by:
        -
        postAddRSGroup in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preMoveTables

        -
        public void preMoveTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                          Set<org.apache.hadoop.hbase.TableName> tables,
        -                          String targetGroup)
        -                   throws IOException
        -
        -
        Specified by:
        -
        preMoveTables in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postMoveTables

        -
        public void postMoveTables(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                           Set<org.apache.hadoop.hbase.TableName> tables,
        -                           String targetGroup)
        -                    throws IOException
        -
        -
        Specified by:
        -
        postMoveTables in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preMoveServers

        -
        public void preMoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                           Set<org.apache.hadoop.hbase.net.Address> servers,
        -                           String targetGroup)
        -                    throws IOException
        -
        -
        Specified by:
        -
        preMoveServers in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postMoveServers

        -
        public void postMoveServers(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                            Set<org.apache.hadoop.hbase.net.Address> servers,
        -                            String targetGroup)
        -                     throws IOException
        -
        -
        Specified by:
        -
        postMoveServers in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preBalanceRSGroup

        -
        public void preBalanceRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                              String groupName)
        -                       throws IOException
        -
        -
        Specified by:
        -
        preBalanceRSGroup in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postBalanceRSGroup

        -
        public void postBalanceRSGroup(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                               String groupName,
        -                               boolean balancerRan)
        -                        throws IOException
        -
        -
        Specified by:
        -
        postBalanceRSGroup in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preGetRSGroupInfo

        -
        public void preGetRSGroupInfo(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                              String groupName)
        -                       throws IOException
        -
        -
        Specified by:
        -
        preGetRSGroupInfo in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postGetRSGroupInfo

        -
        public void postGetRSGroupInfo(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                               String groupName)
        -                        throws IOException
        -
        -
        Specified by:
        -
        postGetRSGroupInfo in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preGetRSGroupInfoOfTable

        -
        public void preGetRSGroupInfoOfTable(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                                     org.apache.hadoop.hbase.TableName tableName)
        -                              throws IOException
        -
        -
        Specified by:
        -
        preGetRSGroupInfoOfTable in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postGetRSGroupInfoOfTable

        -
        public void postGetRSGroupInfoOfTable(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                                      org.apache.hadoop.hbase.TableName tableName)
        -                               throws IOException
        -
        -
        Specified by:
        -
        postGetRSGroupInfoOfTable in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preListRSGroups

        -
        public void preListRSGroups(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx)
        -                     throws IOException
        -
        -
        Specified by:
        -
        preListRSGroups in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postListRSGroups

        -
        public void postListRSGroups(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx)
        -                      throws IOException
        -
        -
        Specified by:
        -
        postListRSGroups in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        preGetRSGroupInfoOfServer

        -
        public void preGetRSGroupInfoOfServer(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                                      org.apache.hadoop.hbase.net.Address server)
        -                               throws IOException
        -
        -
        Specified by:
        -
        preGetRSGroupInfoOfServer in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      - - - -
        -
      • -

        postGetRSGroupInfoOfServer

        -
        public void postGetRSGroupInfoOfServer(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx,
        -                                       org.apache.hadoop.hbase.net.Address server)
        -                                throws IOException
        -
        -
        Specified by:
        -
        postGetRSGroupInfoOfServer in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
        -
        Throws:
        -
        IOException
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - -

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.

- -