PixSample, SkyMatch2, TableCat, TableCat2, TableCatN, TableJoinN, TableMatch2, TableMatchN, TapQuerierpublic abstract class MapperTask extends ConsumerTask
TableMapper object.| Constructor | Description |
|---|---|
MapperTask(java.lang.String purpose,
ProcessingMode outMode,
boolean useOutFilter,
TableMapper mapper,
TablesInput tablesInput) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
TableProducer |
createProducer(uk.ac.starlink.task.Environment env) |
Returns an object which can produce the effective output table which
will be consumed by this task.
|
TableMapper |
getMapper() |
Returns this task's Mapper object.
|
TablesInput |
getTablesInput() |
Returns the object used for acquiring input tables from the environment.
|
createExecutable, createProducer, getOutputMode, getParameterList, getParameters, getPurposepublic MapperTask(java.lang.String purpose,
ProcessingMode outMode,
boolean useOutFilter,
TableMapper mapper,
TablesInput tablesInput)
purpose - one-line description of the taskoutMode - processing mode which determines the destination of
the processed tableuseOutFilter - allow specification of filters for output tablemapper - object which defines mapping transformationtablesInput - object which can acquire multiple input tables
from the environmentpublic TableProducer createProducer(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
ConsumerTaskcreateProducer in class ConsumerTaskenv - execution environmentuk.ac.starlink.task.TaskExceptionpublic TableMapper getMapper()
public TablesInput getTablesInput()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.