Expand description
CLI argument types for persist
Structsยง
- Read
Only ๐ - Wrap a lower-level service (Blob or Consensus) to make it read only. This is probably not elaborate enough to work in general โ folks may expect to read their own writes, among other things โ but it should handle the case of GC, where all reads finish before the writes begin.
- State
Args - Arguments for viewing the current state of a given shard
- Store
Args - Arguments for commands that work over both backing stores.
TODO: squish this into
StateArgs
.
Constantsยง
- NO_
COMMIT ๐ - READ_
ALL_ ๐BUILD_ INFO
Functionsยง
- make_
blob ๐ - make_
consensus ๐