Class | Description |
---|---|
RocksDBSnapshotStrategyBase<K> |
Abstract base class for
SnapshotStrategy implementations for RocksDB state backend. |
RocksFullSnapshotStrategy<K> |
Snapshot strategy to create full snapshots of
RocksDBKeyedStateBackend . |
RocksIncrementalSnapshotStrategy<K> |
Snapshot strategy for
RocksDBKeyedStateBackend
that is based on RocksDB's native checkpoints and creates incremental snapshots. |
RocksSnapshotUtil |
Utility methods and constants around RocksDB creating and restoring snapshots for
RocksDBKeyedStateBackend . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.