# Functions
GetAppliedIndexKey returns key that used to store `applied log index` for `storage.DataStorage`.
GetHardStateKey returns key that used to store `raftpb.HardState`.
GetMaxIndexKey returns key that used to max applied log index.
No description provided by the author
GetMetadataKey returns key that used to store `shard metadata` for `storage.DataStorage`.
No description provided by the author
GetRaftLogKey returns key that used to store `raftpb.Entry`.
No description provided by the author
GetShardIDFromAppliedIndexKey returns shard id.
No description provided by the author
GetSnapshotKey returns the key used to store snapshot metadata in LogDB.
GetStoreIdentKey return key of StoreIdent.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DataPrefixSize data prefix size.
we use this fixed key to write a dummy record into the KVStore with sync=true to force a sync of the WAL of the KVStore.