public abstract class SingleMapperTask extends ConsumerTask
Constructor and Description |
---|
SingleMapperTask(String purpose,
ProcessingMode outMode,
boolean useOutFilter,
boolean useInFilter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected TableProducer |
createInputProducer(Environment env)
Returns an object provides which provides the (possibly filtered)
input table.
|
FilterParameter |
getInputFilterParameter()
Returns the single input filter parameter, if present.
|
InputTableParameter |
getInputTableParameter()
Returns the single input table parameter.
|
createExecutable, createProducer, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
public SingleMapperTask(String purpose, ProcessingMode outMode, boolean useOutFilter, boolean useInFilter)
purpose
- one-line description of the purpose of the taskoutMode
- processing mode which determines the destination of
the processed tableuseOutFilter
- allow specification of filters for output tableuseInFilter
- allow specification of filters for input tablepublic InputTableParameter getInputTableParameter()
public FilterParameter getInputFilterParameter()
protected TableProducer createInputProducer(Environment env) throws TaskException
env
- execution environmentTaskException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.