|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerPool | |
|---|---|
| com.caucho.server.cluster | |
| com.caucho.servlets | |
| Uses of ServerPool in com.caucho.server.cluster |
|---|
| Methods in com.caucho.server.cluster that return ServerPool | |
|---|---|
ServerPool |
ClusterStream.getPool()
Returns the owning pool |
ServerPool |
ClusterServer.getServerPool()
Returns the server connector. |
| Methods in com.caucho.server.cluster with parameters of type ServerPool | |
|---|---|
boolean |
ProServer.message(ServerPool conn,
java.lang.String to,
java.lang.String from,
java.io.Serializable value)
Sends a hmux message to another server |
protected void |
AbstractClusterStoreManager.ping(ServerPool server)
Updates the cached object value on the target server. |
java.io.Serializable |
ProServer.queryGet(ServerPool conn,
java.lang.String to,
java.lang.String from,
java.io.Serializable query,
long timeout)
Sends a hmux message to another server |
boolean |
ProServer.queryResult(ServerPool conn,
long id,
java.lang.String to,
java.lang.String from,
java.io.Serializable value)
Sends a hmux message to another server |
void |
ProServer.querySet(ServerPool conn,
java.lang.String to,
java.lang.String from,
java.io.Serializable query,
BamQueryCallback cb)
Sends a hmux message to another server |
| Uses of ServerPool in com.caucho.servlets |
|---|
| Fields in com.caucho.servlets declared as ServerPool | |
|---|---|
protected ServerPool[] |
LoadBalanceStrategy._serverGroup
|
| Methods in com.caucho.servlets with parameters of type ServerPool | |
|---|---|
protected ClusterStream |
LeastConnectionBalanceStrategy.openBestServer(int startIndex,
ServerPool oldSrun)
Opens the best load balance server. |
protected ClusterStream |
RoundRobinBalanceStrategy.openBestServer(int startIndex,
ServerPool oldSrun)
Opens the best load balance server. |
protected ClusterStream |
LoadBalanceStrategy.openBestServer(int startIndex,
ServerPool oldClient)
Opens the best load balance server. |
ClusterStream |
LoadBalanceStrategy.openServer(ServerPool oldClient)
Opens the next available server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||