Uses of Class
org.apache.flink.streaming.api.graph.NonChainedOutput
-
Packages that use NonChainedOutput Package Description org.apache.flink.streaming.api.graph -
-
Uses of NonChainedOutput in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return types with arguments of type NonChainedOutput Modifier and Type Method Description List<NonChainedOutput>StreamConfig. getOperatorNonChainedOutputs(ClassLoader cl)List<NonChainedOutput>StreamConfig. getVertexNonChainedOutputs(ClassLoader cl)Method parameters in org.apache.flink.streaming.api.graph with type arguments of type NonChainedOutput Modifier and Type Method Description voidStreamConfig. setOperatorNonChainedOutputs(List<NonChainedOutput> nonChainedOutputs)Sets the operator level non-chained outputs.voidStreamConfig. setVertexNonChainedOutputs(List<NonChainedOutput> nonChainedOutputs)Sets the job vertex level non-chained outputs.
-