Package org.apache.flink.datastream.api.stream
package org.apache.flink.datastream.api.stream
-
InterfacesClassDescriptionThis interface represents a stream that each parallel task processes the same data.This is the topmost base interface of all streams of DataStream V2 API.GlobalStream<T>This interface represents a stream that force single parallelism.This interface represents a configurable
GlobalStream.This class represents a combination of twoGlobalStream.KeyedPartitionStream<K,T> This interface represents a kind of partitioned data stream.This interface represents a configurableKeyedPartitionStream.This class represents a combination of twoKeyedPartitionStream.This interface represents a kind of partitioned data stream.This interface represents a configurableNonKeyedPartitionStream.This interface represents a combination of twoNonKeyedPartitionStream.ProcessConfigurable<T extends ProcessConfigurable<T>>This represents the configuration handle of processing.