Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
org.hornetq.core.client.impl | |
org.hornetq.core.server | |
org.hornetq.core.server.cluster | |
org.hornetq.core.server.cluster.impl | |
org.hornetq.core.server.impl |
Modifier and Type | Method and Description |
---|---|
void |
ServerLocator.addClusterTopologyListener(ClusterTopologyListener listener) |
void |
ServerLocator.removeClusterTopologyListener(ClusterTopologyListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
Topology.addClusterTopologyListener(ClusterTopologyListener listener) |
void |
ServerLocatorImpl.addClusterTopologyListener(ClusterTopologyListener listener) |
void |
Topology.removeClusterTopologyListener(ClusterTopologyListener listener) |
void |
ServerLocatorImpl.removeClusterTopologyListener(ClusterTopologyListener listener) |
void |
Topology.sendTopology(ClusterTopologyListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
LiveNodeLocator
A class that will locate a particular live server running in a cluster.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterConnection
A ClusterConnection
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterConnection.addClusterTopologyListener(ClusterTopologyListener listener) |
void |
ClusterConnection.removeClusterTopologyListener(ClusterTopologyListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterConnectionImpl
A ClusterConnectionImpl
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterConnectionImpl.addClusterTopologyListener(ClusterTopologyListener listener) |
void |
ClusterConnectionImpl.removeClusterTopologyListener(ClusterTopologyListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AnyLiveNodeLocator
This implementation looks for any available live node, once tried with no success it is marked as
tried and the next available is used.
|
class |
NamedLiveNodeLocator
NamedLiveNodeLocator looks for a live server in the cluster with a specific nodeGroupName
|
class |
QuorumManager
Manages a quorum of servers used to determine whether a given server is running or not.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.