Uses of Interface
org.apache.accumulo.core.client.BatchDeleter

Packages that use BatchDeleter
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
 

Uses of BatchDeleter in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return BatchDeleter
abstract  BatchDeleter Connector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)
           
abstract  BatchDeleter Connector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. since 1.5.0; Use Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig) instead.
 

Uses of BatchDeleter in org.apache.accumulo.core.client.impl
 

Classes in org.apache.accumulo.core.client.impl that implement BatchDeleter
 class TabletServerBatchDeleter
           
 

Methods in org.apache.accumulo.core.client.impl that return BatchDeleter
 BatchDeleter ConnectorImpl.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)
           
 BatchDeleter ConnectorImpl.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. 
 

Uses of BatchDeleter in org.apache.accumulo.core.client.mock
 

Classes in org.apache.accumulo.core.client.mock that implement BatchDeleter
 class MockBatchDeleter
          BatchDeleter for a MockAccumulo instance.
 

Methods in org.apache.accumulo.core.client.mock that return BatchDeleter
 BatchDeleter MockConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)
           
 BatchDeleter MockConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. 
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.