public class NodeDisconnectedEvent extends Object implements CouchbaseEvent
Constructor and Description |
---|
NodeDisconnectedEvent(String host) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
host()
The host address of the disconnected node.
|
Map<String,Object> |
toMap()
Converts the event into a map representation of simple types.
|
String |
toString() |
EventType |
type()
The type of the event.
|
public NodeDisconnectedEvent(String host)
public EventType type()
CouchbaseEvent
type
in interface CouchbaseEvent
public InetAddress host()
public Map<String,Object> toMap()
CouchbaseEvent
toMap
in interface CouchbaseEvent
Copyright © 2021 Couchbase, Inc.. All rights reserved.