public interface WriterFailoverHandler
Modifier and Type | Method and Description |
---|---|
WriterFailoverResult |
failover(List<HostInfo> currentTopology)
Called to start Writer Failover Process.
|
WriterFailoverResult failover(List<HostInfo> currentTopology) throws SQLException
currentTopology
- Cluster current topologyWriterFailoverResult
The results of this process.SQLException
- if failover failsCopyright © 1997-2021 PostgreSQL Global Development Group. All Rights Reserved.