Uses of Interface
org.apache.flink.runtime.state.v2.internal.InternalAggregatingState
Packages that use InternalAggregatingState
Package
Description
-
Uses of InternalAggregatingState in org.apache.flink.runtime.state.v2
Classes in org.apache.flink.runtime.state.v2 that implement InternalAggregatingStateModifier and TypeClassDescriptionclassAbstractAggregatingState<K,N, IN, ACC, OUT> The default implementation ofAggregatingState, which delegates all async requests toStateRequestHandler.classAbstractReducingState<K,N, V> A default implementation ofReducingStatewhich delegates all async requests toStateRequestHandler. -
Uses of InternalAggregatingState in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement InternalAggregatingStateModifier and TypeClassDescriptionclassAggregatingStateAdaptor<K,N, IN, ACC, OUT> An adaptor that transformsInternalAggregatingStateintoInternalAggregatingState.classReducingStateAdaptor<K,N, V> An adaptor that transformsInternalReducingStateintoInternalReducingState. -
Uses of InternalAggregatingState in org.apache.flink.runtime.state.v2.internal
Subinterfaces of InternalAggregatingState in org.apache.flink.runtime.state.v2.internalModifier and TypeInterfaceDescriptioninterfaceInternalReducingState<K,N, T> This class defines the internal interface for reducing state.