public abstract class SkyConeMatch2 extends SingleMapperTask
Constructor | Description |
---|---|
SkyConeMatch2(java.lang.String purpose,
Coner coner,
int maxParallel) |
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.
|
createExecutable, createProducer, getOutputMode, getParameterList, getParameters, getPurpose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createInputProducer
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 © 2018 Central Laboratory of the Research Councils. All Rights Reserved.