| Package | Description |
|---|---|
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Method and Description |
|---|---|
<T> org.apache.flink.api.common.state.v2.ValueState<T> |
DefaultKeyedStateStoreV2.getValueState(ValueStateDescriptor<T> stateProperties) |
<T> org.apache.flink.api.common.state.v2.ValueState<T> |
KeyedStateStoreV2.getValueState(ValueStateDescriptor<T> stateProperties)
Gets a handle to the system's
ValueState. |
| Constructor and Description |
|---|
InternalValueState(StateRequestHandler stateRequestHandler,
ValueStateDescriptor<V> valueStateDescriptor) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.