| Package | Description |
|---|---|
| org.apache.flink.runtime.asyncprocessing |
| Modifier and Type | Method and Description |
|---|---|
RecordContext<K> |
AsyncExecutionController.buildContext(Object record,
K key)
Build a new context based on record and key.
|
RecordContext<K> |
StateRequest.getRecordContext() |
| Modifier and Type | Method and Description |
|---|---|
<OUT> org.apache.flink.core.state.InternalStateFuture<OUT> |
StateFutureFactory.create(RecordContext<K> context) |
void |
AsyncExecutionController.setCurrentContext(RecordContext<K> switchingContext)
Each time before a code segment (callback) is about to run in mailbox (task thread), this
method should be called to switch a context in AEC.
|
| Constructor and Description |
|---|
StateRequest(org.apache.flink.api.common.state.v2.State state,
StateRequestType type,
IN payload,
org.apache.flink.core.state.InternalStateFuture<OUT> stateFuture,
RecordContext<K> context) |
| Constructor and Description |
|---|
RecordContext(Object record,
K key,
Consumer<RecordContext<K>> disposer,
int keyGroup,
EpochManager.Epoch epoch) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.