Uses of Class
org.apache.flink.streaming.api.graph.util.ChainedSourceInfo
-
Packages that use ChainedSourceInfo Package Description org.apache.flink.streaming.api.graph.util -
-
Uses of ChainedSourceInfo in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return types with arguments of type ChainedSourceInfo Modifier and Type Method Description Map<Integer,ChainedSourceInfo>OperatorChainInfo. getChainedSources()Methods in org.apache.flink.streaming.api.graph.util with parameters of type ChainedSourceInfo Modifier and Type Method Description voidOperatorChainInfo. addChainedSource(StreamNode sourceNode, ChainedSourceInfo chainedSourceInfo)
-