| Package | Description | 
|---|---|
| org.apache.accumulo.core.client | |
| org.apache.accumulo.core.client.mock | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MockMultiTableBatchWriter | 
| Modifier and Type | Method and Description | 
|---|---|
| MultiTableBatchWriter | MockConnector. createMultiTableBatchWriter(BatchWriterConfig config) | 
| MultiTableBatchWriter | MockConnector. createMultiTableBatchWriter(long maxMemory,
                           long maxLatency,
                           int maxWriteThreads)Deprecated.  | 
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.