Class BroadcastStateTransformationTranslator<IN1,IN2,OUT>

java.lang.Object
org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,OP>
org.apache.flink.streaming.runtime.translators.AbstractTwoInputTransformationTranslator<IN1,IN2,OUT,BroadcastStateTransformation<IN1,IN2,OUT>>
org.apache.flink.streaming.runtime.translators.BroadcastStateTransformationTranslator<IN1,IN2,OUT>
Type Parameters:
IN1 - The type of the elements in the non-broadcasted input of the BroadcastStateTransformation.
IN2 - The type of the elements in the broadcasted input of the BroadcastStateTransformation.
OUT - The type of the elements that result from the BroadcastStateTransformation.
All Implemented Interfaces:
TransformationTranslator<OUT,BroadcastStateTransformation<IN1,IN2,OUT>>

@Internal public class BroadcastStateTransformationTranslator<IN1,IN2,OUT> extends AbstractTwoInputTransformationTranslator<IN1,IN2,OUT,BroadcastStateTransformation<IN1,IN2,OUT>>