Uses of Class
org.apache.flink.runtime.state.v2.ReducingStateDescriptor
-
Packages that use ReducingStateDescriptor Package Description org.apache.flink.runtime.state.v2 org.apache.flink.streaming.api.operators -
-
Uses of ReducingStateDescriptor in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 with parameters of type ReducingStateDescriptor Modifier and Type Method Description <T> org.apache.flink.api.common.state.v2.ReducingState<T>DefaultKeyedStateStoreV2. getReducingState(ReducingStateDescriptor<T> stateProperties)<T> org.apache.flink.api.common.state.v2.ReducingState<T>KeyedStateStoreV2. getReducingState(ReducingStateDescriptor<T> stateProperties)Gets a handle to the system's key/value reducing state.Constructors in org.apache.flink.runtime.state.v2 with parameters of type ReducingStateDescriptor Constructor Description AbstractReducingState(StateRequestHandler stateRequestHandler, ReducingStateDescriptor<V> stateDescriptor) -
Uses of ReducingStateDescriptor in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type ReducingStateDescriptor Modifier and Type Method Description <T> org.apache.flink.api.common.state.v2.ReducingState<T>StreamingRuntimeContext. getReducingState(ReducingStateDescriptor<T> stateProperties)
-