Class Vote<T>
java.lang.Object
org.apache.activemq.artemis.core.server.cluster.quorum.Vote<T>
- Direct Known Subclasses:
BooleanVote
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voiddecode(ActiveMQBuffer buff) abstract voidencode(ActiveMQBuffer buff) abstract TgetVote()abstract booleanWhether we should ask the target server for an answer or decide ourselves, for instance if we couldn't connect to the node in the first place
-
Constructor Details
-
Vote
public Vote()
-
-
Method Details
-
getVoteMap
-
encode
-
decode
-
isRequestServerVote
public abstract boolean isRequestServerVote()Whether we should ask the target server for an answer or decide ourselves, for instance if we couldn't connect to the node in the first place -
getVote
-