Uses of Interface
org.apache.accumulo.core.client.MultiTableBatchWriter
Package
Description
Mock framework for Accumulo
-
Uses of MultiTableBatchWriter in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionabstract MultiTableBatchWriter
Connector.createMultiTableBatchWriter
(long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.abstract MultiTableBatchWriter
Connector.createMultiTableBatchWriter
(BatchWriterConfig config) Factory method to create a Multi-Table BatchWriter connected to Accumulo. -
Uses of MultiTableBatchWriter 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.createMultiTableBatchWriter
(long maxMemory, long maxLatency, int maxWriteThreads) Deprecated.MockConnector.createMultiTableBatchWriter
(BatchWriterConfig config) Deprecated.
Connector.createMultiTableBatchWriter(BatchWriterConfig)
instead.