Uses of Package
org.apache.flink.api.common.state.v2
-
Packages that use org.apache.flink.api.common.state.v2 Package Description org.apache.flink.api.common.state.v2 -
Classes in org.apache.flink.api.common.state.v2 used by org.apache.flink.api.common.state.v2 Class Description AppendingState Base interface for partitioned state that supports adding elements and inspecting the current state.MergingState Extension ofAppendingStatethat allows merging of state.State Interface that different types of partitioned state must implement.StateFuture StateFuture is a future that act as a return value for async state interfaces.StateIterator Asynchronous iterators allow to iterate over data that comes asynchronously, on-demand.