@Internal public class StreamIterationHead<OUT> extends OneInputStreamTask<OUT,OUT>
headOperator, TRIGGER_THREAD_GROUP| Constructor and Description |
|---|
StreamIterationHead() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelTask() |
protected void |
cleanup() |
static String |
createBrokerIdString(org.apache.flink.api.common.JobID jid,
String iterationID,
int subtaskIndex)
Creates the identification string with which head and tail task find the shared blocking
queue for the back channel.
|
void |
init() |
protected void |
run() |
cancel, checkTimerException, createStateBackend, failExternally, finalize, getAccumulatorMap, getCheckpointBarrierListener, getCheckpointLock, getConfiguration, getCurrentProcessingTime, getHeadOutput, getName, getStreamOutputs, invoke, isCanceled, isRunning, isSerializingTimestamps, notifyCheckpointComplete, performCheckpoint, registerTimer, setInitialState, setTimeService, toString, triggerCheckpointprotected void run()
throws Exception
run in class OneInputStreamTask<OUT,OUT>Exceptionprotected void cancelTask()
cancelTask in class OneInputStreamTask<OUT,OUT>public void init()
init in class OneInputStreamTask<OUT,OUT>protected void cleanup()
throws Exception
cleanup in class OneInputStreamTask<OUT,OUT>Exceptionpublic static String createBrokerIdString(org.apache.flink.api.common.JobID jid, String iterationID, int subtaskIndex)
jid - The job ID.iterationID - The id of the iteration in the job.subtaskIndex - The parallel subtask numberCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.