Class BatchWriterReplicationReplayer

  • All Implemented Interfaces:
    AccumuloReplicationReplayer

    @Deprecated
    public class BatchWriterReplicationReplayer
    extends Object
    implements AccumuloReplicationReplayer
    Deprecated.
    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.