| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.v2 |
| Class and Description |
|---|
| StateDescriptor
Base class for state descriptors.
|
| Class and Description |
|---|
| AggregatingStateDescriptor
A
StateDescriptor for AggregatingState. |
| InternalKeyedState
The
InternalKeyedState is the root of the internal state type hierarchy, similar to the
State being the root of the public API state hierarchy. |
| KeyedStateStoreV2
This interface contains methods for registering
State. |
ListStateDescriptor
StateDescriptor for ListState. |
MapStateDescriptor
StateDescriptor for MapState. |
ReducingStateDescriptor
StateDescriptor for ReducingState. |
| StateDescriptor
Base class for state descriptors.
|
| StateDescriptor.Type
An enumeration of the types of supported states.
|
ValueStateDescriptor
StateDescriptor for ValueState. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.