|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Cluster | |
| org.activecluster | ActiveCluster API for working with a simple cluster abstraction for building cluster algorithms like buddy systems, voting, master/slave protocols, electing a controller and so forth. |
| org.activecluster.election | |
| org.activecluster.election.impl | |
| org.activecluster.impl | Default implementation of ActiveCluster using standard JMS API to build the cluster. |
| Uses of Cluster in org.activecluster |
| Methods in org.activecluster that return Cluster | |
Cluster |
ClusterEvent.getCluster()
|
Cluster |
ClusterFactory.createCluster(Topic groupDestination)
Creates a new cluster connection using the given group |
Cluster |
ClusterFactory.createCluster(String topic)
Creates a new cluster connection using the given topic name |
| Methods in org.activecluster with parameters of type Cluster | |
void |
ClusterEvent.setCluster(Cluster source)
set the cluster |
| Constructors in org.activecluster with parameters of type Cluster | |
ClusterEvent(Cluster source,
Node node,
int type)
|
|
| Uses of Cluster in org.activecluster.election |
| Methods in org.activecluster.election with parameters of type Cluster | |
Node |
ElectionStrategy.doElection(Cluster cluster)
Elect a coordinator. |
| Uses of Cluster in org.activecluster.election.impl |
| Methods in org.activecluster.election.impl with parameters of type Cluster | |
Node |
BullyElectionStrategy.doElection(Cluster cluster)
Elect a coordinator. |
| Uses of Cluster in org.activecluster.impl |
| Classes in org.activecluster.impl that implement Cluster | |
class |
DefaultCluster
A default implementation of ActiveCluster which uses standard JMS operations |
| Methods in org.activecluster.impl that return Cluster | |
Cluster |
DefaultClusterFactory.createCluster(Topic groupDestination)
|
Cluster |
DefaultClusterFactory.createCluster(String topic)
|
protected Cluster |
DefaultClusterFactory.createCluster(Connection connection,
Session session,
Topic groupDestination)
|
| Constructors in org.activecluster.impl with parameters of type Cluster | |
StateServiceImpl(Cluster cluster,
Object clusterLock,
Runnable localNodePing,
Timer timer,
long inactiveTime)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||