frostfs-node/pkg/local_object_storage
Leonard Lyubich 5e2ca0d04b [#791] blobovnicza: Implement method to iterate over object addresses
In previous implementation `Blobovnicza.Iterate` op decoded object data only
and passed it to the handler. There is a need to iterate over all addresses
of the stored objects.

Add `DecodeAddresses` and `WithoutData` methods of `IteratePrm` type. Add
`Address` method to `IterationElement` type. Make `Iterate` to decode object
addresses if `DecodeAddress` was called and not read the data if
`WithoutData` was called. Implement `IterateAddresses` helper function to
simplify the code.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-10-05 10:51:10 +03:00
..
blobovnicza [#791] blobovnicza: Implement method to iterate over object addresses 2021-10-05 10:51:10 +03:00
blobstor [#789] blobstor: Implement iterator 2021-09-15 18:22:09 +03:00
engine [#766] Fix makezero linter error 2021-08-26 17:57:15 +03:00
internal/log [#790] storage engine: Add common template of log messages 2021-09-13 15:02:13 +03:00
metabase [#840] metabase: Distinguish objects with tombstones and GC marks 2021-09-27 11:27:41 +03:00
shard [#840] shard: Fix metabase Inhume parameters for tombstones 2021-09-27 11:27:41 +03:00
util [#477] metabase: Move MergeSplitInfo to storage/util pkg 2021-04-15 11:18:39 +03:00
writecache [#776] writecache: Limit size of used disk space 2021-09-15 18:07:36 +03:00