frostfs-node/pkg/local_object_storage/engine
Alex Vanin de1f601765 [] engine: Add container listing for both engine and shard
Container listing already supported in the metabase for `engine.List`
operation. To get container statistics engine should provide both the
option to get container volume estimation and list of all containers.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-01-29 11:04:30 +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 [] engine: Rename WithAddress to WithAddresses for delete operations 2020-12-11 17:19:37 +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 [] Update Put method in storage engine 2020-12-11 17:19:37 +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 [] Update Put method in storage engine 2020-12-11 17:19:37 +03:00