Uses of Interface
org.apache.accumulo.core.client.BatchWriter
Packages that use BatchWriter
Package
Description
Mock framework for Accumulo
-
Uses of BatchWriter in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchWriterModifier and TypeMethodDescriptionabstract BatchWriterConnector.createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.abstract BatchWriterConnector.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
Classes in org.apache.accumulo.core.client.mock that implement BatchWriterModifier and TypeClassDescriptionclassDeprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.Methods in org.apache.accumulo.core.client.mock that return BatchWriterModifier 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.