Uses of Class
org.apache.activemq.artemis.core.server.cluster.qourum.SharedNothingBackupQuorum.BACKUP_ACTIVATION
-
Packages that use SharedNothingBackupQuorum.BACKUP_ACTIVATION Package Description org.apache.activemq.artemis.core.server.cluster.qourum -
-
Uses of SharedNothingBackupQuorum.BACKUP_ACTIVATION in org.apache.activemq.artemis.core.server.cluster.qourum
Methods in org.apache.activemq.artemis.core.server.cluster.qourum that return SharedNothingBackupQuorum.BACKUP_ACTIVATION Modifier and Type Method Description static SharedNothingBackupQuorum.BACKUP_ACTIVATIONSharedNothingBackupQuorum.BACKUP_ACTIVATION. valueOf(String name)Returns the enum constant of this type with the specified name.static SharedNothingBackupQuorum.BACKUP_ACTIVATION[]SharedNothingBackupQuorum.BACKUP_ACTIVATION. values()Returns an array containing the constants of this enum type, in the order they are declared.SharedNothingBackupQuorum.BACKUP_ACTIVATIONSharedNothingBackupQuorum. waitForStatusChange()Called by the replicating backup (i.e.Methods in org.apache.activemq.artemis.core.server.cluster.qourum with parameters of type SharedNothingBackupQuorum.BACKUP_ACTIVATION Modifier and Type Method Description voidSharedNothingBackupQuorum. causeExit(SharedNothingBackupQuorum.BACKUP_ACTIVATION explicitSignal)Cause the Activation thread to exit and the server to be stopped.
-