|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClusterKey | |
|---|---|
| org.rhq.enterprise.server.resource.cluster | |
| Uses of ClusterKey in org.rhq.enterprise.server.resource.cluster |
|---|
| Methods in org.rhq.enterprise.server.resource.cluster that return ClusterKey | |
|---|---|
static ClusterKey |
ClusterKey.valueOf(java.lang.String clusterKey)
|
| Methods in org.rhq.enterprise.server.resource.cluster with parameters of type ClusterKey | |
|---|---|
ResourceGroup |
ClusterManagerLocal.createAutoClusterBackingGroup(Subject subject,
ClusterKey clusterKey,
boolean addResources)
Given a cluster key create a backing group. |
ResourceGroup |
ClusterManagerBean.createAutoClusterBackingGroup(Subject subject,
ClusterKey clusterKey,
boolean addResources)
|
ResourceGroup |
ClusterManagerLocal.getAutoClusterBackingGroup(Subject subject,
ClusterKey clusterKey)
Return the backing group for the supplied cluster key. |
ResourceGroup |
ClusterManagerBean.getAutoClusterBackingGroup(Subject subject,
ClusterKey clusterKey)
|
java.util.List<Resource> |
ClusterManagerLocal.getAutoClusterResources(Subject subject,
ClusterKey clusterKey)
Given a cluster key get the auto cluster resource membership. |
java.util.List<Resource> |
ClusterManagerBean.getAutoClusterResources(Subject subject,
ClusterKey clusterKey)
|
static int |
ClusterKey.getResourceType(ClusterKey clusterKey)
|
| Constructors in org.rhq.enterprise.server.resource.cluster with parameters of type ClusterKey | |
|---|---|
ClusterKey(ClusterKey parentKey,
int childResourceTypeId,
java.lang.String childResourceKey)
Construct a new ClusterKey for a child AutoCluster of the provided parentKey |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||