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 classKeyedPartitionWindowedStream<T,KEY>KeyedPartitionWindowedStreamrepresents a data stream that collects all records with the same key separately into a full window.classNonKeyedPartitionWindowedStream<T>NonKeyedPartitionWindowedStreamrepresents 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.
-