Uses of Package
org.apache.flink.state.forst.sync
Packages that use org.apache.flink.state.forst.sync
-
Classes in org.apache.flink.state.forst.sync used by org.apache.flink.state.forstClassDescriptionThis class was originally a wrapper around
RocksIteratorto check the iterator status for all the methods mentioned to require this check in the wiki documentation: seek, next, seekToFirst, seekToLast, seekForPrev, and prev.The configuration of rocksDB priority queue state implementation. -
Classes in org.apache.flink.state.forst.sync used by org.apache.flink.state.forst.syncClassDescriptionBase class for iterators over RocksDB column families.Base class for
Stateimplementations that store state in a RocksDB database.Cache that is organized as an ordered set for byte-arrays.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.The configuration of rocksDB priority queue state implementation.AnAbstractKeyedStateBackendthat stores its state inRocksDBand serializes state to streams provided by aCheckpointStreamFactoryupon checkpointing.Builder class forForStSyncKeyedStateBackendwhich handles all necessary initializations and clean ups.