Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.ReplicationLiveIsStoppingMessage.LiveStopping
-
-
Uses of ReplicationLiveIsStoppingMessage.LiveStopping in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return ReplicationLiveIsStoppingMessage.LiveStopping Modifier and Type Method Description ReplicationLiveIsStoppingMessage.LiveStoppingReplicationLiveIsStoppingMessage. 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.static ReplicationLiveIsStoppingMessage.LiveStoppingReplicationLiveIsStoppingMessage.LiveStopping. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationLiveIsStoppingMessage.LiveStopping[]ReplicationLiveIsStoppingMessage.LiveStopping. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type ReplicationLiveIsStoppingMessage.LiveStopping Constructor Description ReplicationLiveIsStoppingMessage(ReplicationLiveIsStoppingMessage.LiveStopping b) -
Uses of ReplicationLiveIsStoppingMessage.LiveStopping in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication with parameters of type ReplicationLiveIsStoppingMessage.LiveStopping Modifier and Type Method Description voidReplicationEndpoint.ReplicationEndpointEventListener. onLiveStopping(ReplicationLiveIsStoppingMessage.LiveStopping message)OperationContextReplicationManager. sendLiveIsStopping(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage)Notifies the backup that the live server is stopping. -
Uses of ReplicationLiveIsStoppingMessage.LiveStopping in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type ReplicationLiveIsStoppingMessage.LiveStopping Modifier and Type Method Description voidSharedNothingBackupQuorum. failOver(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage)Releases the latch, causing the backup activation thread to fail-over. -
Uses of ReplicationLiveIsStoppingMessage.LiveStopping in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ReplicationLiveIsStoppingMessage.LiveStopping Modifier and Type Method Description voidSharedNothingBackupActivation. failOver(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage)Live has notified this server that it is going to stop.voidSharedNothingBackupActivation. onLiveStopping(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage)
-