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