Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.core.util.format |
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 |
BatchWriterImpl |
Modifier and Type | Method and Description |
---|---|
BatchWriter |
ConnectorImpl.createBatchWriter(String tableName,
BatchWriterConfig config) |
BatchWriter |
ConnectorImpl.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
|
BatchWriter |
MultiTableBatchWriterImpl.getBatchWriter(String tableName) |
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) |
Constructor and Description |
---|
DeleterFormatter(BatchWriter writer,
Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
Shell shellState,
boolean force) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.