Uses of Interface
org.apache.flink.datastream.api.stream.DataStream
Packages that use DataStream
-
Uses of DataStream in org.apache.flink.datastream.api.stream
Subinterfaces of DataStream in org.apache.flink.datastream.api.streamModifier and TypeInterfaceDescriptioninterfaceThis interface represents a stream that each parallel task processes the same data.interfaceGlobalStream<T>This interface represents a stream that force single parallelism.static interfaceThis interface represents a configurableGlobalStream.interfaceKeyedPartitionStream<K,T> This interface represents a kind of partitioned data stream.static interfaceThis interface represents a configurableKeyedPartitionStream.interfaceThis interface represents a kind of partitioned data stream.static interfaceThis interface represents a configurableNonKeyedPartitionStream.