Package | Description |
---|---|
org.hornetq.core.protocol.core.impl.wireformat | |
org.hornetq.core.replication | |
org.hornetq.core.server.impl |
Modifier and Type | Method and Description |
---|---|
ReplicationLiveIsStoppingMessage.LiveStopping |
ReplicationLiveIsStoppingMessage.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.LiveStopping |
ReplicationLiveIsStoppingMessage.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.
|
Constructor and Description |
---|
ReplicationLiveIsStoppingMessage(ReplicationLiveIsStoppingMessage.LiveStopping b) |
Modifier and Type | Method and Description |
---|---|
OperationContext |
ReplicationManager.sendLiveIsStopping(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage)
Notifies the backup that the live server is stopping.
|
Modifier and Type | Method and Description |
---|---|
void |
QuorumManager.failOver(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage)
Releases the latch, causing the backup activation thread to fail-over.
|
void |
HornetQServerImpl.remoteFailOver(ReplicationLiveIsStoppingMessage.LiveStopping finalMessage) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.