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
  • 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