diff --git a/src/leveled_bookie.erl b/src/leveled_bookie.erl index ae7b742..1963c94 100644 --- a/src/leveled_bookie.erl +++ b/src/leveled_bookie.erl @@ -15,7 +15,7 @@ %% the value is the metadata of the object including the sequence number %% %% -%% -------- The actors --------- +%% -------- Actors --------- %% %% The store is fronted by a Bookie, who takes support from different actors: %% - An Inker who persists new data into the journal, and returns items from @@ -77,7 +77,7 @@ %% GET requests first follow the path of a HEAD request, and if an object is %% found, then fetch the value from the Journal via the Inker. %% -%% -------- Snapshots (Key & Metadata Only) -------- +%% -------- Snapshots/Clones -------- %% %% If there is a snapshot request (e.g. to iterate over the keys) the Bookie %% may request a clone of the Penciller, or the Penciller and the Inker. @@ -92,12 +92,6 @@ %% there are no registered iterators from before the point the file was %% removed from the manifest. %% -%% -------- Special Ops -------- -%% -%% e.g. Get all for SegmentID/Partition -%% TODO -%% -%% %% -------- On Startup -------- %% %% On startup the Bookie must restart both the Inker to load the Journal, and