Uses of Class
org.apache.activemq.artemis.core.server.cluster.ha.SharedStoreMasterPolicy
-
Packages that use SharedStoreMasterPolicy Package Description org.apache.activemq.artemis.core.server.cluster.ha org.apache.activemq.artemis.core.server.impl -
-
Uses of SharedStoreMasterPolicy in org.apache.activemq.artemis.core.server.cluster.ha
Methods in org.apache.activemq.artemis.core.server.cluster.ha that return SharedStoreMasterPolicy Modifier and Type Method Description SharedStoreMasterPolicySharedStoreSlavePolicy. getSharedStoreMasterPolicy()Methods in org.apache.activemq.artemis.core.server.cluster.ha with parameters of type SharedStoreMasterPolicy Modifier and Type Method Description voidSharedStoreSlavePolicy. setSharedStoreMasterPolicy(SharedStoreMasterPolicy sharedStoreMasterPolicy) -
Uses of SharedStoreMasterPolicy in org.apache.activemq.artemis.core.server.impl
Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type SharedStoreMasterPolicy Constructor Description SharedStoreLiveActivation(ActiveMQServerImpl server, SharedStoreMasterPolicy sharedStoreMasterPolicy, IOCriticalErrorListener ioCriticalErrorListener)
-