Uses of Interface
org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy
-
-
Uses of HAPolicy in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return HAPolicy Modifier and Type Method Description static HAPolicyConfigurationUtils. getHAPolicy(HAPolicyConfiguration conf, ActiveMQServer server) -
Uses of HAPolicy in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return HAPolicy Modifier and Type Method Description HAPolicyActiveMQServer. getHAPolicy()Methods in org.apache.activemq.artemis.core.server with parameters of type HAPolicy Modifier and Type Method Description voidActiveMQServer. setHAPolicy(HAPolicy haPolicy) -
Uses of HAPolicy in org.apache.activemq.artemis.core.server.cluster.ha
Classes in org.apache.activemq.artemis.core.server.cluster.ha that implement HAPolicy Modifier and Type Class Description classBackupPolicyclassColocatedPolicyclassLiveOnlyPolicyclassReplicaPolicyclassReplicatedPolicyclassReplicationBackupPolicyclassReplicationPrimaryPolicyclassSharedStoreMasterPolicyclassSharedStoreSlavePolicyMethods in org.apache.activemq.artemis.core.server.cluster.ha that return HAPolicy Modifier and Type Method Description HAPolicy<LiveActivation>ColocatedPolicy. getLivePolicy()Methods in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type HAPolicy Modifier and Type Method Description voidColocatedPolicy. setLivePolicy(HAPolicy<LiveActivation> livePolicy)Constructors in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type HAPolicy Constructor Description ColocatedPolicy(boolean requestBackup, int backupRequestRetries, long backupRequestRetryInterval, int maxBackups, int backupPortOffset, List<String> excludedConnectors, HAPolicy livePolicy, BackupPolicy backupPolicy) -
Uses of HAPolicy in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return HAPolicy Modifier and Type Method Description HAPolicyActiveMQServerImpl. getHAPolicy()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type HAPolicy Modifier and Type Method Description voidActiveMQServerImpl. setHAPolicy(HAPolicy haPolicy)
-