Uses of Interface
org.apache.accumulo.core.client.BatchDeleter
Package
Description
Mock framework for Accumulo
-
Uses of BatchDeleter in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionabstract BatchDeleter
Connector.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.abstract BatchDeleter
Connector.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) -
Uses of BatchDeleter in org.apache.accumulo.core.client.mock
Modifier and TypeClassDescriptionclass
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.Modifier and TypeMethodDescriptionMockConnector.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.MockConnector.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) Deprecated.
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)
instead.