Uses of Interface
org.apache.flink.api.common.state.v2.State
-
Packages that use State Package Description org.apache.flink.api.common.state.v2 -
-
Uses of State in org.apache.flink.api.common.state.v2
Subinterfaces of State in org.apache.flink.api.common.state.v2 Modifier and Type Interface Description interfaceAggregatingState<IN,OUT>Stateinterface for aggregating state, based on anAggregateFunction.interfaceAppendingState<IN,OUT>Base interface for partitioned state that supports adding elements and inspecting the current state.interfaceListState<T>Stateinterface for partitioned list state in Operations.interfaceMapState<UK,UV>Stateinterface for partitioned key-value state.interfaceMergingState<IN,OUT>Extension ofAppendingStatethat allows merging of state.interfaceReducingState<T>Stateinterface for reducing state.interfaceValueState<T>Stateinterface for partitioned single-value state.
-