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