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, getPurposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInputProducerpublic 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
ConsumerTaskcreateProducer in class ConsumerTaskenv - execution environmentuk.ac.starlink.task.TaskExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.