Uses of Interface
org.apache.flink.api.common.state.AggregatingState
-
Packages that use AggregatingState Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.state -
-
Uses of AggregatingState in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return AggregatingState Modifier and Type Method Description <IN,ACC,OUT>
AggregatingState<IN,OUT>RuntimeContext. getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties)Gets a handle to the system's key/value aggregating state. -
Uses of AggregatingState in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return AggregatingState Modifier and Type Method Description <IN,ACC,OUT>
AggregatingState<IN,OUT>AbstractRuntimeUDFContext. getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties) -
Uses of AggregatingState in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return AggregatingState Modifier and Type Method Description <IN,ACC,OUT>
AggregatingState<IN,OUT>KeyedStateStore. getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties)Gets a handle to the system's key/value folding state.
-