| Package | Description |
|---|---|
| org.apache.stratos.messaging.domain.application | |
| org.apache.stratos.messaging.event.application | |
| org.apache.stratos.messaging.event.topology |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ClusterDataHolder> |
ParentComponent.aliasToClusterDataMap |
| Modifier and Type | Method and Description |
|---|---|
ClusterDataHolder |
ParentComponent.getClusterData(String alias)
Getter for Cluster Data instance for the given alias
Will not search recursively in the nested levels.
|
ClusterDataHolder |
ParentComponent.getClusterDataHolderRecursivelyByAlias(String alias)
This will recursively search for the cluster data holder in the application by the alias.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ClusterDataHolder> |
ParentComponent.getClusterDataForAlias() |
Map<String,ClusterDataHolder> |
ParentComponent.getClusterDataForType() |
Set<ClusterDataHolder> |
Group.getClusterDataHoldersOfGroup() |
Map<String,ClusterDataHolder> |
ParentComponent.getClusterDataMap()
Getter for cluster alias to ClusterData map for this level
|
Set<ClusterDataHolder> |
ParentComponent.getClusterDataRecursively()
Collects the Cluster Data for the parent component and all the
child components recursively
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParentComponent.getClusterData(Set<ClusterDataHolder> clusterData,
Collection<Group> groups) |
void |
ParentComponent.setClusterData(Map<String,ClusterDataHolder> aliasToClusterData)
Setter for alias to Cluster Data map
|
void |
ParentComponent.setClusterDataForType(Map<String,ClusterDataHolder> typeToClusterData)
Setter for alias to Cluster Data map
|
| Modifier and Type | Method and Description |
|---|---|
Set<ClusterDataHolder> |
ApplicationDeletedEvent.getClusterData() |
| Constructor and Description |
|---|
ApplicationDeletedEvent(String applicationId,
Set<ClusterDataHolder> clusterData) |
| Modifier and Type | Method and Description |
|---|---|
Set<ClusterDataHolder> |
ApplicationClustersRemovedEvent.getClusterData() |
| Constructor and Description |
|---|
ApplicationClustersRemovedEvent(Set<ClusterDataHolder> clusterData,
String appId) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.