frostfs-node/pkg/services/object_manager
Leonard Lyubich fe90456dcc [#645] placement: Overload result of Traverser.Next method
In previous implementation `placement.Traverser.Next` method returned slice
of `network.AddressGroup` elements. There is a need to process keys of
storage nodes besides network addresses for intra-container communication.

Wrap `network.AddressGroup` in a new type `placement.Node` that summarizes
the storage node information required for communication. Return slice of
`Node` instances from `Traverser.Next` method. Fix compilation breaks in
dependent packages.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-09-07 09:53:18 +03:00
..
placement [#645] placement: Overload result of Traverser.Next method 2021-09-07 09:53:18 +03:00
replication [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00
storagegroup [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
transformer [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
transport [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00