Uses of Class
org.apache.accumulo.core.client.mapreduce.InputTableConfig
Package
Description
-
Uses of InputTableConfig in org.apache.accumulo.core.client.mapred
Modifier and TypeMethodDescriptionstatic InputTableConfig
AbstractInputFormat.getInputTableConfig
(org.apache.hadoop.mapred.JobConf job, String tableName) Fetches aInputTableConfig
that has been set on the configuration for a specific table.Modifier and TypeMethodDescriptionstatic Map<String,
InputTableConfig> AbstractInputFormat.getInputTableConfigs
(org.apache.hadoop.mapred.JobConf job) Fetches allInputTableConfig
s that have been set on the given Hadoop job.Modifier and TypeMethodDescriptionstatic void
AccumuloMultiTableInputFormat.setInputTableConfigs
(org.apache.hadoop.mapred.JobConf job, Map<String, InputTableConfig> configs) Sets theInputTableConfig
objects on the given Hadoop configuration -
Uses of InputTableConfig in org.apache.accumulo.core.client.mapreduce
Modifier and TypeMethodDescriptionInputTableConfig.fetchColumns
(Collection<org.apache.accumulo.core.util.Pair<org.apache.hadoop.io.Text, org.apache.hadoop.io.Text>> columns) Restricts the columns that will be mapped over for this job for the default input table.protected static InputTableConfig
AbstractInputFormat.getInputTableConfig
(org.apache.hadoop.mapreduce.JobContext context, String tableName) Fetches aInputTableConfig
that has been set on the configuration for a specific table.InputTableConfig.setAutoAdjustRanges
(boolean autoAdjustRanges) Controls the automatic adjustment of ranges for this job.InputTableConfig.setIterators
(List<IteratorSetting> iterators) Set iterators on to be used in the query.InputTableConfig.setOfflineScan
(boolean offlineScan) Enable reading offline tables.Sets the input ranges to scan for all tables associated with this job.InputTableConfig.setUseIsolatedScanners
(boolean useIsolatedScanners) Controls the use of theIsolatedScanner
in this job.InputTableConfig.setUseLocalIterators
(boolean useLocalIterators) Controls the use of theClientSideIteratorScanner
in this job.Modifier and TypeMethodDescriptionprotected static Map<String,
InputTableConfig> AbstractInputFormat.getInputTableConfigs
(org.apache.hadoop.mapreduce.JobContext context) Fetches allInputTableConfig
s that have been set on the given job.Modifier and TypeMethodDescriptionstatic void
AccumuloMultiTableInputFormat.setInputTableConfigs
(org.apache.hadoop.mapreduce.Job job, Map<String, InputTableConfig> configs) Sets theInputTableConfig
objects on the given Hadoop configuration