| Interface | Description |
|---|---|
| ConnectionProvider |
Implement this interface in order to handle physical connection creation process.
|
| ReaderFailoverHandler |
Interface for Reader Failover Process handler.
|
| TopologyService |
It's a generic interface for all topology services.
|
| WriterFailoverHandler |
Interface for Writer Failover Process handler.
|
| Class | Description |
|---|---|
| AuroraTopologyService |
An implementation of TopologyService created for Amazon Aurora
|
| BasicConnectionProvider |
This class is a basic implementation of ConnectionProvider interface.
|
| ClusterAwareConnectionProxy |
This class is a proxy of org.postgresql.core.BaseConnection that contains functionality to monitor the underlying
connection status and fail over to other DB instances when the connection encounters communications exceptions
or cluster topology changes.
|
| ClusterAwareReaderFailoverHandler |
An implementation of ReaderFailoverHandler.
|
| ClusterAwareWriterFailoverHandler |
An implementation of WriterFailoverHandler.
|
| HostInfo |
A class that contains details about a host and it's connection properties.
|
| RdsDnsAnalyzer | |
| ReaderFailoverResult |
This class holds results of Reader Failover Process.
|
| WriterFailoverResult |
This class holds results of Writer Failover Process.
|
Copyright © 1997-2021 PostgreSQL Global Development Group. All Rights Reserved.