Uses of Class
org.apache.accumulo.core.client.BatchWriterConfig
-
Uses of BatchWriterConfig in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionBatchWriterConfig.merge
(BatchWriterConfig other) Merge this BatchWriterConfig with another.BatchWriterConfig.setDurability
(Durability durability) Change the durability for the BatchWriter session.BatchWriterConfig.setMaxLatency
(long maxLatency, TimeUnit timeUnit) Sets the maximum amount of time to hold the data in memory before flushing it to servers.
For no maximum, set to zero, orLong.MAX_VALUE
withTimeUnit.MILLISECONDS
.BatchWriterConfig.setMaxMemory
(long maxMemory) Sets the maximum memory to batch before writing.BatchWriterConfig.setMaxWriteThreads
(int maxWriteThreads) Sets the maximum number of threads to use for writing data to the tablet servers.BatchWriterConfig.setTimeout
(long timeout, TimeUnit timeUnit) Sets the maximum amount of time an unresponsive server will be re-tried.Modifier and TypeMethodDescriptionAccumuloClient.ConnectionOptions.batchWriterConfig
(BatchWriterConfig batchWriterConfig) Build with BatchWriterConfig defaults for BatchWriter, MultiTableBatchWriter & BatchDeleterAccumuloClient.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) Factory method to create BatchDeleterAccumuloClient.createBatchWriter
(String tableName, BatchWriterConfig config) Factory method to create a BatchWriter connected to Accumulo.AccumuloClient.createMultiTableBatchWriter
(BatchWriterConfig config) Factory method to create a Multi-Table BatchWriter connected to Accumulo.BatchWriterConfig.merge
(BatchWriterConfig other) Merge this BatchWriterConfig with another.