Class StreamEdgeUpdateRequestInfo
java.lang.Object
org.apache.flink.streaming.api.graph.util.StreamEdgeUpdateRequestInfo
Helper class carries the data required to updates a stream edge.
-
Constructor Summary
ConstructorsConstructorDescriptionStreamEdgeUpdateRequestInfo(String edgeId, Integer sourceId, Integer targetId) -
Method Summary
Modifier and TypeMethodDescriptionintwithIntraInputKeyCorrelated(boolean intraInputKeyCorrelated) withOutputPartitioner(StreamPartitioner<?> outputPartitioner) withTypeNumber(int typeNumber)
-
Constructor Details
-
StreamEdgeUpdateRequestInfo
-
-
Method Details
-
withOutputPartitioner
-
withTypeNumber
-
getEdgeId
-
getSourceId
-
getTargetId
-
getOutputPartitioner
-
getTypeNumber
public int getTypeNumber()
-