Interface WorkAssigner
-
public interface WorkAssignerInterface to allow for multiple implementations that assign replication work
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassignWork()Assign work for replicationvoidconfigure(AccumuloConfiguration conf, AccumuloClient client)Configure the WorkAssigner implementationStringgetName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- The name for this WorkAssigner
-
configure
void configure(AccumuloConfiguration conf, AccumuloClient client)
Configure the WorkAssigner implementation
-
assignWork
void assignWork()
Assign work for replication
-
-