Uses of Interface
org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager
Packages that use RSGroupInfoManager
-
Uses of RSGroupInfoManager in org.apache.hadoop.hbase.rsgroup
Classes in org.apache.hadoop.hbase.rsgroup that implement RSGroupInfoManagerModifier 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.Fields in org.apache.hadoop.hbase.rsgroup declared as RSGroupInfoManagerModifier and TypeFieldDescriptionprivate RSGroupInfoManager
RSGroupAdminEndpoint.groupInfoManager
private final RSGroupInfoManager
RSGroupAdminServer.rsGroupInfoManager
private RSGroupInfoManager
RSGroupBasedLoadBalancer.rsGroupInfoManager
Methods in org.apache.hadoop.hbase.rsgroup that return RSGroupInfoManagerModifier and TypeMethodDescription(package private) RSGroupInfoManager
RSGroupAdminEndpoint.getGroupInfoManager()
(package private) static RSGroupInfoManager
RSGroupInfoManagerImpl.getInstance
(MasterServices master) Methods in org.apache.hadoop.hbase.rsgroup with parameters of type RSGroupInfoManagerModifier and TypeMethodDescriptionvoid
RSGroupBasedLoadBalancer.setRsGroupInfoManager
(RSGroupInfoManager rsGroupInfoManager) Constructors in org.apache.hadoop.hbase.rsgroup with parameters of type RSGroupInfoManagerModifierConstructorDescriptionRSGroupAdminServer
(MasterServices master, RSGroupInfoManager rsGroupInfoManager)