Interface SitesViewChangedEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
EventImpl
This event is passed in to any method annotated with
SiteViewChanged
.
It represents a site up or down event.- Since:
- 15.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
Event.Type
-
Method Summary
Methods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager, getType
-
Method Details
-
getSites
Collection<String> getSites()- Returns:
- The current list of connected sites.
-
getJoiners
Collection<String> getJoiners()- Returns:
- The list of new connected sites.
-
getLeavers
Collection<String> getLeavers()- Returns:
- The list of sites that have disconnected.
-