Uses of Class
org.apache.accumulo.core.client.BatchWriterConfig

Packages that use BatchWriterConfig
org.apache.accumulo.core.cli   
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapred   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mapreduce.lib.impl This package exists to store common helpers for configuring MapReduce jobs in a single location. 
org.apache.accumulo.core.client.mapreduce.lib.util   
org.apache.accumulo.core.client.mock   
 

Uses of BatchWriterConfig in org.apache.accumulo.core.cli
 

Methods in org.apache.accumulo.core.cli that return BatchWriterConfig
 BatchWriterConfig BatchWriterOpts.getBatchWriterConfig()
           
 

Uses of BatchWriterConfig in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return BatchWriterConfig
 BatchWriterConfig 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, or Long.MAX_VALUE with TimeUnit.MILLISECONDS.
 BatchWriterConfig BatchWriterConfig.setMaxMemory(long maxMemory)
          Sets the maximum memory to batch before writing.
 BatchWriterConfig BatchWriterConfig.setMaxWriteThreads(int maxWriteThreads)
          Sets the maximum number of threads to use for writing data to the tablet servers.
 BatchWriterConfig 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 BatchWriterConfig
abstract  BatchDeleter Connector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)
           
abstract  BatchWriter Connector.createBatchWriter(String tableName, BatchWriterConfig config)
          Factory method to create a BatchWriter connected to Accumulo.
abstract  MultiTableBatchWriter Connector.createMultiTableBatchWriter(BatchWriterConfig config)
          Factory method to create a Multi-Table BatchWriter connected to Accumulo.
 

Uses of BatchWriterConfig in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl with parameters of type BatchWriterConfig
 BatchDeleter ConnectorImpl.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)
           
 BatchWriter ConnectorImpl.createBatchWriter(String tableName, BatchWriterConfig config)
           
 MultiTableBatchWriter ConnectorImpl.createMultiTableBatchWriter(BatchWriterConfig config)
           
 

Constructors in org.apache.accumulo.core.client.impl with parameters of type BatchWriterConfig
BatchWriterImpl(Instance instance, Credentials credentials, String table, BatchWriterConfig config)
           
MultiTableBatchWriterImpl(Instance instance, Credentials credentials, BatchWriterConfig config)
           
MultiTableBatchWriterImpl(Instance instance, Credentials credentials, BatchWriterConfig config, long cacheTime, TimeUnit cacheTimeUnit)
           
TabletServerBatchDeleter(Instance instance, Credentials credentials, String tableId, Authorizations authorizations, int numQueryThreads, BatchWriterConfig bwConfig)
           
TabletServerBatchWriter(Instance instance, Credentials credentials, BatchWriterConfig config)
           
 

Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapred
 

Methods in org.apache.accumulo.core.client.mapred that return BatchWriterConfig
protected static BatchWriterConfig AccumuloOutputFormat.getBatchWriterOptions(org.apache.hadoop.mapred.JobConf job)
          Gets the BatchWriterConfig settings.
 

Methods in org.apache.accumulo.core.client.mapred with parameters of type BatchWriterConfig
static void AccumuloOutputFormat.setBatchWriterOptions(org.apache.hadoop.mapred.JobConf job, BatchWriterConfig bwConfig)
          Sets the configuration for for the job's BatchWriter instances.
 

Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce that return BatchWriterConfig
protected static BatchWriterConfig AccumuloOutputFormat.getBatchWriterOptions(org.apache.hadoop.mapreduce.JobContext context)
          Gets the BatchWriterConfig settings.
 

Methods in org.apache.accumulo.core.client.mapreduce with parameters of type BatchWriterConfig
static void AccumuloOutputFormat.setBatchWriterOptions(org.apache.hadoop.mapreduce.Job job, BatchWriterConfig bwConfig)
          Sets the configuration for for the job's BatchWriter instances.
 

Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapreduce.lib.impl
 

Methods in org.apache.accumulo.core.client.mapreduce.lib.impl that return BatchWriterConfig
static BatchWriterConfig OutputConfigurator.getBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
          Gets the BatchWriterConfig settings.
 

Methods in org.apache.accumulo.core.client.mapreduce.lib.impl with parameters of type BatchWriterConfig
static void OutputConfigurator.setBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, BatchWriterConfig bwConfig)
          Sets the configuration for for the job's BatchWriter instances.
 

Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapreduce.lib.util
 

Methods in org.apache.accumulo.core.client.mapreduce.lib.util that return BatchWriterConfig
static BatchWriterConfig OutputConfigurator.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 BatchWriterConfig
static void OutputConfigurator.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 BatchWriterConfig
 BatchDeleter MockConnector.createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)
           
 BatchWriter MockConnector.createBatchWriter(String tableName, BatchWriterConfig config)
           
 MultiTableBatchWriter MockConnector.createMultiTableBatchWriter(BatchWriterConfig config)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.