public abstract class SkyConeMatch2 extends SingleMapperTask
Constructor and Description |
---|
SkyConeMatch2(java.lang.String purpose,
Coner coner,
int maxParallel)
Constructor.
|
Modifier and Type | Method and 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.
|
createInputProducer
createExecutable, createProducer, getOutputMode, getParameterList, getParameters, getPurpose
public SkyConeMatch2(java.lang.String purpose, Coner coner, int maxParallel)
purpose
- one-line description of the purpose of the taskconer
- object which provides the sky cone search servicemaxParallel
- the largest number of parallel threads which
will be permitted for multi-threaded operation;
1 means single-threaded only, and <=0 means no limit -
use with care!public TableProducer createProducer(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
ConsumerTask
createProducer
in class ConsumerTask
env
- execution environmentuk.ac.starlink.task.TaskException
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.