Uses of Interface
org.apache.flink.streaming.api.operators.BoundedMultiInput
Packages that use BoundedMultiInput
Package
Description
-
Uses of BoundedMultiInput in org.apache.flink.streaming.api.operators.co
Classes in org.apache.flink.streaming.api.operators.co that implement BoundedMultiInputModifier and TypeClassDescriptionclassBatchCoBroadcastWithKeyedOperator<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 BoundedMultiInputModifierConstructorDescriptionStreamOneInputProcessor(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 BoundedMultiInputModifier and TypeClassDescriptionclassFinishedOperatorChain<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.