Uses of Class
org.apache.accumulo.core.client.BatchWriterConfig
Package
Description
-
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 BatchDeleterabstract BatchDeleter
Connector.createBatchDeleter
(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) Deprecated.Factory method to create BatchDeleterAccumuloClient.createBatchWriter
(String tableName, BatchWriterConfig config) Factory method to create a BatchWriter connected to Accumulo.abstract BatchWriter
Connector.createBatchWriter
(String tableName, BatchWriterConfig config) Deprecated.Factory method to create a BatchWriter connected to Accumulo.AccumuloClient.createMultiTableBatchWriter
(BatchWriterConfig config) Factory method to create a Multi-Table BatchWriter connected to Accumulo.abstract MultiTableBatchWriter
Connector.createMultiTableBatchWriter
(BatchWriterConfig config) Deprecated.Factory method to create a Multi-Table BatchWriter connected to Accumulo.BatchWriterConfig.merge
(BatchWriterConfig other) Merge this BatchWriterConfig with another. -
Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapred
Modifier and TypeMethodDescriptionprotected static BatchWriterConfig
AccumuloOutputFormat.getBatchWriterOptions
(org.apache.hadoop.mapred.JobConf job) Deprecated.Gets theBatchWriterConfig
settings.Modifier and TypeMethodDescriptionstatic void
AccumuloOutputFormat.setBatchWriterOptions
(org.apache.hadoop.mapred.JobConf job, BatchWriterConfig bwConfig) Deprecated.Sets the configuration for for the job'sBatchWriter
instances. -
Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapreduce
Modifier and TypeMethodDescriptionprotected static BatchWriterConfig
AccumuloOutputFormat.getBatchWriterOptions
(org.apache.hadoop.mapreduce.JobContext context) Deprecated.Gets theBatchWriterConfig
settings.Modifier and TypeMethodDescriptionstatic void
AccumuloOutputFormat.setBatchWriterOptions
(org.apache.hadoop.mapreduce.Job job, BatchWriterConfig bwConfig) Deprecated.Sets the configuration for for the job'sBatchWriter
instances.