Interface PartitionStatusChangedEvent<K,V>

All Superinterfaces:
Event<K,V>
All Known Implementing Classes:
EventImpl

public interface PartitionStatusChangedEvent<K,V> extends Event<K,V>
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 Type
    Method
    Description
    The mode the current cluster is in.

    Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event

    getCache, getType, isPre
  • 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