AbstractRocksDBState<K,N,V> |
Base class for State implementations that store state in a RocksDB database.
|
EmbeddedRocksDBStateBackend |
A StateBackend that stores its state in an embedded
RocksDB instance.
|
EmbeddedRocksDBStateBackendFactory |
|
RocksDBCachingPriorityQueueSet<E extends HeapPriorityQueueElement> |
A priority queue with set semantics, implemented on top of RocksDB.
|
RocksDBConfigurableOptions |
|
RocksDBIncrementalCheckpointUtils |
Utils for RocksDB Incremental Checkpoint.
|
RocksDBIncrementalCheckpointUtils.RangeCheckResult |
Helper class that represents the result of a range check of the actual keys in a RocksDB
instance against the proclaimed key-group range of the instance.
|
RocksDBKeyedStateBackend<K> |
|
RocksDBKeyedStateBackend.RocksDbKvStateInfo |
Rocks DB specific information about the k/v states.
|
RocksDBKeyedStateBackendBuilder<K> |
|
RocksDBMemoryConfiguration |
The settings regarding RocksDBs memory usage.
|
RocksDBMemoryControllerUtils |
Utils to create Cache and WriteBufferManager which are used to control total
memory usage of RocksDB.
|
RocksDBNativeMetricMonitor |
A monitor which pulls {RocksDB } native metrics and forwards them to Flink's metric group.
|
RocksDBNativeMetricOptions |
Enable which RocksDB metrics to forward to Flink's metrics reporter.
|
RocksDBOperationUtils |
Utils for RocksDB Operations.
|
RocksDBOptions |
Configuration options for the RocksDB backend.
|
RocksDBPriorityQueueConfig |
The configuration of rocksDB priority queue state implementation.
|
RocksDBPriorityQueueSetFactory |
Encapsulates the logic and resources in connection with creating priority queue state structures,
for RocksDB backend.
|
RocksDBResourceContainer |
The container for RocksDB resources, including predefined options, option factory and shared
resource among instances.
|
RocksDBStateDataTransferHelper |
|
RocksDBStateDownloader |
Help class for downloading RocksDB state files.
|
RocksDBStateUploader |
Help class for uploading RocksDB state files.
|
RocksDBWriteBatchWrapper |
It's a wrapper class around RocksDB's WriteBatch for writing in bulk.
|
RocksIteratorWrapper |
This class was originally a wrapper around RocksIterator 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.
|
StateHandleDownloadSpec |
|
TreeOrderedSetCache |
Implementation of a lexicographically ordered set of byte-arrays, based on a TreeSet .
|