public class NodeConnectedEvent extends Object implements CouchbaseEvent
Event published when a node is connected.
Constructor and Description |
---|
NodeConnectedEvent(InetAddress node) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
host()
The host address of the connected node.
|
String |
toString() |
EventType |
type()
The type of the event.
|
public NodeConnectedEvent(InetAddress node)
public EventType type()
CouchbaseEvent
The type of the event.
type
in interface CouchbaseEvent
public InetAddress host()
The host address of the connected node.
Copyright © 2014 Couchbase, Inc.