Structs§
- Hummock
Storage HummockStorageis the entry point of the Hummock state store backend. It implements theStateStoreandStateStoreReadtraits but without any write method since all writes should be done viaLocalHummockStorageto ensure the single writer property of hummock.LocalHummockStorageinstance can be created vianew_localcall. Hummock is the state store backend.- Hummock
Storage Read Snapshot - Hummock
Storage 🔒Shutdown Guard