Uses of Class
org.apache.accumulo.core.client.BatchWriterConfig
-
-
Uses of BatchWriterConfig in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchWriterConfig Modifier and Type Method Description BatchWriterConfigBatchWriterConfig. merge(BatchWriterConfig other)Merge this BatchWriterConfig with another.BatchWriterConfigBatchWriterConfig. setDurability(Durability durability)Change the durability for the BatchWriter session.BatchWriterConfigBatchWriterConfig. 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.BatchWriterConfigBatchWriterConfig. setMaxMemory(long maxMemory)Sets the maximum memory to batch before writing.BatchWriterConfigBatchWriterConfig. setMaxWriteThreads(int maxWriteThreads)Sets the maximum number of threads to use for writing data to the tablet servers.BatchWriterConfigBatchWriterConfig. 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 Modifier and Type Method Description AccumuloClient.ConnectionOptions<T>AccumuloClient.ConnectionOptions. batchWriterConfig(BatchWriterConfig batchWriterConfig)Build with BatchWriterConfig defaults for BatchWriter, MultiTableBatchWriter & BatchDeleterBatchDeleterAccumuloClient. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Factory method to create BatchDeleterabstract BatchDeleterConnector. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.Factory method to create BatchDeleterBatchWriterAccumuloClient. createBatchWriter(String tableName, BatchWriterConfig config)Factory method to create a BatchWriter connected to Accumulo.abstract BatchWriterConnector. createBatchWriter(String tableName, BatchWriterConfig config)Deprecated.Factory method to create a BatchWriter connected to Accumulo.MultiTableBatchWriterAccumuloClient. createMultiTableBatchWriter(BatchWriterConfig config)Factory method to create a Multi-Table BatchWriter connected to Accumulo.abstract MultiTableBatchWriterConnector. createMultiTableBatchWriter(BatchWriterConfig config)Deprecated.Factory method to create a Multi-Table BatchWriter connected to Accumulo.BatchWriterConfigBatchWriterConfig. merge(BatchWriterConfig other)Merge this BatchWriterConfig with another. -
Uses of BatchWriterConfig in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return BatchWriterConfig Modifier and Type Method Description protected static BatchWriterConfigAccumuloOutputFormat. getBatchWriterOptions(org.apache.hadoop.mapred.JobConf job)Deprecated.Gets theBatchWriterConfigsettings.Methods in org.apache.accumulo.core.client.mapred with parameters of type BatchWriterConfig Modifier and Type Method Description static voidAccumuloOutputFormat. setBatchWriterOptions(org.apache.hadoop.mapred.JobConf job, BatchWriterConfig bwConfig)Deprecated.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 BatchWriterConfig Modifier and Type Method Description protected static BatchWriterConfigAccumuloOutputFormat. getBatchWriterOptions(org.apache.hadoop.mapreduce.JobContext context)Deprecated.Gets theBatchWriterConfigsettings.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type BatchWriterConfig Modifier and Type Method Description static voidAccumuloOutputFormat. setBatchWriterOptions(org.apache.hadoop.mapreduce.Job job, BatchWriterConfig bwConfig)Deprecated.Sets the configuration for for the job'sBatchWriterinstances. -
Uses of BatchWriterConfig in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return BatchWriterConfig Modifier and Type Method Description BatchWriterConfigClientContext. getBatchWriterConfig()Methods in org.apache.accumulo.core.clientImpl with parameters of type BatchWriterConfig Modifier and Type Method Description AccumuloClient.ConnectionOptions<T>ClientContext.ClientBuilderImpl. batchWriterConfig(BatchWriterConfig batchWriterConfig)BatchDeleterClientContext. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)BatchDeleterConnectorImpl. createBatchDeleter(String tableName, Authorizations authorizations, int numQueryThreads, BatchWriterConfig config)Deprecated.BatchWriterClientContext. createBatchWriter(String tableName, BatchWriterConfig config)BatchWriterConnectorImpl. createBatchWriter(String tableName, BatchWriterConfig config)Deprecated.MultiTableBatchWriterClientContext. createMultiTableBatchWriter(BatchWriterConfig config)MultiTableBatchWriterConnectorImpl. createMultiTableBatchWriter(BatchWriterConfig config)Deprecated.Constructors in org.apache.accumulo.core.clientImpl with parameters of type BatchWriterConfig Constructor Description BatchWriterImpl(ClientContext context, TableId tableId, BatchWriterConfig config)TabletServerBatchDeleter(ClientContext context, TableId tableId, Authorizations authorizations, int numQueryThreads, BatchWriterConfig bwConfig)TabletServerBatchWriter(ClientContext context, BatchWriterConfig config) -
Uses of BatchWriterConfig in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return BatchWriterConfig Modifier and Type Method Description static BatchWriterConfigOutputConfigurator. getBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)Gets theBatchWriterConfigsettings.Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib with parameters of type BatchWriterConfig Modifier and Type Method Description static voidOutputConfigurator. setBatchWriterOptions(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, BatchWriterConfig bwConfig)Sets the configuration for for the job'sBatchWriterinstances.
-