Uses of Class
org.apache.flink.api.common.state.ReducingStateDescriptor
-
Packages that use ReducingStateDescriptor Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.state -
-
Uses of ReducingStateDescriptor in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions with parameters of type ReducingStateDescriptor Modifier and Type Method Description <T> ReducingState<T>RuntimeContext. getReducingState(ReducingStateDescriptor<T> stateProperties)Gets a handle to the system's key/value reducing state. -
Uses of ReducingStateDescriptor in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util with parameters of type ReducingStateDescriptor Modifier and Type Method Description <T> ReducingState<T>AbstractRuntimeUDFContext. getReducingState(ReducingStateDescriptor<T> stateProperties) -
Uses of ReducingStateDescriptor in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state with parameters of type ReducingStateDescriptor Modifier and Type Method Description <T> ReducingState<T>KeyedStateStore. getReducingState(ReducingStateDescriptor<T> stateProperties)Gets a handle to the system's key/value reducing state.
-