Class StreamNodeUpdateRequestInfo


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

      • StreamNodeUpdateRequestInfo

        public StreamNodeUpdateRequestInfo​(Integer nodeId)
    • Method Detail

      • withTypeSerializersIn

        public StreamNodeUpdateRequestInfo withTypeSerializersIn​(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] typeSerializersIn)
      • getNodeId

        public Integer getNodeId()
      • getTypeSerializersIn

        @Nullable
        public org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getTypeSerializersIn()