public interface Quorum
QuorumManager
to receive notifications about the state of a cluster.
It can then use the QuorumManager
for the quorum within a cluster to vote on a specific outcome.Modifier and Type | Method and Description |
---|---|
void |
close()
called if the quorum manager is stopping so we can clean up
|
String |
getName()
the name of the Quorum.
|
void |
nodeDown(Topology topology,
long eventUID,
String nodeID)
called by the quorum when a node in the quorum goes down
|
void |
nodeUp(Topology topology)
called by the quorum when a node in the quorum goes up
|
void |
setQuorumManager(QuorumManager quorumManager)
called by the quorum manager when a quorum is registered
|
String getName()
void setQuorumManager(QuorumManager quorumManager)
void nodeDown(Topology topology, long eventUID, String nodeID)
void nodeUp(Topology topology)
void close()
Copyright © 2017 JBoss by Red Hat. All rights reserved.