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