Package org.apache.hadoop.hbase.rsgroup


package org.apache.hadoop.hbase.rsgroup
  • Class
    Description
    org.apache.hadoop.hbase.rsgroup.RSGroupableBalancer
    Marker Interface.
    org.apache.hadoop.hbase.rsgroup.RSGroupAdmin
    Group user API interface used between client and server.
    org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient
    Client used for managing region server group information.
    org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint
     
    org.apache.hadoop.hbase.rsgroup.RSGroupAdminServer
    Service to support Region Server Grouping (HBase-6721).
    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