This class defines a RoundRobinConnectPolicy used when the Sequoia URL has
the following form:
jdbc:sequoia://node1,node2,node3/myDB?preferredController=roundRobin
public RoundRobinConnectPolicy(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