Class NodeDisconnectedEvent

java.lang.Object
com.couchbase.client.core.event.system.NodeDisconnectedEvent
All Implemented Interfaces:
CouchbaseEvent

public class NodeDisconnectedEvent
extends Object
implements CouchbaseEvent
Event published when a node is disconnected.
Since:
1.1.0
Author:
Michael Nitschinger
  • Constructor Details

    • NodeDisconnectedEvent

      public NodeDisconnectedEvent​(String host)
  • Method Details

    • type

      public EventType type()
      Description copied from interface: CouchbaseEvent
      The type of the event.
      Specified by:
      type in interface CouchbaseEvent
      Returns:
      the event type.
    • host

      public InetAddress host()
      The host address of the disconnected node.
      Returns:
      the inet address of the disconnected node
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toMap

      public Map<String,​Object> toMap()
      Description copied from interface: CouchbaseEvent
      Converts the event into a map representation of simple types.
      Specified by:
      toMap in interface CouchbaseEvent
      Returns:
      the map representation.