Interface PartitionStatusChangedEvent<K,V>
- All Superinterfaces:
Event<K,
V>
- All Known Implementing Classes:
EventImpl
The event passed in to methods annotated with
PartitionStatusChanged
.- Since:
- 7.0
- Author:
- William Burns
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
-
Method Summary
Modifier and TypeMethodDescriptionThe mode the current cluster is in.
-
Method Details
-
getAvailabilityMode
AvailabilityMode getAvailabilityMode()The mode the current cluster is in. This determines which operations can be ran in the cluster.- Returns:
- the mode
-