Uses of Interface
org.apache.flink.api.common.state.v2.AppendingState
-
Packages that use AppendingState Package Description org.apache.flink.api.common.state.v2 -
-
Uses of AppendingState in org.apache.flink.api.common.state.v2
Subinterfaces of AppendingState in org.apache.flink.api.common.state.v2 Modifier and Type Interface Description interfaceAggregatingState<IN,OUT>Stateinterface for aggregating state, based on anAggregateFunction.interfaceListState<T>Stateinterface for partitioned list state in Operations.interfaceMergingState<IN,OUT,SYNCOUT>Extension ofAppendingStatethat allows merging of state.interfaceReducingState<T>Stateinterface for reducing state.
-