| Package | Description |
|---|---|
| org.apache.flink.runtime.asyncprocessing | |
| org.apache.flink.runtime.state |
| Modifier and Type | Method and Description |
|---|---|
StateExecutor |
AsyncExecutionController.getStateExecutor() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
StateExecutor |
AsyncKeyedStateBackend.createStateExecutor()
Creates a
StateExecutor which supports to execute a batch of state requests
asynchronously. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.