Interface KeyedPartitionStream<K,T>

All Superinterfaces:
DataStream
All Known Subinterfaces:
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T>

@Experimental public interface KeyedPartitionStream<K,T> extends DataStream
This interface represents a kind of partitioned data stream. For this stream, each key is a partition, and the partition to which the data belongs is deterministic.