Class TabletBalancer.NoTservers

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    TabletBalancer

    protected static class TabletBalancer.NoTservers
    extends TabletBalancer.BalancerProblem
    If a TabletBalancer requires active tservers, it should use this problem to indicate when there are none. NoTservers is safe to share with anyone who uses the same Logger. TabletBalancers should have a single static instance.
    • Constructor Detail

      • NoTservers

        public NoTservers​(org.slf4j.Logger logger)
    • Method Detail

      • run

        public void run()