Class BatchWriterReplicationReplayer

  • All Implemented Interfaces:
    AccumuloReplicationReplayer

    public class BatchWriterReplicationReplayer
    extends Object
    implements AccumuloReplicationReplayer
    Use a BatchWriter to replay WAL entries to an Accumulo table. This assumes that all WAL entries are for this table. Pruning out undesired entries is expected to be done by the sender.