| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.operators.asyncprocessing |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> |
AsyncStateProcessing.makeRecordProcessor(AsyncStateProcessingOperator asyncOperator,
org.apache.flink.api.java.functions.KeySelector<T,?> keySelector,
org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> processor)
Static method helper to make a record processor with given infos.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.