| Interface | Description |
|---|---|
| AsyncStateProcessing |
This class defines the basic interfaces to process a state in operator/input layer.
|
| AsyncStateProcessingOperator |
A more detailed interface based on
AsyncStateProcessing, which gives the essential
methods for an operator to perform async state processing. |
| Class | Description |
|---|---|
| AbstractAsyncStateStreamOperator<OUT> |
This operator is an abstract class that give the
AbstractStreamOperator the ability to
perform AsyncStateProcessing. |
| AbstractAsyncStateStreamOperatorV2<OUT> |
This operator is an abstract class that give the
AbstractStreamOperatorV2 the ability to
perform AsyncStateProcessing. |
| AbstractAsyncStateUdfStreamOperator<OUT,F extends org.apache.flink.api.common.functions.Function> |
This is used as the base class for operators that have a user-defined function.
|
| Enum | Description |
|---|---|
| ElementOrder |
This enum defines the element order of being processed.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.