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 BatchWriterAccumuloClient. createBatchWriter(String tableName)Factory method to create a BatchWriter.BatchWriterAccumuloClient. createBatchWriter(String tableName, BatchWriterConfig config)Factory method to create a BatchWriter connected to Accumulo.abstract BatchWriterConnector. createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.since 1.5.0; UseConnector.createBatchWriter(String, BatchWriterConfig)instead.abstract BatchWriterConnector. createBatchWriter(String tableName, BatchWriterConfig config)Deprecated.Factory method to create a BatchWriter connected to Accumulo.BatchWriterMultiTableBatchWriter. 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 classBatchWriterImplMethods in org.apache.accumulo.core.clientImpl that return BatchWriter Modifier and Type Method Description BatchWriterClientContext. createBatchWriter(String tableName)BatchWriterClientContext. createBatchWriter(String tableName, BatchWriterConfig config)BatchWriterConnectorImpl. createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads)Deprecated.BatchWriterConnectorImpl. createBatchWriter(String tableName, BatchWriterConfig config)Deprecated.BatchWriterMultiTableBatchWriterImpl. 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 BatchWriterReplicationTable. getBatchWriter(AccumuloClient client) -
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.CleanableCleanerUtil. batchWriterAndClientCloser(Object o, org.slf4j.Logger log, BatchWriter bw, AccumuloClient client)
-