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

Packages that use MultiTableBatchWriter
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.test.randomwalk   
 

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

Methods in org.apache.accumulo.core.client that return MultiTableBatchWriter
abstract  MultiTableBatchWriter Connector.createMultiTableBatchWriter(BatchWriterConfig config)
          Factory method to create a Multi-Table BatchWriter connected to Accumulo.
abstract  MultiTableBatchWriter Connector.createMultiTableBatchWriter(long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. since 1.5.0; Use Connector.createMultiTableBatchWriter(BatchWriterConfig) instead.
 

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

Classes in org.apache.accumulo.core.client.impl that implement MultiTableBatchWriter
 class MultiTableBatchWriterImpl
           
 

Methods in org.apache.accumulo.core.client.impl that return MultiTableBatchWriter
 MultiTableBatchWriter ConnectorImpl.createMultiTableBatchWriter(BatchWriterConfig config)
           
 MultiTableBatchWriter ConnectorImpl.createMultiTableBatchWriter(long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. 
 

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

Classes in org.apache.accumulo.core.client.mock that implement MultiTableBatchWriter
 class MockMultiTableBatchWriter
           
 

Methods in org.apache.accumulo.core.client.mock that return MultiTableBatchWriter
 MultiTableBatchWriter MockConnector.createMultiTableBatchWriter(BatchWriterConfig config)
           
 MultiTableBatchWriter MockConnector.createMultiTableBatchWriter(long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. 
 

Uses of MultiTableBatchWriter in org.apache.accumulo.test.randomwalk
 

Methods in org.apache.accumulo.test.randomwalk that return MultiTableBatchWriter
 MultiTableBatchWriter State.getMultiTableBatchWriter()
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.