Uses of Class
org.apache.accumulo.core.client.BatchWriterConfig
Packages that use BatchWriterConfig
Package
Description
Mock framework for Accumulo
-
Uses of BatchWriterConfig in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchWriterConfigModifier and TypeMethodDescriptionBatchWriterConfig.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_VALUEwithTimeUnit.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.Methods in org.apache.accumulo.core.client with parameters of type BatchWriterConfigModifier and TypeMethodDescriptionabstract BatchDeleterConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) abstract BatchWriterConnector.createBatchWriter(String tableName, BatchWriterConfig config) Factory method to create a BatchWriter connected to Accumulo.abstract MultiTableBatchWriterConnector.createMultiTableBatchWriter(BatchWriterConfig config) Factory method to create a Multi-Table BatchWriter connected to Accumulo. -
Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return BatchWriterConfigModifier and TypeMethodDescriptionprotected static BatchWriterConfigAccumuloOutputFormat.getBatchWriterOptions(org.apache.hadoop.mapred.JobConf job) Gets theBatchWriterConfigsettings.Methods in org.apache.accumulo.core.client.mapred with parameters of type BatchWriterConfigModifier and TypeMethodDescriptionstatic voidAccumuloOutputFormat.setBatchWriterOptions(org.apache.hadoop.mapred.JobConf job, BatchWriterConfig bwConfig) Sets the configuration for for the job'sBatchWriterinstances. -
Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return BatchWriterConfigModifier and TypeMethodDescriptionprotected static BatchWriterConfigAccumuloOutputFormat.getBatchWriterOptions(org.apache.hadoop.mapreduce.JobContext context) Gets theBatchWriterConfigsettings.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type BatchWriterConfigModifier and TypeMethodDescriptionstatic voidAccumuloOutputFormat.setBatchWriterOptions(org.apache.hadoop.mapreduce.Job job, BatchWriterConfig bwConfig) Sets the configuration for for the job'sBatchWriterinstances. -
Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapreduce.lib.util
Methods in org.apache.accumulo.core.client.mapreduce.lib.util that return BatchWriterConfigModifier and TypeMethodDescriptionstatic BatchWriterConfigOutputConfigurator.getBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf) Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.Methods in org.apache.accumulo.core.client.mapreduce.lib.util with parameters of type BatchWriterConfigModifier and TypeMethodDescriptionstatic voidOutputConfigurator.setBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, BatchWriterConfig bwConfig) Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. -
Uses of BatchWriterConfig in org.apache.accumulo.core.client.mock
Methods in org.apache.accumulo.core.client.mock with parameters of type BatchWriterConfigModifier and TypeMethodDescriptionMockConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config) Deprecated.MockConnector.createBatchWriter(String tableName, BatchWriterConfig config) Deprecated.MockConnector.createMultiTableBatchWriter(BatchWriterConfig config) Deprecated.