| This class defines an OrderedConnectPolicy used when the Sequoia URL has the
following form:
jdbc:sequoia://node1,node2,node3/myDB?preferredController=ordered
This always direct to the first available controller in the list following
the order of the list. With this example, we first try node1, and if not
available then try to node2 and finally if none are available try node3.
author: Emmanuel Cecchet author: version: 1.0 |