| Package | Description |
|---|---|
| org.apache.flink.runtime.asyncprocessing | |
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.v2 |
| Class and Description |
|---|
| AsyncExecutionController
The Async Execution Controller (AEC) receives processing requests from operators, and put them
into execution according to some strategies.
|
| EpochManager.Epoch
All inputs are segment into distinct epochs, marked by the arrival of non-record inputs.
|
| EpochManager.ParallelMode
This enum defines whether parallel execution between epochs is allowed.
|
| RecordContext
A context that preserves the necessary variables required by each operation, all operations for
one record will share the same element context.
|
| RecordContext.DisposerRunner |
| ReferenceCounted
An object that can be reference counted, the internal resource would be released when the
reference count reaches zero.
|
| StateExecutor
Executor for executing batch
StateRequests. |
| StateRequest
A request encapsulates the necessary data to perform a state request.
|
| StateRequestContainer
A container which is used to hold
StateRequests. |
| StateRequestHandler
The handler which can process
StateRequest. |
| StateRequestType
The type of processing request for
State from **users' perspective**. |
| Class and Description |
|---|
| StateExecutor
Executor for executing batch
StateRequests. |
| StateRequestHandler
The handler which can process
StateRequest. |
| Class and Description |
|---|
| StateRequestHandler
The handler which can process
StateRequest. |
| StateRequestType
The type of processing request for
State from **users' perspective**. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.