Uses of Interface
org.apache.accumulo.core.client.BatchDeleter
-
Uses of BatchDeleter in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionAccumuloClient.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads) Factory method to create BatchDeleter.AccumuloClient.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) Factory method to create BatchDeleterabstract 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) Deprecated.Factory method to create BatchDeleter
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)
instead.