Interface InternalReducingState<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 aggregated by the ReduceFunction
- All Superinterfaces:
AppendingState<T,T>
,InternalAppendingState<K,N,T,T,T>
,InternalKvState<K,N,T>
,InternalMergingState<K,N,T,T,T>
,MergingState<T,T>
,ReducingState<T>
,State
public interface InternalReducingState<K,N,T> extends InternalMergingState<K,N,T,T,T>, ReducingState<T>
The peer to theReducingState
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.api.common.state.AppendingState
add, get
-
Methods inherited from interface org.apache.flink.runtime.state.internal.InternalAppendingState
getInternal, updateInternal
-
Methods inherited from interface org.apache.flink.runtime.state.internal.InternalKvState
getKeySerializer, getNamespaceSerializer, getSerializedValue, getStateIncrementalVisitor, getValueSerializer, setCurrentNamespace
-
Methods inherited from interface org.apache.flink.runtime.state.internal.InternalMergingState
mergeNamespaces
-
-