Class DistributedWorkQueue

java.lang.Object
org.apache.accumulo.server.zookeeper.DistributedWorkQueue

public class DistributedWorkQueue extends Object
Provides a way to push work out to tablet servers via zookeeper and wait for that work to be done. Any tablet server can pick up a work item and process it. Worker processes watch a zookeeper node for tasks to be performed. After getting an exclusive lock on the node, the worker will perform the task.