Uses of Class
org.apache.activemq.artemis.core.server.cluster.ha.SharedStoreSlavePolicy
-
Packages that use SharedStoreSlavePolicy Package Description org.apache.activemq.artemis.core.server.cluster.ha org.apache.activemq.artemis.core.server.impl -
-
Uses of SharedStoreSlavePolicy in org.apache.activemq.artemis.core.server.cluster.ha
Methods in org.apache.activemq.artemis.core.server.cluster.ha that return SharedStoreSlavePolicy Modifier and Type Method Description SharedStoreSlavePolicySharedStoreMasterPolicy. getSharedStoreSlavePolicy()Methods in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type SharedStoreSlavePolicy Modifier and Type Method Description voidSharedStoreMasterPolicy. setSharedStoreSlavePolicy(SharedStoreSlavePolicy sharedStoreSlavePolicy) -
Uses of SharedStoreSlavePolicy in org.apache.activemq.artemis.core.server.impl
Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type SharedStoreSlavePolicy Constructor Description SharedStoreBackupActivation(ActiveMQServerImpl server, SharedStoreSlavePolicy sharedStoreSlavePolicy, IOCriticalErrorListener ioCriticalErrorListener)
-