Uses of Interface
org.apache.flink.api.common.state.AppendingState
-
Packages that use AppendingState Package Description org.apache.flink.api.common.state -
-
Uses of AppendingState in org.apache.flink.api.common.state
Subinterfaces of AppendingState in org.apache.flink.api.common.state 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>Extension ofAppendingStatethat allows merging of state.interfaceReducingState<T>Stateinterface for reducing state.
-