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