Version
4.0
getMaxKeepalivesPerNode( names )
Get the maximum numbers of unused HTTP keepalive connections that
each of the named pools should maintain to an individual node.
Unsigned Integer[] getMaxKeepalivesPerNode(
String[] names
)
getMaxReplyTime( names )
Get the time that each of the named pools should wait for a response
from a node before either discarding the request or trying another node,
in seconds (retryable requests only).
Unsigned Integer[] getMaxReplyTime(
String[] names
)
getMonitors( names )
Get the list of all monitors.
String[][] getMonitors(
String[] names
)
getNodes( names )
Get the lists of nodes for each of the named pools.
String[][] getNodes(
String[] names
)
getNodesPriorityValue( names, nodes )
For each of the named pools, get the priority values for the named nodes
in each pool.
Pool.PriorityValueDefinition[][] getNodesPriorityValue(
String[] names
String[][] nodes
)
83
New Page 1