Package org.apache.hadoop.hbase.rsgroup
package org.apache.hadoop.hbase.rsgroup
-
ClassDescriptionMarker Interface.Group user API interface used between client and server.Client used for managing region server group information.Service to support Region Server Grouping (HBase-6721).GroupBasedLoadBalancer, used when Region Server Grouping is configured (HBase-6721) It does region balance based on a table's group membership.Stores the group information of region server groups.Interface used to manage RSGroupInfo storage.This is an implementation of
RSGroupInfoManager
which makes use of an HBase table as the persistence store for the group information.This script takes an rsgroup as argument and compacts part/all of regions of that table based on the table's TTL.Helper class for RSGroup implementation