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
 BatchDeleter Connector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
          Factory method to create a BatchDeleter connected to Accumulo.
 

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, long maxMemory, long maxLatency, int maxWriteThreads)
           
 

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, long maxMemory, long maxLatency, int maxWriteThreads)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.