public interface WriterFailoverHandler
| Modifier and Type | Method and Description |
|---|---|
ResolvedHostInfo |
failover(java.util.List<HostInfo> currentTopology)
Called to start Writer Failover Process.
|
ResolvedHostInfo failover(java.util.List<HostInfo> currentTopology) throws java.sql.SQLException
currentTopology - Cluster current topologyResolvedHostInfo The results of this process. May return null, which is
considered an unsuccessful result.java.sql.SQLException