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 with PartitionStatusChanged.
    Since:
    7.0
    Author:
    William Burns
    • 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