Class StreamEdgeUpdateRequestInfo

java.lang.Object
org.apache.flink.streaming.api.graph.util.StreamEdgeUpdateRequestInfo

@Internal public class StreamEdgeUpdateRequestInfo extends Object
Helper class carries the data required to updates a stream edge.
  • Constructor Details

    • StreamEdgeUpdateRequestInfo

      public StreamEdgeUpdateRequestInfo(String edgeId, Integer sourceId, Integer targetId)
  • Method Details