Class NodeConnectedEvent

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

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

    • NodeConnectedEvent

      public NodeConnectedEvent​(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 connected node.
      Returns:
      the inet address of the connected 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.