frostfs-node/pkg/services
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
..
accounting [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
audit [#607] *: Do not use deprecated elements of code 2021-06-28 15:52:50 +03:00
container [#676] services/container: Cache the results of read operations 2021-08-30 18:01:26 +03:00
control [#607] services/control: Fix incorrect allocation in NetmapSnapshot 2021-06-28 15:52:50 +03:00
id [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00
netmap [#660] services/netmap: Don't call IsSupportedVersion in LocalNodeInfo 2021-07-05 11:05:44 +03:00
object [#645] placement: Overload result of Traverser.Next method 2021-09-07 09:53:18 +03:00
object_manager [#645] placement: Overload result of Traverser.Next method 2021-09-07 09:53:18 +03:00
policer [#715] services/policer: Select pseudo-random list of objects to check 2021-08-25 14:40:12 +03:00
replicator [#607] object/put: Make client constructor to work with group address 2021-06-28 15:52:50 +03:00
reputation [#607] reputation,container: Support address groups in ServerInfo 2021-06-28 15:52:50 +03:00
session [#562] pkg: remove nspcc-dev/neofs-crypto dependency 2021-06-15 14:49:59 +03:00
util [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00