Uses of Class
org.apache.flink.streaming.api.graph.util.OperatorChainInfo
-
Packages that use OperatorChainInfo Package Description org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.graph.util -
-
Uses of OperatorChainInfo in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph with parameters of type OperatorChainInfo Modifier and Type Method Description static List<StreamEdge>StreamingJobGraphGenerator. createChain(Integer currentNodeId, int chainIndex, OperatorChainInfo chainInfo, Map<Integer,OperatorChainInfo> chainEntryPoints, boolean canCreateNewChain, Executor serializationExecutor, JobVertexBuildContext jobVertexBuildContext, Consumer<Integer> visitedStreamNodeConsumer)static org.apache.flink.api.common.operators.ResourceSpecStreamingJobGraphGenerator. createChainedMinResources(Integer vertexID, List<StreamEdge> chainedOutputs, OperatorChainInfo operatorChainInfo, JobVertexBuildContext jobVertexBuildContext)static org.apache.flink.api.common.operators.ResourceSpecStreamingJobGraphGenerator. createChainedPreferredResources(Integer vertexID, List<StreamEdge> chainedOutputs, OperatorChainInfo operatorChainInfo, JobVertexBuildContext jobVertexBuildContext)static JobVertexStreamingJobGraphGenerator. createJobVertex(OperatorChainInfo chainInfo, Executor serializationExecutor, JobVertexBuildContext jobVertexBuildContext)static voidStreamingJobGraphGenerator. setOperatorConfig(Integer vertexId, StreamConfig config, OperatorChainInfo chainInfo, JobVertexBuildContext jobVertexBuildContext)Method parameters in org.apache.flink.streaming.api.graph with type arguments of type OperatorChainInfo Modifier and Type Method Description static List<StreamEdge>StreamingJobGraphGenerator. createChain(Integer currentNodeId, int chainIndex, OperatorChainInfo chainInfo, Map<Integer,OperatorChainInfo> chainEntryPoints, boolean canCreateNewChain, Executor serializationExecutor, JobVertexBuildContext jobVertexBuildContext, Consumer<Integer> visitedStreamNodeConsumer)static StringStreamingJobGraphGenerator. createChainedName(Integer vertexID, List<StreamEdge> chainedOutputs, Optional<OperatorChainInfo> operatorChainInfo, Map<Integer,String> chainedNames, JobVertexBuildContext jobVertexBuildContext)static voidStreamingJobGraphGenerator. createSourceChainInfo(StreamNode sourceNode, Map<Integer,OperatorChainInfo> chainEntryPoints, JobVertexBuildContext jobVertexBuildContext) -
Uses of OperatorChainInfo in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return OperatorChainInfo Modifier and Type Method Description OperatorChainInfoJobVertexBuildContext. getChainInfo(Integer startNodeId)OperatorChainInfoOperatorChainInfo. newChain(Integer startNodeId)Methods in org.apache.flink.streaming.api.graph.util that return types with arguments of type OperatorChainInfo Modifier and Type Method Description Map<Integer,OperatorChainInfo>JobVertexBuildContext. getChainInfosInOrder()Methods in org.apache.flink.streaming.api.graph.util with parameters of type OperatorChainInfo Modifier and Type Method Description voidJobVertexBuildContext. addChainInfo(Integer startNodeId, OperatorChainInfo chainInfo)
-