Uses of Class
org.apache.flink.streaming.api.transformations.GlobalCommitterTransform
-
Packages that use GlobalCommitterTransform Package Description org.apache.flink.streaming.runtime.translators -
-
Uses of GlobalCommitterTransform in org.apache.flink.streaming.runtime.translators
Methods in org.apache.flink.streaming.runtime.translators with parameters of type GlobalCommitterTransform Modifier and Type Method Description Collection<Integer>GlobalCommitterTransformationTranslator. translateForBatch(GlobalCommitterTransform<CommT> transformation, TransformationTranslator.Context context)Collection<Integer>GlobalCommitterTransformationTranslator. translateForStreaming(GlobalCommitterTransform<CommT> transformation, TransformationTranslator.Context context)
-