Structs§
HummockStorage
is the entry point of the Hummock state store backend. It implements theStateStore
andStateStoreRead
traits but not theStateStoreWrite
trait since all writes should be done viaLocalHummockStorage
to ensure the single writer property of hummock.LocalHummockStorage
instance can be created vianew_local
call. Hummock is the state store backend.