frostfs-node/cmd/neofs-node
Pavel Karpy 52e742bac1 [#1243] node: Add "hot" notifications
Wrap engine with notifications writer (if configured so) to allow sending
notifications right after the object is saved in the local storage.
"Hot" notifications are sent for objects with the following tick epoch
values:
1. 0;
2. *current epoch*.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-03-17 14:27:52 +03:00
..
config [#1183] node/config: Add NATS configuration 2022-03-05 15:57:24 +03:00
reputation [#1210] timers: Add `IterationsTicker` 2022-03-16 17:18:30 +03:00
accounting.go [#625] client/balance: remove intermediate wrapper 2022-02-08 09:43:54 +03:00
attributes.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
cache.go [#1236] neofs-node: Neofs-node: Remove mutex from `ttlNetCache` 2022-03-15 17:26:26 +03:00
config.go [#1243] node/cfg: Add notification config 2022-03-17 14:27:52 +03:00
container.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
control.go [#1131] *: Adopt SDK changes 2022-02-08 09:45:38 +03:00
grpc.go [#878] neofs-node: default to secure TLS settings 2021-12-02 12:05:41 +03:00
main.go [#1243] node/cfg: Add notification config 2022-03-17 14:27:52 +03:00
metrics.go
morph.go [#749] morph/client: set group signer scope 2022-02-11 13:26:27 +03:00
netmap.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
notificator.go [#1243] node/cfg: Add notification config 2022-03-17 14:27:52 +03:00
object.go [#1243] node: Add "hot" notifications 2022-03-17 14:27:52 +03:00
pprof.go
reputation.go [#1210] reputation: Resolve race condition 2022-03-16 17:18:30 +03:00
session.go [#1133] services/session: remove expired tokens every epoch 2022-02-08 14:58:32 +03:00
timers.go [#1210] reputation: Resolve race condition 2022-03-16 17:18:30 +03:00
worker.go