| Package | Description |
|---|---|
| com.caucho.cloud.license | |
| com.caucho.cloud.loadbalance | |
| com.caucho.cloud.network | |
| com.caucho.cloud.topology | |
| com.caucho.server.cluster |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LicenseClient.loadLicenses(Path licenses,
CloudPod cloudPod) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalanceBuilder.setTargetCluster(CloudPod pod) |
| Modifier and Type | Method and Description |
|---|---|
CloudPod |
ClusterServer.getCloudPod()
Returns the owning pod
|
| Modifier and Type | Method and Description |
|---|---|
CloudPod |
CloudCluster.createPod()
Creates a new pod
|
CloudPod |
CloudCluster.createPod(int index)
Creates a new pod
|
CloudPod |
CloudCluster.findPod(int podIndex)
Returns the pod with the given index.
|
CloudPod |
CloudCluster.findPod(java.lang.String id)
Returns the pod with the given index.
|
CloudPod |
CloudServer.getPod()
Returns the pod
|
CloudPod[] |
CloudCluster.getPodList()
Returns the list of pods for the cluster
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCloudPodListener.onPodAdd(CloudPod pod) |
void |
CloudPodListener.onPodAdd(CloudPod pod) |
void |
AbstractCloudPodListener.onPodRemove(CloudPod pod) |
void |
CloudPodListener.onPodRemove(CloudPod pod) |
| Constructor and Description |
|---|
CloudServer(java.lang.String id,
java.lang.String displayId,
CloudPod pod,
int index,
java.lang.String address,
int port,
boolean isSSL,
CloudServer.ServerType isStatic,
boolean isAllowExternal) |
TriadServer(java.lang.String id,
java.lang.String displayId,
CloudPod pod,
int index,
java.lang.String address,
int port,
boolean isSSL,
CloudServer.ServerType isStatic,
boolean isAllowExternal) |
| Modifier and Type | Method and Description |
|---|---|
CloudPod |
ServletService.getPod()
Returns the self server's pod
|