Class MockBatchDeleter

java.lang.Object
org.apache.accumulo.core.client.impl.ScannerOptions
All Implemented Interfaces:
AutoCloseable, Iterable<Map.Entry<Key,Value>>, BatchDeleter, BatchScanner, ScannerBase

@Deprecated public class MockBatchDeleter extends MockBatchScanner implements BatchDeleter
Deprecated.
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
BatchDeleter for a MockAccumulo instance. Behaves similarly to a regular BatchDeleter, with a few exceptions:
  1. There is no waiting for memory to fill before flushing
  2. Only one thread is used for writing
Otherwise, it behaves as expected.