- Type Parameters:
K
- The type of key the state is associated to.
N
- The namespace type.
V
- Type of the value in the operator state.
- All Superinterfaces:
InternalKeyedState<K,N,V>
, InternalPartitionedState<N>
, org.apache.flink.api.common.state.v2.State
, org.apache.flink.api.common.state.v2.ValueState<V>
- All Known Implementing Classes:
AbstractValueState
, ValueStateAdaptor
@Internal
public interface InternalValueState<K,N,V>
extends InternalKeyedState<K,N,V>, org.apache.flink.api.common.state.v2.ValueState<V>
This class defines the internal interface for value state.