| Package | Description |
|---|---|
| org.apache.stratos.messaging.domain.topology | |
| org.apache.stratos.messaging.event.topology |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Service.getCluster(String clusterId) |
Cluster |
Topology.getCluster(String clusterId) |
Cluster |
Service.removeCluster(String clusterId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Cluster> |
Service.getClusters() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addCluster(Cluster cluster) |
void |
Topology.addToCluterMap(Cluster cluster) |
void |
Service.removeCluster(Cluster cluster) |
| Constructor and Description |
|---|
Cluster(Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
ClusterCreatedEvent.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
ApplicationClustersCreatedEvent.getClusterList() |
| Constructor and Description |
|---|
ClusterCreatedEvent(Cluster cluster) |
| Constructor and Description |
|---|
ApplicationClustersCreatedEvent(List<Cluster> clusters,
String appId) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.