Uses of Interface
org.apache.flink.api.common.state.State
-
Packages that use State Package Description org.apache.flink.api.common.state -
-
Uses of State in org.apache.flink.api.common.state
Classes in org.apache.flink.api.common.state with type parameters of type State Modifier and Type Class Description classStateDescriptor<S extends State,T>Base class for state descriptors.Subinterfaces of State in org.apache.flink.api.common.state 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.interfaceBroadcastState<K,V>A type of state that can be created to store the state of aBroadcastStream.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.interfaceReadOnlyBroadcastState<K,V>A read-only view of theBroadcastState.interfaceReducingState<T>Stateinterface for reducing state.interfaceValueState<T>Stateinterface for partitioned single-value state.
-