Uses of Interface
org.apache.flink.streaming.api.datastream.PartitionWindowedStream
-
Packages that use PartitionWindowedStream Package Description org.apache.flink.streaming.api.datastream -
-
Uses of PartitionWindowedStream in org.apache.flink.streaming.api.datastream
Classes in org.apache.flink.streaming.api.datastream that implement PartitionWindowedStream Modifier and Type Class Description class
KeyedPartitionWindowedStream<T,KEY>
KeyedPartitionWindowedStream
represents a data stream that collects all records with the same key separately into a full window.class
NonKeyedPartitionWindowedStream<T>
NonKeyedPartitionWindowedStream
represents a data stream that collects all records of each subtask separately into a full window.Methods in org.apache.flink.streaming.api.datastream that return PartitionWindowedStream Modifier and Type Method Description PartitionWindowedStream<T>
DataStream. fullWindowPartition()
Collect records from each partition into a separate full window.PartitionWindowedStream<T>
KeyedStream. fullWindowPartition()
Collect records from each partition into a separate full window.
-