| Package | Description |
|---|---|
| org.apache.accumulo.core.client | |
| org.apache.accumulo.core.client.mock |
| Modifier and Type | Method and Description |
|---|---|
BatchWriter |
Connector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Factory method to create a BatchWriter connected to Accumulo.
|
BatchWriter |
MultiTableBatchWriter.getBatchWriter(String table)
Returns a BatchWriter for a particular table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockBatchWriter |
| Modifier and Type | Method and Description |
|---|---|
BatchWriter |
MockConnector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads) |
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(String table) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.