Class StreamNodeUpdateRequestInfo
java.lang.Object
org.apache.flink.streaming.api.graph.util.StreamNodeUpdateRequestInfo
Helper class carries the data required to updates a stream edge.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializer<?>[]withTypeSerializersIn(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] typeSerializersIn)
-
Constructor Details
-
StreamNodeUpdateRequestInfo
-
-
Method Details
-
withTypeSerializersIn
public StreamNodeUpdateRequestInfo withTypeSerializersIn(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] typeSerializersIn) -
getNodeId
-
getTypeSerializersIn
@Nullable public org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getTypeSerializersIn()
-