Class BalancerChore

java.lang.Object
org.apache.hadoop.hbase.ScheduledChore
org.apache.hadoop.hbase.master.balancer.BalancerChore
All Implemented Interfaces:
Runnable

@Private public class BalancerChore extends ScheduledChore
Chore that will call HMaster.balanceHMaster.balance() when needed.
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
    • master

      private final HMaster master
  • Constructor Details

  • Method Details