Uses of Class
org.apache.flink.streaming.api.transformations.StubTransformation
-
Packages that use StubTransformation Package Description org.apache.flink.streaming.api.transformations org.apache.flink.streaming.runtime.translators -
-
Uses of StubTransformation in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return StubTransformation Modifier and Type Method Description static <T> StubTransformation<T>StubTransformation. create(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInformation, Predicate<org.apache.flink.api.dag.Transformation<?>> upstreamFinder)Creates a newStubTransformationwith the given type information and predicate to find the upstream transformation.static <T> StubTransformation<T>StubTransformation. create(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInformation, Predicate<org.apache.flink.api.dag.Transformation<?>> upstreamFinder, Function<org.apache.flink.api.dag.Transformation<?>,org.apache.flink.api.dag.Transformation<?>> inputAdjuster)Creates a newStubTransformationwith the given type information and predicate to find the upstream transformation and additionally allows the upstream transformation to be adjusted before connecting it to the downstream transformations. -
Uses of StubTransformation in org.apache.flink.streaming.runtime.translators
Methods in org.apache.flink.streaming.runtime.translators with parameters of type StubTransformation Modifier and Type Method Description protected Collection<Integer>StubTransformationTranslator. translateForBatchInternal(StubTransformation<OUT> transformation, TransformationTranslator.Context context)protected Collection<Integer>StubTransformationTranslator. translateForStreamingInternal(StubTransformation<OUT> transformation, TransformationTranslator.Context context)
-