Interface PartitionStatusChangedEvent<K,V>
-
- All Superinterfaces:
Event<K,V>
public interface PartitionStatusChangedEvent<K,V> extends Event<K,V>
The event passed in to methods annotated withPartitionStatusChanged
.- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailabilityMode
getAvailabilityMode()
The mode the current cluster is in.
-
-
-
Method Detail
-
getAvailabilityMode
AvailabilityMode getAvailabilityMode()
The mode the current cluster is in. This determines which operations can be ran in the cluster.- Returns:
- the mode
-
-