ZXTM Control API Overview and Reference
Version 4.0
)
getErrorFile( names )
Get the file names of the error texts that each of the named pools will
send back to a client when no nodes are available to handle a request.
String[] getErrorFile(
String[] names
)
getFailpool( names )
Get the pool to use when all nodes in a pool fail, for each of the named
pools.
String[] getFailpool(
String[] names
)
getKeepalive( names )
Get whether each of the named pools should maintain HTTP keepalive
connections to the nodes.
Boolean[] getKeepalive(
String[] names
)
getLoadBalancingAlgorithm( names )
Get the load balancing algorithms that each of the named pools uses.
Pool.LoadBalancingAlgorithm[] getLoadBalancingAlgorithm(
String[] names
)
getMaxConnectTime( names )
Get the times that each of the named pools should wait for a connection
to establish to a node before trying another node, in seconds.
Unsigned Integer[] getMaxConnectTime(
String[] names
)
82
New Page 1