Class ClusterClosedEvent


  • public final class ClusterClosedEvent
    extends java.lang.Object
    A cluster closed event.
    Since:
    3.3
    • Constructor Summary

      Constructors 
      Constructor Description
      ClusterClosedEvent​(ClusterId clusterId)
      Constructs a new instance of the event.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ClusterId getClusterId()
      Gets the cluster id associated with this event.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClusterClosedEvent

        public ClusterClosedEvent​(ClusterId clusterId)
        Constructs a new instance of the event.
        Parameters:
        clusterId - the cluster id
    • Method Detail

      • getClusterId

        public ClusterId getClusterId()
        Gets the cluster id associated with this event.
        Returns:
        the cluster id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object