You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
400 B
Plaintext
25 lines
400 B
Plaintext
3 years ago
|
@startuml
|
||
|
autonumber
|
||
|
hide footbox
|
||
|
|
||
|
footer "LTDFS | Ruakij"
|
||
|
|
||
|
header "Every few seconds"
|
||
|
title "Heartbeat"
|
||
|
|
||
|
control SiteA
|
||
|
boundary "Other Sites" as Others
|
||
|
|
||
|
SiteA ++
|
||
|
SiteA -> SiteA : Get latest changes\nin local cache
|
||
|
note right
|
||
|
Changes since
|
||
|
last heartbeat
|
||
|
end note
|
||
|
|
||
|
SiteA ->> Others ++ : Distribute changed\nlocal-cache-indexes
|
||
|
SiteA--
|
||
|
|
||
|
Others -> Others : Apply changes to\navailability-index
|
||
|
|
||
|
@enduml
|