Uses of Class
org.apache.activemq.artemis.core.server.cluster.quorum.Vote
Packages that use Vote
Package
Description
-
Uses of Vote in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return VoteConstructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type VoteModifierConstructorDescriptionQuorumVoteMessage(SimpleString handler, Vote vote) QuorumVoteReplyMessage(SimpleString handler, Vote vote) -
Uses of Vote in org.apache.activemq.artemis.core.server.cluster.quorum
Classes in org.apache.activemq.artemis.core.server.cluster.quorum with type parameters of type VoteModifier and TypeClassDescriptionclassQuorumVote<V extends Vote,T> the vote itself. the vote can be decided by the enquirer or sent out to each node in the quorum.Subclasses of Vote in org.apache.activemq.artemis.core.server.cluster.quorumMethods in org.apache.activemq.artemis.core.server.cluster.quorum that return VoteModifier and TypeMethodDescriptionabstract VoteQuorumVote.connected()called by theQuorumManagerwhen one of the nodes in the quorum is successfully connected to.QuorumVoteServerConnect.connected()if we can connect to a nodeQuorumVoteHandler.decode(ActiveMQBuffer voteBuffer) abstract VoteQuorumVote.notConnected()called by theQuorumManagerfails to connect to a node in the quorum.QuorumVoteServerConnect.notConnected()if we cant connect to the nodeMethods in org.apache.activemq.artemis.core.server.cluster.quorum with parameters of type Vote -
Uses of Vote in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return VoteMethods in org.apache.activemq.artemis.core.server.impl with parameters of type Vote