| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.asyncprocessing | |
| org.apache.flink.runtime.state |
| 限定符和类型 | 方法和说明 |
|---|---|
StateExecutor |
AsyncExecutionController.getStateExecutor() |
| 构造器和说明 |
|---|
AsyncExecutionController(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor,
org.apache.flink.core.state.StateFutureImpl.AsyncFrameworkExceptionHandler exceptionHandler,
StateExecutor stateExecutor,
int maxParallelism,
int batchSize,
long bufferTimeout,
int maxInFlightRecords) |
| 限定符和类型 | 方法和说明 |
|---|---|
StateExecutor |
AsyncKeyedStateBackend.createStateExecutor()
Creates a
StateExecutor which supports to execute a batch of state requests
asynchronously. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.