public class TwoInputStreamTask<IN1,IN2,OUT> extends StreamTask<OUT,TwoInputStreamOperator<IN1,IN2,OUT>>
| Modifier and Type | Field and Description |
|---|---|
protected StreamRecordSerializer<IN1> |
inputDeserializer1 |
protected StreamRecordSerializer<IN2> |
inputDeserializer2 |
checkpointLock, configuration, contexts, hasChainedOperators, isRunning, outputHandler, streamOperator, userClassLoader| Constructor and Description |
|---|
TwoInputStreamTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearBuffers() |
void |
invoke() |
void |
registerInputOutput() |
cancel, closeOperator, confirmCheckpoint, createRuntimeContext, getName, getSuperstepListener, openOperator, setInitialState, toString, triggerCheckpointprotected StreamRecordSerializer<IN1> inputDeserializer1
protected StreamRecordSerializer<IN2> inputDeserializer2
public void invoke()
throws Exception
invoke in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokableExceptionpublic void registerInputOutput()
registerInputOutput in class StreamTask<OUT,TwoInputStreamOperator<IN1,IN2,OUT>>public void clearBuffers()
throws IOException
clearBuffers in class StreamTask<OUT,TwoInputStreamOperator<IN1,IN2,OUT>>IOExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.