Module hummock_storage

Source

Structs§

HummockStorage
HummockStorage is the entry point of the Hummock state store backend. It implements the StateStore and StateStoreRead traits but without any write method since all writes should be done via LocalHummockStorage to ensure the single writer property of hummock. LocalHummockStorage instance can be created via new_local call. Hummock is the state store backend.
HummockStorageReadSnapshot
HummockStorageShutdownGuard 🔒

Functions§

get_committed_read_version_tuple

Type Aliases§

ReadVersionTuple