Package | Description |
---|---|
com.caucho.cloud.network | |
com.caucho.cloud.topology | |
com.caucho.server.cluster | |
com.caucho.server.host | |
com.caucho.server.httpproxy |
Modifier and Type | Method and Description |
---|---|
CloudCluster |
ClusterServer.getCluster()
Returns the cluster.
|
Modifier and Type | Method and Description |
---|---|
CloudCluster |
CloudSystem.createCluster(java.lang.String id)
Creates a new cluster.
|
static CloudCluster |
TopologyService.findCluster(java.lang.String id) |
CloudCluster |
CloudSystem.findCluster(java.lang.String id)
Finds the server with the unique id.
|
CloudCluster |
CloudPod.getCluster()
Returns the pod's cluster
|
CloudCluster |
CloudServer.getCluster()
Returns the cluster.
|
CloudCluster[] |
CloudSystem.getClusterList()
Return the clusters in the cloud.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudClusterListener.onClusterAdd(CloudCluster cluster) |
void |
AbstractCloudClusterListener.onClusterAdd(CloudCluster cluster) |
void |
CloudClusterListener.onClusterRemove(CloudCluster cluster) |
void |
AbstractCloudClusterListener.onClusterRemove(CloudCluster cluster) |
Constructor and Description |
---|
CloudClusterAdmin(CloudCluster cluster) |
CloudPod(CloudCluster cluster,
java.lang.String id,
int index)
Creates a new triad for the cluster.
|
Modifier and Type | Method and Description |
---|---|
CloudCluster |
ServletService.getCluster()
Returns the cluster
|
CloudCluster[] |
ServletService.getClusterList()
Returns all the clusters
|
Modifier and Type | Method and Description |
---|---|
CloudCluster |
Host.getCluster()
Returns the current cluster.
|
Modifier and Type | Method and Description |
---|---|
CloudCluster |
HttpMessageProxyClient.getCluster() |