Uses of Class
org.apache.accumulo.server.master.balancer.TabletBalancer
-
Packages that use TabletBalancer Package Description org.apache.accumulo.server.master.balancer -
-
Uses of TabletBalancer in org.apache.accumulo.server.master.balancer
Subclasses of TabletBalancer in org.apache.accumulo.server.master.balancer Modifier and Type Class Description classChaoticLoadBalancerA chaotic load balancer used for testing.classDefaultLoadBalancerclassGroupBalancerA balancer that evenly spreads groups of tablets across all tablet server.classHostRegexTableLoadBalancerThis balancer creates groups of tablet servers using user-provided regular expressions over the tablet server hostnames.classRegexGroupBalancerAGroupBalancerthat groups tablets using a configurable regex.classTableLoadBalancerMethods in org.apache.accumulo.server.master.balancer that return TabletBalancer Modifier and Type Method Description protected TabletBalancerTableLoadBalancer. getBalancerForTable(TableId tableId)
-