Uses of Class
org.apache.activemq.artemis.core.server.cluster.qourum.ServerConnectVote
-
Packages that use ServerConnectVote Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.cluster.qourum -
-
Uses of ServerConnectVote in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ServerConnectVote Modifier and Type Method Description voidActiveMQServerLogger_impl. ignoredQuorumVote(ServerConnectVote vote)voidActiveMQServerLogger. ignoredQuorumVote(ServerConnectVote vote) -
Uses of ServerConnectVote in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type ServerConnectVote Modifier and Type Method Description voidQuorumVoteServerConnect. vote(ServerConnectVote vote)live nodes | remaining nodes | majority | votes needed 1 | 0 | 0 | 0 2 | 1 | 1 | 1 n | r = n-1 | n/2 + 1 | n/2 + 1 rounded 3 | 2 | 2.5 | 2 4 | 3 | 3 | 3 5 | 4 | 3.5 | 3 6 | 5 | 4 | 4
-