Class StreamNodeUpdateRequestInfo
- java.lang.Object
-
- org.apache.flink.streaming.api.graph.util.StreamNodeUpdateRequestInfo
-
@Internal public class StreamNodeUpdateRequestInfo extends Object
Helper class carries the data required to updates a stream edge.
-
-
Constructor Summary
Constructors Constructor Description StreamNodeUpdateRequestInfo(Integer nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getNodeId()
org.apache.flink.api.common.typeutils.TypeSerializer<?>[]
getTypeSerializersIn()
StreamNodeUpdateRequestInfo
withTypeSerializersIn(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] typeSerializersIn)
-
-
-
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()
-
-