Uses of Class
org.apache.flink.streaming.api.graph.util.StreamNodeUpdateRequestInfo
-
Packages that use StreamNodeUpdateRequestInfo Package Description org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.graph.util -
-
Uses of StreamNodeUpdateRequestInfo in org.apache.flink.streaming.api.graph
Method parameters in org.apache.flink.streaming.api.graph with type arguments of type StreamNodeUpdateRequestInfo Modifier and Type Method Description booleanDefaultStreamGraphContext. modifyStreamNode(List<StreamNodeUpdateRequestInfo> requestInfos)booleanStreamGraphContext. modifyStreamNode(List<StreamNodeUpdateRequestInfo> requestInfos)Modifies stream nodes within the StreamGraph. -
Uses of StreamNodeUpdateRequestInfo in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return StreamNodeUpdateRequestInfo Modifier and Type Method Description StreamNodeUpdateRequestInfoStreamNodeUpdateRequestInfo. withTypeSerializersIn(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] typeSerializersIn)
-