Uses of Class
org.apache.accumulo.core.client.mapreduce.InputTableConfig
Packages that use InputTableConfig
Package
Description
-
Uses of InputTableConfig in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return InputTableConfigModifier and TypeMethodDescriptionstatic InputTableConfigAbstractInputFormat.getInputTableConfig(org.apache.hadoop.mapred.JobConf job, String tableName) Fetches aInputTableConfigthat has been set on the configuration for a specific table.Methods in org.apache.accumulo.core.client.mapred that return types with arguments of type InputTableConfigModifier and TypeMethodDescriptionstatic Map<String,InputTableConfig> AbstractInputFormat.getInputTableConfigs(org.apache.hadoop.mapred.JobConf job) Fetches allInputTableConfigs that have been set on the given Hadoop job.Method parameters in org.apache.accumulo.core.client.mapred with type arguments of type InputTableConfigModifier and TypeMethodDescriptionstatic voidAccumuloMultiTableInputFormat.setInputTableConfigs(org.apache.hadoop.mapred.JobConf job, Map<String, InputTableConfig> configs) Sets theInputTableConfigobjects on the given Hadoop configuration -
Uses of InputTableConfig in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return InputTableConfigModifier 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 InputTableConfigAbstractInputFormat.getInputTableConfig(org.apache.hadoop.mapreduce.JobContext context, String tableName) Fetches aInputTableConfigthat 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 theIsolatedScannerin this job.InputTableConfig.setUseLocalIterators(boolean useLocalIterators) Controls the use of theClientSideIteratorScannerin this job.Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type InputTableConfigModifier and TypeMethodDescriptionprotected static Map<String,InputTableConfig> AbstractInputFormat.getInputTableConfigs(org.apache.hadoop.mapreduce.JobContext context) Fetches allInputTableConfigs that have been set on the given job.Method parameters in org.apache.accumulo.core.client.mapreduce with type arguments of type InputTableConfigModifier and TypeMethodDescriptionstatic voidAccumuloMultiTableInputFormat.setInputTableConfigs(org.apache.hadoop.mapreduce.Job job, Map<String, InputTableConfig> configs) Sets theInputTableConfigobjects on the given Hadoop configuration