Uses of Class
org.apache.flink.streaming.api.graph.util.StreamEdgeUpdateRequestInfo
-
Packages that use StreamEdgeUpdateRequestInfo Package Description org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.graph.util -
-
Uses of StreamEdgeUpdateRequestInfo in org.apache.flink.streaming.api.graph
Method parameters in org.apache.flink.streaming.api.graph with type arguments of type StreamEdgeUpdateRequestInfo Modifier and Type Method Description booleanDefaultStreamGraphContext. modifyStreamEdge(List<StreamEdgeUpdateRequestInfo> requestInfos)booleanStreamGraphContext. modifyStreamEdge(List<StreamEdgeUpdateRequestInfo> requestInfos)Atomically modifies stream edges within the StreamGraph. -
Uses of StreamEdgeUpdateRequestInfo in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return StreamEdgeUpdateRequestInfo Modifier and Type Method Description StreamEdgeUpdateRequestInfoStreamEdgeUpdateRequestInfo. withIntraInputKeyCorrelated(boolean intraInputKeyCorrelated)StreamEdgeUpdateRequestInfoStreamEdgeUpdateRequestInfo. withOutputPartitioner(StreamPartitioner<?> outputPartitioner)StreamEdgeUpdateRequestInfoStreamEdgeUpdateRequestInfo. withTypeNumber(int typeNumber)
-