Interface InternalValueState<K,N,T>
-
- Type Parameters:
K
- The type of key the state is associated toN
- The type of the namespaceT
- The type of elements in the list
- All Superinterfaces:
InternalKvState<K,N,T>
,org.apache.flink.api.common.state.State
,org.apache.flink.api.common.state.ValueState<T>
public interface InternalValueState<K,N,T> extends InternalKvState<K,N,T>, org.apache.flink.api.common.state.ValueState<T>
The peer to theValueState
in the internal state type hierarchy.See
InternalKvState
for a description of the internal state hierarchy.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.internal.InternalKvState
InternalKvState.StateIncrementalVisitor<K,N,V>
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.runtime.state.internal.InternalKvState
getKeySerializer, getNamespaceSerializer, getSerializedValue, getStateIncrementalVisitor, getValueSerializer, setCurrentNamespace
-
-