|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchWriter | |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.core.util.format |
Uses of BatchWriter in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return BatchWriter | |
---|---|
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. |
Uses of BatchWriter in org.apache.accumulo.core.client.impl |
---|
Classes in org.apache.accumulo.core.client.impl that implement BatchWriter | |
---|---|
class |
BatchWriterImpl
|
Methods in org.apache.accumulo.core.client.impl that return BatchWriter | |
---|---|
BatchWriter |
ConnectorImpl.createBatchWriter(String tableName,
BatchWriterConfig config)
|
BatchWriter |
ConnectorImpl.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated. |
BatchWriter |
MultiTableBatchWriterImpl.getBatchWriter(String tableName)
|
Uses of BatchWriter in org.apache.accumulo.core.client.mock |
---|
Classes in org.apache.accumulo.core.client.mock that implement BatchWriter | |
---|---|
class |
MockBatchWriter
|
Methods in org.apache.accumulo.core.client.mock that return BatchWriter | |
---|---|
BatchWriter |
MockConnector.createBatchWriter(String tableName,
BatchWriterConfig config)
|
BatchWriter |
MockConnector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated. |
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(String table)
|
Uses of BatchWriter in org.apache.accumulo.core.util.format |
---|
Constructors in org.apache.accumulo.core.util.format with parameters of type BatchWriter | |
---|---|
DeleterFormatter(BatchWriter writer,
Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
Shell shellState,
boolean force)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |