Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
EventsΒΆ
Events emitted by the Client instance.
hostAdd
Emitted when a new host is added to the cluster.
- Host The host being added.
Source
hostDown
Emitted when a host in the cluster changed status from up to down.
- host The host that changed the status.
Source
hostRemove
Emitted when a host is removed from the cluster
- Host The host being removed.
Source
hostUp
Emitted when a host in the cluster changed status from down to up.
- host The host that changed the status.
Source