Uses of Class
org.apache.flink.streaming.api.transformations.OneInputTransformation
-
Packages that use OneInputTransformation Package Description org.apache.flink.streaming.runtime.translators -
-
Uses of OneInputTransformation in org.apache.flink.streaming.runtime.translators
Methods in org.apache.flink.streaming.runtime.translators with parameters of type OneInputTransformation Modifier and Type Method Description Collection<Integer>OneInputTransformationTranslator. translateForBatchInternal(OneInputTransformation<IN,OUT> transformation, TransformationTranslator.Context context)Collection<Integer>OneInputTransformationTranslator. translateForStreamingInternal(OneInputTransformation<IN,OUT> transformation, TransformationTranslator.Context context)
-