Module args

Source
Expand description

CLI argument types for persist

Structsยง

ReadOnly ๐Ÿ”’
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.
StateArgs
Arguments for viewing the current state of a given shard
StoreArgs
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 ๐Ÿ”’