Uses of Class
org.apache.flink.runtime.state.v2.AggregatingStateDescriptor
-
Packages that use AggregatingStateDescriptor Package Description org.apache.flink.runtime.state.v2 org.apache.flink.streaming.api.operators -
-
Uses of AggregatingStateDescriptor in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 with parameters of type AggregatingStateDescriptor Modifier and Type Method Description <IN,ACC,OUT>
org.apache.flink.api.common.state.v2.AggregatingState<IN,OUT>DefaultKeyedStateStoreV2. getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties)<IN,ACC,OUT>
org.apache.flink.api.common.state.v2.AggregatingState<IN,OUT>KeyedStateStoreV2. getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties)Gets a handle to the system's key/value aggregating state.Constructors in org.apache.flink.runtime.state.v2 with parameters of type AggregatingStateDescriptor Constructor Description AbstractAggregatingState(StateRequestHandler stateRequestHandler, AggregatingStateDescriptor<IN,ACC,OUT> stateDescriptor)Creates a new AbstractKeyedState with the given asyncExecutionController and stateDescriptor. -
Uses of AggregatingStateDescriptor in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type AggregatingStateDescriptor Modifier and Type Method Description <IN,ACC,OUT>
org.apache.flink.api.common.state.v2.AggregatingState<IN,OUT>StreamingRuntimeContext. getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties)
-