Uses of Interface
org.apache.flink.datastream.api.stream.GlobalStream
-
Packages that use GlobalStream Package Description org.apache.flink.datastream.api.stream -
-
Uses of GlobalStream in org.apache.flink.datastream.api.stream
Subinterfaces of GlobalStream in org.apache.flink.datastream.api.stream Modifier and Type Interface Description static interfaceGlobalStream.ProcessConfigurableAndGlobalStream<T>This interface represents a configurableGlobalStream.Methods in org.apache.flink.datastream.api.stream that return GlobalStream Modifier and Type Method Description GlobalStream<T>KeyedPartitionStream. global()Coalesce this stream to aGlobalStream.GlobalStream<T>NonKeyedPartitionStream. global()Coalesce this stream to aGlobalStream.Methods in org.apache.flink.datastream.api.stream with parameters of type GlobalStream Modifier and Type Method Description <T_OTHER,OUT>
GlobalStream.ProcessConfigurableAndGlobalStream<OUT>GlobalStream. connectAndProcess(GlobalStream<T_OTHER> other, TwoInputNonBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)Apply a two input operation to this and otherGlobalStream.
-