Uses of Interface
org.apache.flink.runtime.state.v2.internal.InternalStateAccessible
Packages that use InternalStateAccessible
Package
Description
-
Uses of InternalStateAccessible in org.apache.flink.runtime.state.v2
Classes in org.apache.flink.runtime.state.v2 that implement InternalStateAccessibleModifier 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 InternalStateAccessible in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement InternalStateAccessibleModifier and TypeClassDescriptionclassAggregatingStateAdaptor<K,N, IN, ACC, OUT> An adaptor that transformsInternalAggregatingStateintoInternalAggregatingState.classReducingStateAdaptor<K,N, V> An adaptor that transformsInternalReducingStateintoInternalReducingState. -
Uses of InternalStateAccessible in org.apache.flink.runtime.state.v2.internal
Subinterfaces of InternalStateAccessible in org.apache.flink.runtime.state.v2.internalModifier and TypeInterfaceDescriptioninterfaceInternalAggregatingState<K,N, IN, ACC, OUT> This class defines the internal interface for aggregating state.interfaceInternalReducingState<K,N, T> This class defines the internal interface for reducing state.