Class 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 Detail

      • NodeConnectedEvent

        public NodeConnectedEvent​(String host)
    • Method Detail

      • host

        public InetAddress host()
        The host address of the connected node.
        Returns:
        the inet address of the connected node.
      • 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.