Uses of Interface
org.apache.accumulo.core.client.BatchWriter
-
Packages that use BatchWriter Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl org.apache.accumulo.core.replication org.apache.accumulo.core.util.cleaner -
-
Uses of BatchWriter in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchWriter Modifier and Type Method Description BatchWriter
AccumuloClient. createBatchWriter(String tableName)
Factory method to create a BatchWriter.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.since 1.5.0; UseConnector.createBatchWriter(String, BatchWriterConfig)
instead.abstract BatchWriter
Connector. createBatchWriter(String tableName, BatchWriterConfig config)
Deprecated.Factory method to create a BatchWriter connected to Accumulo.BatchWriter
MultiTableBatchWriter. getBatchWriter(String table)
Returns a BatchWriter for a particular table. -
Uses of BatchWriter in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement BatchWriter Modifier and Type Class Description class
BatchWriterImpl
Methods in org.apache.accumulo.core.clientImpl that return BatchWriter Modifier and Type Method Description BatchWriter
ClientContext. createBatchWriter(String tableName)
BatchWriter
ClientContext. createBatchWriter(String tableName, BatchWriterConfig config)
BatchWriter
ConnectorImpl. createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads)
Deprecated.BatchWriter
ConnectorImpl. createBatchWriter(String tableName, BatchWriterConfig config)
Deprecated.BatchWriter
MultiTableBatchWriterImpl. getBatchWriter(String tableName)
-
Uses of BatchWriter in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication that return BatchWriter Modifier and Type Method Description static BatchWriter
ReplicationTable. getBatchWriter(AccumuloClient client)
Deprecated. -
Uses of BatchWriter in org.apache.accumulo.core.util.cleaner
Methods in org.apache.accumulo.core.util.cleaner with parameters of type BatchWriter Modifier and Type Method Description static Cleaner.Cleanable
CleanerUtil. batchWriterAndClientCloser(Object o, org.slf4j.Logger log, BatchWriter bw, AccumuloClient client)
-