| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream |
| Modifier and Type | Class and 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. |
| Modifier and Type | Method and 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.
|
PartitionWindowedStream<T> |
IterativeStream.fullWindowPartition()
Deprecated.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.