Uses of Enum Class
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.ReplicationPrimaryIsStoppingMessage.PrimaryStopping
Packages that use ReplicationPrimaryIsStoppingMessage.PrimaryStopping
Package
Description
-
Uses of ReplicationPrimaryIsStoppingMessage.PrimaryStopping in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return ReplicationPrimaryIsStoppingMessage.PrimaryStoppingModifier and TypeMethodDescriptionReplicationPrimaryIsStoppingMessage.isFinalMessage()The first message is sent to turn-off the quorumManager, which in some cases would trigger a faster fail-over than what would be correct.Returns the enum constant of this class with the specified name.ReplicationPrimaryIsStoppingMessage.PrimaryStopping.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type ReplicationPrimaryIsStoppingMessage.PrimaryStoppingModifierConstructorDescription -
Uses of ReplicationPrimaryIsStoppingMessage.PrimaryStopping in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type ReplicationPrimaryIsStoppingMessage.PrimaryStoppingModifier and TypeMethodDescriptionvoidReplicationEndpoint.ReplicationEndpointEventListener.onPrimaryStopping(ReplicationPrimaryIsStoppingMessage.PrimaryStopping message) ReplicationManager.sendPrimaryIsStopping(ReplicationPrimaryIsStoppingMessage.PrimaryStopping finalMessage) Notifies the backup that the primary server is stopping. -
Uses of ReplicationPrimaryIsStoppingMessage.PrimaryStopping in org.apache.activemq.artemis.core.server.cluster.quorum
Methods in org.apache.activemq.artemis.core.server.cluster.quorum with parameters of type ReplicationPrimaryIsStoppingMessage.PrimaryStoppingModifier and TypeMethodDescriptionvoidSharedNothingBackupQuorum.failOver(ReplicationPrimaryIsStoppingMessage.PrimaryStopping finalMessage) Releases the latch, causing the backup activation thread to fail-over. -
Uses of ReplicationPrimaryIsStoppingMessage.PrimaryStopping in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ReplicationPrimaryIsStoppingMessage.PrimaryStoppingModifier and TypeMethodDescriptionvoidSharedNothingBackupActivation.failOver(ReplicationPrimaryIsStoppingMessage.PrimaryStopping finalMessage) Primary has notified this server that it is going to stop.voidSharedNothingBackupActivation.onPrimaryStopping(ReplicationPrimaryIsStoppingMessage.PrimaryStopping finalMessage)