LEADER_CHANGE indicates that the leader of the cluster has changed.
from enum value: LEADER_CHANGE = 3;
NODE_JOIN indicates that a node has joined the cluster.
from enum value: NODE_JOIN = 1;
NODE_LEAVE indicates that a node has left the cluster.
from enum value: NODE_LEAVE = 2;
UNKNOWN is the default value of WatchEvent.
from enum value: UNKNOWN = 0;
Generated using TypeDoc
WatchEvent is the type of a watch event.
Generated
from enum v1.Event.WatchEvent