Uses of Interface
org.apache.accumulo.core.client.BatchDeleter
-
Packages that use BatchDeleter Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of BatchDeleter in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchDeleter Modifier and Type Method Description BatchDeleterAccumuloClient. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads)Factory method to create BatchDeleter.BatchDeleterAccumuloClient. 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.since 1.5.0; UseConnector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig)instead.abstract BatchDeleterConnector. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.Factory method to create BatchDeleter -
Uses of BatchDeleter in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement BatchDeleter Modifier and Type Class Description classTabletServerBatchDeleterMethods in org.apache.accumulo.core.clientImpl that return BatchDeleter Modifier and Type Method Description BatchDeleterClientContext. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads)BatchDeleterClientContext. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)BatchDeleterConnectorImpl. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.BatchDeleterConnectorImpl. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.
-