Class SequentialWorkAssigner

java.lang.Object
org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner
org.apache.accumulo.manager.replication.SequentialWorkAssigner
All Implemented Interfaces:
WorkAssigner

@Deprecated public class SequentialWorkAssigner extends DistributedWorkQueueWorkAssigner
Deprecated.
Creates work in ZK which is filename.serialized_ReplicationTarget => filename, but replicates files in the order in which they were created.

The intent is to ensure that WALs are replayed in the same order on the peer in which they were applied on the primary.