Interface InternalKeyedState<K,N,V>
- Type Parameters:
K- The type of key the state is associated to.N- The namespace type.V- The type of the intermediate state.
- All Superinterfaces:
InternalPartitionedState<N>,org.apache.flink.api.common.state.v2.State
- All Known Subinterfaces:
InternalAggregatingState<K,,N, IN, ACC, OUT> InternalAppendingState<K,,N, IN, SV, OUT, SYNCOUT> InternalListState<K,,N, V> InternalMapState<K,,N, UK, UV> InternalMergingState<K,,N, IN, SV, OUT, SYNCOUT> InternalReducingState<K,,N, T> InternalValueState<K,N, V>
- All Known Implementing Classes:
AbstractAggregatingState,AbstractKeyedState,AbstractListState,AbstractMapState,AbstractReducingState,AbstractValueState,AggregatingStateAdaptor,ListStateAdaptor,MapStateAdaptor,MergingStateAdaptor,ReducingStateAdaptor,StateWithDeclaredNamespace,ValueStateAdaptor
@Internal
public interface InternalKeyedState<K,N,V>
extends InternalPartitionedState<N>, org.apache.flink.api.common.state.v2.State
This class defines the internal interface for all keyed state.
-
Method Summary
Methods inherited from interface org.apache.flink.runtime.state.v2.internal.InternalPartitionedState
setCurrentNamespaceMethods inherited from interface org.apache.flink.api.common.state.v2.State
asyncClear, clear