Uses of Interface
org.apache.accumulo.core.client.BatchDeleter
Packages that use BatchDeleter
- 
Uses of BatchDeleter in org.apache.accumulo.core.clientMethods 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 BatchDeleterConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.abstract BatchDeleterConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) Deprecated.Factory method to create BatchDeleter
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)instead.