Package org.apache.hadoop.hbase.rsgroup


package org.apache.hadoop.hbase.rsgroup
  • Class
    Description
    org.apache.hadoop.hbase.rsgroup.MigrateRSGroupProcedure
    Procedure for migrating rs group information to table descriptor.
    org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient
    Deprecated.
    Keep it here only for tests, using Admin instead.
    org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint
    Deprecated.
    Keep it here only for compatibility with old client, all the logics have been moved into core of HBase.
    org.apache.hadoop.hbase.rsgroup.RSGroupBasedLoadBalancer
    GroupBasedLoadBalancer, used when Region Server Grouping is configured (HBase-6721) It does region balance based on a table's group membership.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfo
    Stores the group information of region server groups.
    org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager
    Interface used to manage RSGroupInfo storage.
    org.apache.hadoop.hbase.rsgroup.RSGroupMajorCompactionTTL
    This script takes an rsgroup as argument and compacts part/all of regions of that table based on the table's TTL.
    org.apache.hadoop.hbase.rsgroup.RSGroupUtil
    Helper class for RSGroup implementation