Uses of Class
org.apache.activemq.artemis.core.server.cluster.quorum.ServerConnectVote
Packages that use ServerConnectVote
Package
Description
-
Uses of ServerConnectVote in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ServerConnectVoteModifier and TypeMethodDescriptionvoidActiveMQServerLogger_impl.ignoredQuorumVote(ServerConnectVote vote) voidActiveMQServerLogger.ignoredQuorumVote(ServerConnectVote vote) -
Uses of ServerConnectVote in org.apache.activemq.artemis.core.server.cluster.quorum
Methods in org.apache.activemq.artemis.core.server.cluster.quorum with parameters of type ServerConnectVoteModifier and TypeMethodDescriptionvoidQuorumVoteServerConnect.vote(ServerConnectVote vote) active nodes | remaining nodes | majority | votes needed 1 | 0 | 0 | 0 2 | 1 | 1 | 1 3 | 2 | 2.5 | 2 4 | 3 | 3 | 3 5 | 4 | 3.5 | 3 6 | 5 | 4 | 4 n | n-1 | n/2 + 1 | n/2 + 1 rounded