Uses of Class
org.apache.accumulo.core.client.mapreduce.InputTableConfig
-
-
Uses of InputTableConfig in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return InputTableConfig Modifier and Type Method Description static InputTableConfigAbstractInputFormat. getInputTableConfig(org.apache.hadoop.mapred.JobConf job, String tableName)Deprecated.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 InputTableConfig Modifier and Type Method Description static Map<String,InputTableConfig>AbstractInputFormat. getInputTableConfigs(org.apache.hadoop.mapred.JobConf job)Deprecated.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 InputTableConfig Modifier and Type Method Description static voidAccumuloMultiTableInputFormat. setInputTableConfigs(org.apache.hadoop.mapred.JobConf job, Map<String,InputTableConfig> configs)Deprecated.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 InputTableConfig Modifier and Type Method Description InputTableConfigInputTableConfig. fetchColumns(Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columns)Deprecated.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 job, String tableName)Deprecated.Fetches aInputTableConfigthat has been set on the configuration for a specific table.InputTableConfigInputTableConfig. setAutoAdjustRanges(boolean autoAdjustRanges)Deprecated.Controls the automatic adjustment of ranges for this job.InputTableConfigInputTableConfig. setIterators(List<IteratorSetting> iterators)Deprecated.Set iterators on to be used in the query.InputTableConfigInputTableConfig. setOfflineScan(boolean offlineScan)Deprecated.Enable reading offline tables.InputTableConfigInputTableConfig. setRanges(List<Range> ranges)Deprecated.Sets the input ranges to scan for all tables associated with this job.InputTableConfigInputTableConfig. setUseIsolatedScanners(boolean useIsolatedScanners)Deprecated.Controls the use of theIsolatedScannerin this job.InputTableConfigInputTableConfig. setUseLocalIterators(boolean useLocalIterators)Deprecated.Controls the use of theClientSideIteratorScannerin this job.Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type InputTableConfig Modifier and Type Method Description protected static Map<String,InputTableConfig>AbstractInputFormat. getInputTableConfigs(org.apache.hadoop.mapreduce.JobContext job)Deprecated.Fetches allInputTableConfigs that have been set on the given job.Method parameters in org.apache.accumulo.core.client.mapreduce with type arguments of type InputTableConfig Modifier and Type Method Description static voidAccumuloMultiTableInputFormat. setInputTableConfigs(org.apache.hadoop.mapreduce.Job job, Map<String,InputTableConfig> configs)Deprecated.Sets theInputTableConfigobjects on the given Hadoop configuration -
Uses of InputTableConfig in org.apache.accumulo.core.clientImpl.mapreduce
Methods in org.apache.accumulo.core.clientImpl.mapreduce with parameters of type InputTableConfig Modifier and Type Method Description static voidSplitUtils. updateSplit(RangeInputSplit split, InputTableConfig tableConfig, org.apache.log4j.Level logLevel)Deprecated.Central place to set common split configuration not handled by split constructors. -
Uses of InputTableConfig in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return InputTableConfig Modifier and Type Method Description static InputTableConfigInputConfigurator. getInputTableConfig(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String tableName)Returns the InputTableConfig for the given tableMethods in org.apache.accumulo.core.clientImpl.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)Returns the InputTableConfig 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 all InputTableConfig objects associated with this job.Method parameters in org.apache.accumulo.core.clientImpl.mapreduce.lib with type arguments of type InputTableConfig Modifier and Type Method Description static voidInputConfigurator. setInputTableConfigs(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, Map<String,InputTableConfig> configs)Sets configurations for multiple tables at a time.
-