Class TabletBalancer.OutstandingMigrations
java.lang.Object
org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
org.apache.accumulo.server.master.balancer.TabletBalancer.OutstandingMigrations
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TabletBalancer
If a TabletBalancer only balances when there are no outstanding migrations, it should use this
problem to indicate when they exist.
Iff a TabletBalancer makes use of the migrations member to provide samples, then
OutstandingMigrations is not thread safe.
-
Field Summary
FieldsFields inherited from class org.apache.accumulo.server.master.balancer.TabletBalancer.BalancerProblem
balancerLog
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
migrations
-
-
Constructor Details
-
OutstandingMigrations
public OutstandingMigrations(org.slf4j.Logger logger)
-
-
Method Details
-
run
public void run()
-