Uses of Interface
org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager
-
Uses of RSGroupInfoManager in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionHMaster.getRSGroupInfoManager()
MasterServices.getRSGroupInfoManager()
Returns theRSGroupInfoManager
-
Uses of RSGroupInfoManager in org.apache.hadoop.hbase.rsgroup
Modifier and TypeClassDescription(package private) class
A dummy RSGroupInfoManager which only contains a default rs group.(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
RSGroupAdminServiceImpl.rsGroupInfoManager
Deprecated.private RSGroupInfoManager
RSGroupBasedLoadBalancer.rsGroupInfoManager
Modifier and TypeMethodDescriptionstatic RSGroupInfoManager
RSGroupInfoManager.create
(MasterServices master) (package private) RSGroupInfoManager
RSGroupAdminEndpoint.getGroupInfoManager()
Deprecated.(package private) static RSGroupInfoManager
RSGroupInfoManagerImpl.getInstance
(MasterServices masterServices) Modifier and TypeMethodDescriptionstatic Optional<RSGroupInfo>
RSGroupUtil.getRSGroupInfo
(MasterServices master, RSGroupInfoManager manager, TableName tableName) Will try to get the rsgroup fromTableDescriptor
first, and then try to get the rsgroup from theNamespaceDescriptor
.