This class defines a RandomConnectPolicy used when the Sequoia URL has the
following form:
jdbc:sequoia://node1,node2,node3/myDB?preferredController=random
author: Emmanuel Cecchet author:
public RandomConnectPolicy(ControllerInfo[] controllerList, int pingDelayInMs, int controllerTimeoutInMs, int debugLevel)(Code)
Creates a new RandomConnectPolicy object
Parameters: controllerList - the controller list on which the policy applies Parameters: pingDelayInMs - Interval in milliseconds between two pings of acontroller Parameters: controllerTimeoutInMs - timeout in milliseconds after which acontroller is considered as dead if it did not respond to pings Parameters: debugLevel - the debug level to use See Also:org.continuent.sequoia.driver.SequoiaUrl.DEBUG_LEVEL_OFF