public abstract class MultipleInputsJob extends BaseJob<java.lang.Object,java.lang.Object>
| Constructor and Description | 
|---|
MultipleInputsJob()
Creates a new instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addInputDataSet(InputDataSet input)  | 
java.util.List<InputDataSet> | 
getInputs()  | 
static java.lang.String[][] | 
getMultipleInputDataSetsParams(java.lang.String inputDataSetListStr)  | 
void | 
processArgs(java.lang.String[] args, Configuration conf)
Extracts and validates arguments from the command line 
 | 
boolean | 
removeInputDataSet(InputDataSet input)  | 
void | 
setInputDataSets(java.util.List<InputDataSet> inputs)  | 
configure, configure, getCmdOptions, getCmdOptionsWithInputDataSets, getCurrentCmdArgs, getCurrentCmdArgsAsString, getInput, getInputDataSet, getInputFormatClass, getJarClass, getOutput, getRecordInfoProviderClass, getSpatialConfig, setInput, setInputDataSet, setInputFormatClass, setJarClass, setOutput, setRecordInfoProviderClass, setSpatialConfigpublic void addInputDataSet(InputDataSet input)
public java.util.List<InputDataSet> getInputs()
public static java.lang.String[][] getMultipleInputDataSetsParams(java.lang.String inputDataSetListStr)
public void processArgs(java.lang.String[] args,
                        Configuration conf)
                 throws java.lang.Exception
BaseJobprocessArgs in class BaseJob<java.lang.Object,java.lang.Object>args - arguments from the command lineconf - the job configurationjava.lang.Exceptionpublic boolean removeInputDataSet(InputDataSet input)
public void setInputDataSets(java.util.List<InputDataSet> inputs)
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.