| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.operators.asyncprocessing |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.