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 aroundRocksIterator
to 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 rocksDB 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 forState
implementations 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 aroundRocksIterator
to 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 rocksDB priority queue state implementation.ForStSyncKeyedStateBackend AnAbstractKeyedStateBackend
that stores its state inRocksDB
and serializes state to streams provided by aCheckpointStreamFactory
upon checkpointing.ForStSyncKeyedStateBackendBuilder Builder class forForStSyncKeyedStateBackend
which handles all necessary initializations and clean ups.