Uses of Class
org.apache.flink.datastream.impl.stream.GlobalStreamImpl
Packages that use GlobalStreamImpl
-
Uses of GlobalStreamImpl in org.apache.flink.datastream.impl.stream
Constructors in org.apache.flink.datastream.impl.stream with parameters of type GlobalStreamImpl -
Uses of GlobalStreamImpl in org.apache.flink.datastream.impl.utils
Methods in org.apache.flink.datastream.impl.utils with parameters of type GlobalStreamImplModifier and TypeMethodDescriptionstatic <T> org.apache.flink.datastream.api.stream.GlobalStream.ProcessConfigurableAndGlobalStream<T>StreamUtils.wrapWithConfigureHandle(GlobalStreamImpl<T> stream) Wrap aGlobalStreamImplwith configure handle.