Uses of Interface
org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager
-
Uses of RSGroupInfoManager in org.apache.hadoop.hbase.rsgroup
Modifier and TypeClassDescription(package private) final class
This is an implementation ofRSGroupInfoManager
which makes use of an HBase table as the persistence store for the group information.Modifier and TypeFieldDescriptionprivate RSGroupInfoManager
RSGroupAdminEndpoint.groupInfoManager
private final RSGroupInfoManager
RSGroupAdminServer.rsGroupInfoManager
private RSGroupInfoManager
RSGroupBasedLoadBalancer.rsGroupInfoManager
Modifier and TypeMethodDescription(package private) RSGroupInfoManager
RSGroupAdminEndpoint.getGroupInfoManager()
(package private) static RSGroupInfoManager
RSGroupInfoManagerImpl.getInstance
(MasterServices master) Modifier and TypeMethodDescriptionvoid
RSGroupBasedLoadBalancer.setRsGroupInfoManager
(RSGroupInfoManager rsGroupInfoManager) ModifierConstructorDescriptionRSGroupAdminServer
(MasterServices master, RSGroupInfoManager rsGroupInfoManager)