Uses of Interface
org.apache.flink.streaming.api.operators.BoundedMultiInput
-
Packages that use BoundedMultiInput Package Description org.apache.flink.streaming.api.operators.co org.apache.flink.streaming.runtime.io org.apache.flink.streaming.runtime.tasks -
-
Uses of BoundedMultiInput in org.apache.flink.streaming.api.operators.co
Classes in org.apache.flink.streaming.api.operators.co that implement BoundedMultiInput Modifier and Type Class Description classBatchCoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT>ATwoInputStreamOperatorfor executingKeyedBroadcastProcessFunctionsinRuntimeExecutionMode.BATCHexecution mode.classBatchCoBroadcastWithNonKeyedOperator<IN1,IN2,OUT>ATwoInputStreamOperatorfor executingBroadcastProcessFunctionsinRuntimeExecutionMode.BATCHexecution mode. -
Uses of BoundedMultiInput in org.apache.flink.streaming.runtime.io
Constructors in org.apache.flink.streaming.runtime.io with parameters of type BoundedMultiInput Constructor Description StreamOneInputProcessor(StreamTaskInput<IN> input, PushingAsyncDataInput.DataOutput<IN> output, BoundedMultiInput endOfInputAware) -
Uses of BoundedMultiInput in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement BoundedMultiInput Modifier and Type Class Description classFinishedOperatorChain<OUT,OP extends StreamOperator<OUT>>TheOperatorChainthat is used for restoring tasks that areTaskStateManager.isTaskDeployedAsFinished().classOperatorChain<OUT,OP extends StreamOperator<OUT>>TheOperatorChaincontains all operators that are executed as one chain within a singleStreamTask.classRegularOperatorChain<OUT,OP extends StreamOperator<OUT>>A regular non finished on restoreOperatorChain.
-