Package | Description |
---|---|
com.caucho.server.cluster | |
com.caucho.server.resin |
Modifier and Type | Method and Description |
---|---|
ClusterPod |
Cluster.createPod()
Adds a new pod to the cluster
|
ClusterPod |
Cluster.findPod(int podIndex)
Finds the first server with the given server-id.
|
abstract ClusterPod[] |
Cluster.getPodList()
Returns the list of pods for the cluster
|
Modifier and Type | Method and Description |
---|---|
protected ClusterServer |
ProResinDelegate.loadDynamicServer(ClusterPod pod,
java.lang.String dynId,
java.lang.String dynAddress,
int dynPort) |
protected ClusterServer |
ResinDelegate.loadDynamicServer(ClusterPod pod,
java.lang.String dynId,
java.lang.String dynAddress,
int dynPort) |