Uses of Interface
org.apache.flink.datastream.api.stream.GlobalStream
Packages that use GlobalStream
-
Uses of GlobalStream in org.apache.flink.datastream.api.stream
Subinterfaces of GlobalStream in org.apache.flink.datastream.api.streamModifier and TypeInterfaceDescriptionstatic interfaceThis interface represents a configurableGlobalStream.Methods in org.apache.flink.datastream.api.stream that return GlobalStreamModifier and TypeMethodDescriptionKeyedPartitionStream.global()Coalesce this stream to aGlobalStream.NonKeyedPartitionStream.global()Coalesce this stream to aGlobalStream.Methods in org.apache.flink.datastream.api.stream with parameters of type GlobalStreamModifier and TypeMethodDescription<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.