Uses of Interface
org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager
Packages that use RSGroupInfoManager
-
Uses of RSGroupInfoManager in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as RSGroupInfoManagerMethods in org.apache.hadoop.hbase.master that return RSGroupInfoManagerModifier and TypeMethodDescriptionHMaster.getRSGroupInfoManager()MasterServices.getRSGroupInfoManager()Returns theRSGroupInfoManager -
Uses of RSGroupInfoManager in org.apache.hadoop.hbase.rsgroup
Classes in org.apache.hadoop.hbase.rsgroup that implement RSGroupInfoManagerModifier and TypeClassDescription(package private) classA dummy RSGroupInfoManager which only contains a default rs group.(package private) final classThis is an implementation ofRSGroupInfoManagerwhich 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 RSGroupInfoManagerRSGroupAdminServiceImpl.rsGroupInfoManagerDeprecated.private RSGroupInfoManagerRSGroupBasedLoadBalancer.rsGroupInfoManagerMethods in org.apache.hadoop.hbase.rsgroup that return RSGroupInfoManagerModifier and TypeMethodDescriptionstatic RSGroupInfoManagerRSGroupInfoManager.create(MasterServices master) (package private) RSGroupInfoManagerRSGroupAdminEndpoint.getGroupInfoManager()Deprecated.(package private) static RSGroupInfoManagerRSGroupInfoManagerImpl.getInstance(MasterServices masterServices) Methods in org.apache.hadoop.hbase.rsgroup with parameters of type RSGroupInfoManagerModifier and TypeMethodDescriptionstatic Optional<RSGroupInfo>RSGroupUtil.getRSGroupInfo(MasterServices master, RSGroupInfoManager manager, TableName tableName) Will try to get the rsgroup fromTableDescriptorfirst, and then try to get the rsgroup from theNamespaceDescriptor.