Uses of Class
org.apache.accumulo.hadoopImpl.mapreduce.InputTableConfig
-
Packages that use InputTableConfig Package Description org.apache.accumulo.hadoopImpl.mapreduce org.apache.accumulo.hadoopImpl.mapreduce.lib -
-
Uses of InputTableConfig in org.apache.accumulo.hadoopImpl.mapreduce
Methods in org.apache.accumulo.hadoopImpl.mapreduce that return InputTableConfig Modifier and Type Method Description InputTableConfig
InputTableConfig. fetchColumns(Collection<IteratorSetting.Column> columns)
Restricts the columns that will be mapped over for this job for the default input table.InputTableConfig
InputTableConfig. setAutoAdjustRanges(boolean autoAdjustRanges)
Controls the automatic adjustment of ranges for this job.InputTableConfig
InputTableConfig. setOfflineScan(boolean offlineScan)
Enable reading offline tables.InputTableConfig
InputTableConfig. setRanges(List<Range> ranges)
Sets the input ranges to scan for all tables associated with this job.InputTableConfig
InputTableConfig. setScanAuths(Authorizations scanAuths)
InputTableConfig
InputTableConfig. setUseIsolatedScanners(boolean useIsolatedScanners)
Controls the use of theIsolatedScanner
in this job.InputTableConfig
InputTableConfig. setUseLocalIterators(boolean useLocalIterators)
Controls the use of theClientSideIteratorScanner
in this job.Methods in org.apache.accumulo.hadoopImpl.mapreduce with parameters of type InputTableConfig Modifier and Type Method Description static void
SplitUtils. updateSplit(RangeInputSplit split, InputTableConfig tableConfig)
Central place to set common split configuration not handled by split constructors. -
Uses of InputTableConfig in org.apache.accumulo.hadoopImpl.mapreduce.lib
Methods in org.apache.accumulo.hadoopImpl.mapreduce.lib that return InputTableConfig Modifier and Type Method Description static InputTableConfig
InputConfigurator. getInputTableConfig(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String tableName)
Returns theInputTableConfig
for the given tableMethods in org.apache.accumulo.hadoopImpl.mapreduce.lib that return types with arguments of type InputTableConfig Modifier and Type Method Description protected static Map.Entry<String,InputTableConfig>
InputConfigurator. getDefaultInputTableConfig(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String tableName)
Returns theInputTableConfig
for the configuration based on the properties set using the single-table input methods.static Map<String,InputTableConfig>
InputConfigurator. getInputTableConfigs(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
Returns allInputTableConfig
objects associated with this job.Method parameters in org.apache.accumulo.hadoopImpl.mapreduce.lib with type arguments of type InputTableConfig Modifier and Type Method Description static void
InputConfigurator. setInputTableConfigs(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, Map<String,InputTableConfig> configs)
Sets configurations for multiple tables at a time.
-