Uses of Package
org.apache.flink.runtime.state.v2
-
Packages that use org.apache.flink.runtime.state.v2 Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.v2 -
Classes in org.apache.flink.runtime.state.v2 used by org.apache.flink.runtime.state Class Description StateDescriptor Base class for state descriptors. -
Classes in org.apache.flink.runtime.state.v2 used by org.apache.flink.runtime.state.v2 Class Description AggregatingStateDescriptor AStateDescriptorforAggregatingState.InternalKeyedState TheInternalKeyedStateis the root of the internal state type hierarchy, similar to theStatebeing the root of the public API state hierarchy.KeyedStateStoreV2 This interface contains methods for registeringState.ListStateDescriptor StateDescriptorforListState.MapStateDescriptor StateDescriptorforMapState.ReducingStateDescriptor StateDescriptorforReducingState.StateDescriptor Base class for state descriptors.StateDescriptor.Type An enumeration of the types of supported states.ValueStateDescriptor StateDescriptorforValueState.