public abstract class SkyConeMatch2 extends SingleMapperTask
Constructor and Description |
---|
SkyConeMatch2(String purpose,
Coner coner,
int maxParallel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TableProducer |
createProducer(Environment env)
Returns an object which can produce the effective output table which
will be consumed by this task.
|
createInputProducer
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
public SkyConeMatch2(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(Environment env) throws TaskException
ConsumerTask
ConsumerTask.getIdentity(uk.ac.starlink.table.StarTable)
method.createProducer
in class ConsumerTask
env
- execution environmentTaskException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.