Uses of Interface
org.apache.accumulo.core.client.BatchWriter
-
Uses of BatchWriter in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionAccumuloClient.createBatchWriter
(String tableName) Factory method to create a BatchWriter.AccumuloClient.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.abstract BatchWriter
Connector.createBatchWriter
(String tableName, BatchWriterConfig config) Deprecated.Factory method to create a BatchWriter connected to Accumulo.MultiTableBatchWriter.getBatchWriter
(String table) Returns a BatchWriter for a particular table.
Connector.createBatchWriter(String, BatchWriterConfig)
instead.