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:
org.apache.flink.api.common.state.AppendingState<T,T>,InternalAppendingState<K,N,T,T,T>,InternalKvState<K,N,T>,InternalMergingState<K,N,T,T,T>,org.apache.flink.api.common.state.MergingState<T,T>,org.apache.flink.api.common.state.ReducingState<T>,org.apache.flink.api.common.state.State
public interface InternalReducingState<K,N,T> extends InternalMergingState<K,N,T,T,T>, org.apache.flink.api.common.state.ReducingState<T>
The peer to theReducingStatein the internal state type hierarchy.See
InternalKvStatefor 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.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
-
-