Hierarchy For Package org.apache.activemq.artemis.core.server.cluster.ha

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.apache.activemq.artemis.core.server.cluster.ha.BackupPolicy (implements org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>)
    • org.apache.activemq.artemis.core.server.cluster.ha.ColocatedHAManager (implements org.apache.activemq.artemis.core.server.cluster.ha.HAManager)
    • org.apache.activemq.artemis.core.server.cluster.ha.ColocatedPolicy (implements org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>)
    • org.apache.activemq.artemis.core.server.cluster.ha.LiveOnlyPolicy (implements org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>)
    • org.apache.activemq.artemis.core.server.cluster.ha.ReplicatedPolicy (implements org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>)
    • org.apache.activemq.artemis.core.server.cluster.ha.ReplicationBackupPolicy (implements org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>)
    • org.apache.activemq.artemis.core.server.cluster.ha.ReplicationPrimaryPolicy (implements org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>)
    • org.apache.activemq.artemis.core.server.cluster.ha.ScaleDownPolicy
    • org.apache.activemq.artemis.core.server.cluster.ha.SharedStoreMasterPolicy (implements org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>)
    • org.apache.activemq.artemis.core.server.cluster.ha.StandaloneHAManager (implements org.apache.activemq.artemis.core.server.cluster.ha.HAManager)

Interface Hierarchy

  • org.apache.activemq.artemis.core.server.ActiveMQComponent
    • org.apache.activemq.artemis.core.server.cluster.ha.HAManager
  • org.apache.activemq.artemis.core.server.cluster.ha.HAPolicy<T>