Uses of Class
org.apache.flink.streaming.api.graph.util.StreamEdgeUpdateRequestInfo
Packages that use StreamEdgeUpdateRequestInfo
-
Uses of StreamEdgeUpdateRequestInfo in org.apache.flink.streaming.api.graph
Method parameters in org.apache.flink.streaming.api.graph with type arguments of type StreamEdgeUpdateRequestInfoModifier and TypeMethodDescriptionbooleanDefaultStreamGraphContext.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 StreamEdgeUpdateRequestInfoModifier and TypeMethodDescriptionStreamEdgeUpdateRequestInfo.withIntraInputKeyCorrelated(boolean intraInputKeyCorrelated) StreamEdgeUpdateRequestInfo.withOutputPartitioner(StreamPartitioner<?> outputPartitioner) StreamEdgeUpdateRequestInfo.withTypeNumber(int typeNumber)