Uses of Interface
org.apache.accumulo.core.client.BatchDeleter
Packages that use BatchDeleter
Package
Description
Mock framework for Accumulo
-
Uses of BatchDeleter in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchDeleterModifier and TypeMethodDescriptionabstract 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) -
Uses of BatchDeleter in org.apache.accumulo.core.client.mock
Classes in org.apache.accumulo.core.client.mock that implement BatchDeleterModifier and TypeClassDescriptionclassDeprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.Methods in org.apache.accumulo.core.client.mock that return BatchDeleterModifier 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.