| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.sortpartition | |
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations on data streams.
|
| Modifier and Type | Method and Description |
|---|---|
OperatorAttributes |
OperatorAttributesBuilder.build() |
default OperatorAttributes |
StreamOperatorFactory.getOperatorAttributes()
Is called to get the OperatorAttributes of the operator.
|
OperatorAttributes |
SimpleOperatorFactory.getOperatorAttributes() |
OperatorAttributes |
MapPartitionOperator.getOperatorAttributes() |
OperatorAttributes |
PartitionReduceOperator.getOperatorAttributes() |
default OperatorAttributes |
StreamOperator.getOperatorAttributes()
Called to get the OperatorAttributes of the operator.
|
OperatorAttributes |
PartitionAggregateOperator.getOperatorAttributes() |
| Modifier and Type | Method and Description |
|---|---|
OperatorAttributes |
KeyedSortPartitionOperator.getOperatorAttributes() |
OperatorAttributes |
SortPartitionOperator.getOperatorAttributes() |
| Modifier and Type | Method and Description |
|---|---|
OperatorAttributes |
WindowOperator.getOperatorAttributes() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.