Uses of Class
org.apache.flink.streaming.api.graph.NonChainedOutput
Packages that use NonChainedOutput
-
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 NonChainedOutputModifier and TypeMethodDescriptionStreamConfig.getOperatorNonChainedOutputs(ClassLoader cl) StreamConfig.getVertexNonChainedOutputs(ClassLoader cl) Methods in org.apache.flink.streaming.api.graph with parameters of type NonChainedOutputModifier and TypeMethodDescriptionstatic 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 NonChainedOutputModifier and TypeMethodDescriptionstatic 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.