Uses of Package
org.apache.flink.state.forst.sync
-
Packages that use org.apache.flink.state.forst.sync Package Description org.apache.flink.state.forst org.apache.flink.state.forst.sync -
Classes in org.apache.flink.state.forst.sync used by org.apache.flink.state.forst Class Description ForStIteratorWrapper This class was originally a wrapper aroundRocksIteratorto check the iterator status for all the methods mentioned to require this check in the wiki documentation: seek, next, seekToFirst, seekToLast, seekForPrev, and prev.ForStPriorityQueueConfig The configuration of ForSt priority queue state implementation. -
Classes in org.apache.flink.state.forst.sync used by org.apache.flink.state.forst.sync Class Description AbstractForStStateKeysIterator Base class for iterators over RocksDB column families.AbstractForStSyncState Base class forStateimplementations that store state in a RocksDB database.ForStDBCachingPriorityQueueSet.OrderedByteArraySetCache Cache that is organized as an ordered set for byte-arrays.ForStIteratorWrapper This class was originally a wrapper aroundRocksIteratorto check the iterator status for all the methods mentioned to require this check in the wiki documentation: seek, next, seekToFirst, seekToLast, seekForPrev, and prev.ForStPriorityQueueConfig The configuration of ForSt priority queue state implementation.ForStSyncKeyedStateBackend AnAbstractKeyedStateBackendthat stores its state inForStDBand serializes state to streams provided by aCheckpointStreamFactoryupon checkpointing.ForStSyncKeyedStateBackendBuilder Builder class forForStSyncKeyedStateBackendwhich handles all necessary initializations and clean ups.