Uses of Class
org.apache.flink.api.dag.Transformation
-
Packages that use Transformation Package Description org.apache.flink.api.dag -
-
Uses of Transformation in org.apache.flink.api.dag
Methods in org.apache.flink.api.dag that return types with arguments of type Transformation Modifier and Type Method Description abstract List<Transformation<?>>Transformation. getInputs()Returns thetransformationsthat are the immediate predecessors of the current transformation in the transformation graph.List<Transformation<?>>Transformation. getTransitivePredecessors()Returns all transitive predecessorTransformations of thisTransformation.protected abstract List<Transformation<?>>Transformation. getTransitivePredecessorsInternal()Returns all transitive predecessorTransformations of thisTransformation.
-