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)Methods in org.apache.flink.streaming.api.graph with parameters of type NonChainedOutput Modifier and Type Method Description static IntermediateDataSetStreamingJobGraphGenerator. connect(Integer headOfChain, StreamEdge edge, NonChainedOutput output, Map<Integer,JobVertex> jobVertices, JobVertexBuildContext jobVertexBuildContext)Method parameters in org.apache.flink.streaming.api.graph with type arguments of type NonChainedOutput Modifier and Type Method Description static voidStreamingJobGraphGenerator. setAllOperatorNonChainedOutputsConfigs(Map<Integer,Map<StreamEdge,NonChainedOutput>> opIntermediateOutputs, JobVertexBuildContext jobVertexBuildContext)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.
-