| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.async | |
| org.apache.flink.streaming.api.operators.sortpartition |
| Modifier and Type | Class and Description |
|---|---|
class |
MapPartitionOperator<IN,OUT>
The
MapPartitionOperator is used to process all records in each partition on non-keyed
stream. |
class |
PartitionAggregateOperator<IN,ACC,OUT>
The
PartitionAggregateOperator is used to apply the aggregate transformation on all
records of each partition. |
class |
PartitionReduceOperator<IN>
The
PartitionReduceOperator is used to apply the reduce transformation on all records of
each partition. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncWaitOperator<IN,OUT>
The
AsyncWaitOperator allows to asynchronously process incoming stream records. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyedSortPartitionOperator<INPUT,KEY>
The
KeyedSortPartitionOperator sorts records of a partition on KeyedStream. |
class |
SortPartitionOperator<INPUT>
The
SortPartitionOperator sorts records of a partition on non-keyed data stream. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.