|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloudPod | |
---|---|
com.caucho.cloud.license | |
com.caucho.cloud.loadbalance | |
com.caucho.cloud.network | |
com.caucho.cloud.topology | |
com.caucho.server.cluster |
Uses of CloudPod in com.caucho.cloud.license |
---|
Methods in com.caucho.cloud.license with parameters of type CloudPod | |
---|---|
boolean |
LicenseClient.loadLicenses(Path licenses,
CloudPod cloudPod)
|
Uses of CloudPod in com.caucho.cloud.loadbalance |
---|
Methods in com.caucho.cloud.loadbalance with parameters of type CloudPod | |
---|---|
void |
LoadBalanceBuilder.setTargetCluster(CloudPod pod)
Sets the target cluster by CloudPod id. |
Uses of CloudPod in com.caucho.cloud.network |
---|
Methods in com.caucho.cloud.network that return CloudPod | |
---|---|
CloudPod |
ClusterServer.getCloudPod()
Returns the owning pod |
Uses of CloudPod in com.caucho.cloud.topology |
---|
Methods in com.caucho.cloud.topology that return CloudPod | |
---|---|
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 |
Methods in com.caucho.cloud.topology with parameters of type CloudPod | |
---|---|
void |
AbstractCloudPodListener.onPodAdd(CloudPod pod)
|
void |
CloudPodListener.onPodAdd(CloudPod pod)
|
void |
AbstractCloudPodListener.onPodRemove(CloudPod pod)
|
void |
CloudPodListener.onPodRemove(CloudPod pod)
|
Constructors in com.caucho.cloud.topology with parameters of type CloudPod | |
---|---|
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)
|
Uses of CloudPod in com.caucho.server.cluster |
---|
Methods in com.caucho.server.cluster that return CloudPod | |
---|---|
CloudPod |
ServletService.getPod()
Returns the self server's pod |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |