| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.operators.asyncprocessing |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInput<IN,OUT>
Base abstract implementation of
Input interface intended to be used when extending AbstractStreamOperatorV2. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncStateProcessingOperator
A more detailed interface based on
AsyncStateProcessing, which gives the essential
methods for an operator to perform async state processing. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncStateStreamOperator<OUT>
This operator is an abstract class that give the
AbstractStreamOperator the ability to
perform AsyncStateProcessing. |
class |
AbstractAsyncStateStreamOperatorV2<OUT>
This operator is an abstract class that give the
AbstractStreamOperatorV2 the ability to
perform AsyncStateProcessing. |
class |
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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.