Uses of Class
org.apache.flink.datastream.impl.stream.GlobalStreamImpl
-
Packages that use GlobalStreamImpl Package Description org.apache.flink.datastream.impl.stream org.apache.flink.datastream.impl.utils -
-
Uses of GlobalStreamImpl in org.apache.flink.datastream.impl.stream
Constructors in org.apache.flink.datastream.impl.stream with parameters of type GlobalStreamImpl Constructor Description ProcessConfigurableAndGlobalStreamImpl(GlobalStreamImpl<T> stream) -
Uses of GlobalStreamImpl in org.apache.flink.datastream.impl.utils
Methods in org.apache.flink.datastream.impl.utils with parameters of type GlobalStreamImpl Modifier and Type Method Description static <T> org.apache.flink.datastream.api.stream.GlobalStream.ProcessConfigurableAndGlobalStream<T>StreamUtils. wrapWithConfigureHandle(GlobalStreamImpl<T> stream)Wrap aGlobalStreamImplwith configure handle.
-