Uses of Interface
org.apache.flink.streaming.api.datastream.PartitionWindowedStream
Packages that use PartitionWindowedStream
-
Uses of PartitionWindowedStream in org.apache.flink.streaming.api.datastream
Classes in org.apache.flink.streaming.api.datastream that implement PartitionWindowedStreamModifier and TypeClassDescriptionclassKeyedPartitionWindowedStream<T,KEY> KeyedPartitionWindowedStreamrepresents a data stream that collects all records with the same key separately into a full window.classNonKeyedPartitionWindowedStreamrepresents 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 PartitionWindowedStreamModifier and TypeMethodDescriptionDataStream.fullWindowPartition()Collect records from each partition into a separate full window.KeyedStream.fullWindowPartition()Collect records from each partition into a separate full window.