@Deprecated public class StreamsMergeTask extends BaseStreamsTask
streamConfig| Constructor and Description |
|---|
StreamsMergeTask()
Deprecated.
|
StreamsMergeTask(org.apache.streams.config.StreamsConfiguration streamConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
Deprecated.
Returns true when the task has not completed.
|
void |
run()
Deprecated.
|
void |
setStreamConfig(org.apache.streams.config.StreamsConfiguration config)
Deprecated.
Set the configuration object that will shared and passed to all instances of StreamsTask.
|
void |
setStreamsTaskCounter(StreamsTaskCounter counter)
Deprecated.
|
void |
stopTask()
Deprecated.
Informs the task to stop.
|
addInputQueue, addOutputQueue, addToOutgoingQueue, cloneStreamsDatum, getInputQueues, getNextDatum, getOutputQueues, getStartedAt, getStreamIdentifier, isWaiting, setStartedAtpublic StreamsMergeTask()
public StreamsMergeTask(org.apache.streams.config.StreamsConfiguration streamConfig)
public void stopTask()
StreamsTaskpublic void setStreamConfig(org.apache.streams.config.StreamsConfiguration config)
StreamsTaskconfig - optional configuration informationpublic boolean isRunning()
StreamsTaskpublic void run()
public void setStreamsTaskCounter(StreamsTaskCounter counter)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.