frostfs-node/pkg/local_object_storage/engine
Leonard Lyubich 35073fb61b [] storage engine: Add GC marking to Inhume operation
Add `InhumePrm.MarkAsGarbage` method which marks passed objects to be
removed from local storage. Update `InhumePrm.WithTarget` doc to prevent
conflicting use with the new method.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-24 20:59:14 +03:00
..
container.go [] engine: Add container listing for both engine and shard 2021-01-29 11:04:30 +03:00
control.go [] storage/engine: Fix message of the error returned by Open method 2021-01-18 18:53:39 +03:00
delete.go [] storage engine: Change the implementation of Delete operation 2021-02-19 11:56:32 +03:00
engine.go [] localstore: Draft storage engine structure and ops 2020-12-11 17:19:37 +03:00
exists.go [] Add Exists method in storage engine 2020-12-11 17:19:37 +03:00
get.go [] engine: Stop on first SplitInfoError in Get method 2020-12-11 17:19:37 +03:00
head.go [] services/object: Implement new GetRange algorithm 2020-12-11 17:19:37 +03:00
info.go [] localstorage: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
inhume.go [] storage engine: Add GC marking to Inhume operation 2021-02-24 20:59:14 +03:00
put.go [] Add Exists method in storage engine 2020-12-11 17:19:37 +03:00
range.go [] engine: Return OutOfBounds error 2020-12-11 17:19:37 +03:00
select.go [] engine: Do not iterate over shards if cid is not set 2020-12-11 17:19:37 +03:00
shards.go [] shard: Collect expired tombstones in GC every epoch 2021-02-19 11:56:32 +03:00