Uses of Interface
org.apache.flink.datastream.api.stream.DataStream
-
Packages that use DataStream Package Description org.apache.flink.datastream.api.stream -
-
Uses of DataStream in org.apache.flink.datastream.api.stream
Subinterfaces of DataStream in org.apache.flink.datastream.api.stream Modifier and Type Interface Description interfaceBroadcastStream<T>This interface represents a stream that each parallel task processes the same data.interfaceGlobalStream<T>This interface represents a stream that force single parallelism.static interfaceGlobalStream.ProcessConfigurableAndGlobalStream<T>This interface represents a configurableGlobalStream.interfaceKeyedPartitionStream<K,T>This interface represents a kind of partitioned data stream.static interfaceKeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T>This interface represents a configurableKeyedPartitionStream.interfaceNonKeyedPartitionStream<T>This interface represents a kind of partitioned data stream.static interfaceNonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<T>This interface represents a configurableNonKeyedPartitionStream.
-