Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mock |
Mock framework for Accumulo
|
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
Deprecated.
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
|
Modifier and Type | Method and Description |
---|---|
BatchWriter |
MockConnector.createBatchWriter(String tableName,
BatchWriterConfig config)
Deprecated.
|
BatchWriter |
MockConnector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
|
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(String table)
Deprecated.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.