Package org.apache.accumulo.core.spi.balancer
package org.apache.accumulo.core.spi.balancer
-
ClassDescriptionThis interface is an extension of
ServiceEnvironmentthat exposes system level information that is specific to tablet balancing.A balancer that will do nothing and warn about doing nothing.A balancer that evenly spreads groups of tablets across all tablet server.Deprecated.AGroupBalancerthat groups tablets using a configurable regex.A simple tablet balancer that attempts to spread tablets out evenly across all available tablet servers.TabletBalancer that balances Tablets for a Table using the TabletBalancer defined byProperty.TABLE_LOAD_BALANCER.This class is responsible for managing the distribution of tablets throughout an Accumulo cluster.An interface for grouping parameters required for the balancer to assign unassigned tablets.An interface for grouping parameters required for the balancer to balance tablets.Provides access to information related to a tablet that is currently assigned to a tablet server.
TableLoadBalanceras it provides similar functionality using server process resource group parameters.