| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Method and Description |
|---|---|
<SV,S extends org.apache.flink.api.common.state.v2.State> |
AsyncKeyedStateBackend.createState(StateDescriptor<SV> stateDesc)
Creates and returns a new state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatingStateDescriptor<IN,ACC,OUT>
A
StateDescriptor for AggregatingState. |
class |
ListStateDescriptor<T>
StateDescriptor for ListState. |
class |
MapStateDescriptor<UK,UV>
StateDescriptor for MapState. |
class |
ReducingStateDescriptor<T>
StateDescriptor for ReducingState. |
class |
ValueStateDescriptor<T>
StateDescriptor for ValueState. |
| Modifier and Type | Method and Description |
|---|---|
StateDescriptor<V> |
InternalKeyedState.getStateDescriptor()
Return specific
StateDescriptor. |
| Constructor and Description |
|---|
InternalKeyedState(StateRequestHandler stateRequestHandler,
StateDescriptor<V> stateDescriptor)
Creates a new InternalKeyedState with the given asyncExecutionController and stateDescriptor.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.