K - The type of key the state is associated to.V - The type of values kept internally in state.public class InternalValueState<K,V> extends InternalKeyedState<K,V> implements org.apache.flink.api.common.state.v2.ValueState<V>
ValueState which delegates all async requests to AsyncExecutionController.| Constructor and Description |
|---|
InternalValueState(StateRequestHandler stateRequestHandler,
ValueStateDescriptor<V> valueStateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.state.v2.StateFuture<Void> |
asyncUpdate(V value) |
org.apache.flink.api.common.state.v2.StateFuture<V> |
asyncValue() |
asyncClear, getStateDescriptor, getValueSerializer, handleRequestpublic InternalValueState(StateRequestHandler stateRequestHandler, ValueStateDescriptor<V> valueStateDescriptor)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.