Uses of Interface
org.apache.flink.api.common.state.ReducingState
-
Packages that use ReducingState Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.state -
-
Uses of ReducingState in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return ReducingState 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 ReducingState in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return ReducingState Modifier and Type Method Description <T> ReducingState<T>AbstractRuntimeUDFContext. getReducingState(ReducingStateDescriptor<T> stateProperties) -
Uses of ReducingState in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return ReducingState Modifier and Type Method Description <T> ReducingState<T>KeyedStateStore. getReducingState(ReducingStateDescriptor<T> stateProperties)Gets a handle to the system's key/value reducing state.
-