Uses of Class
org.apache.activemq.artemis.core.server.cluster.qourum.Vote
-
Packages that use Vote Package Description org.apache.activemq.artemis.core.protocol.core.impl.wireformat org.apache.activemq.artemis.core.server.cluster.qourum org.apache.activemq.artemis.core.server.impl -
-
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 Vote Modifier and Type Method Description VoteQuorumVoteMessage. getVote()VoteQuorumVoteReplyMessage. getVote()Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type Vote Constructor Description QuorumVoteMessage(SimpleString handler, Vote vote)QuorumVoteReplyMessage(SimpleString handler, Vote vote) -
Uses of Vote in org.apache.activemq.artemis.core.server.cluster.qourum
Classes in org.apache.activemq.artemis.core.server.cluster.qourum with type parameters of type Vote Modifier and Type Class Description classQuorumVote<V extends Vote,T>the vote itself.Subclasses of Vote in org.apache.activemq.artemis.core.server.cluster.qourum Modifier and Type Class Description classBooleanVotea simple yes.no voteclassServerConnectVoteMethods in org.apache.activemq.artemis.core.server.cluster.qourum that return Vote Modifier and Type Method Description abstract VoteQuorumVote. connected()called by theQuorumManagerwhen one of the nodes in the quorum is successfully connected to.VoteQuorumVoteServerConnect. connected()if we can connect to a nodeVoteQuorumVoteHandler. decode(ActiveMQBuffer voteBuffer)abstract VoteQuorumVote. notConnected()called by theQuorumManagerfails to connect to a node in the quorum.VoteQuorumVoteServerConnect. notConnected()if we cant connect to the nodeVoteQuorumVoteHandler. vote(Vote vote)Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type Vote Modifier and Type Method Description VoteQuorumVoteHandler. vote(Vote vote) -
Uses of Vote in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return Vote Modifier and Type Method Description VoteServerConnectVoteHandler. decode(ActiveMQBuffer voteBuffer)VoteServerConnectVoteHandler. vote(Vote vote)Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Vote Modifier and Type Method Description VoteServerConnectVoteHandler. vote(Vote vote)
-