Uses of Interface
org.apache.accumulo.core.client.BatchDeleter
Packages that use BatchDeleter
-
Uses of BatchDeleter in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchDeleterModifier 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.