Uses of Interface
org.apache.accumulo.core.client.BatchWriter
Package
Description
Mock framework for Accumulo
-
Uses of BatchWriter in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionabstract BatchWriter
Connector.createBatchWriter
(String tableName, long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.abstract BatchWriter
Connector.createBatchWriter
(String tableName, BatchWriterConfig config) Factory method to create a BatchWriter connected to Accumulo.MultiTableBatchWriter.getBatchWriter
(String table) Returns a BatchWriter for a particular table. -
Uses of BatchWriter in org.apache.accumulo.core.client.mock
Modifier and TypeClassDescriptionclass
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.Modifier and TypeMethodDescriptionMockConnector.createBatchWriter
(String tableName, long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.MockConnector.createBatchWriter
(String tableName, BatchWriterConfig config) Deprecated.MockMultiTableBatchWriter.getBatchWriter
(String table) Deprecated.
Connector.createBatchWriter(String, BatchWriterConfig)
instead.