Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mock |
Modifier and Type | Method and Description |
---|---|
abstract BatchWriter |
Connector.createBatchWriter(String tableName,
BatchWriterConfig config)
Factory method to create a BatchWriter connected to Accumulo.
|
abstract BatchWriter |
Connector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
since 1.5.0; Use
Connector.createBatchWriter(String, BatchWriterConfig) instead. |
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,
BatchWriterConfig config) |
BatchWriter |
MockConnector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
|
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(String table) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.