| Interface | Description |
|---|---|
| ConnectionPlugin |
Interface for connection plugins.
|
| ConnectionPluginFactory |
Interface for connection plugin factories.
|
| ConnectionProvider |
Implement this interface in order to handle the physical connection creation process.
|
| HikariPoolConfigurator | |
| HikariPoolMapping | |
| HostListProvider | |
| HostListProviderService | |
| HostSelector | |
| JdbcCallable<T,E extends java.lang.Exception> | |
| JdbcRunnable<E extends java.lang.Exception> | |
| PluginManagerService | |
| PluginService |
Interface for retrieving the current active
Connection and its HostSpec. |
| PooledConnectionProvider |
| Class | Description |
|---|---|
| AwsWrapperProperty | |
| ConnectionPluginChainBuilder | |
| ConnectionPluginManager |
This class creates and handles a chain of
ConnectionPlugin for each connection. |
| ConnectionProviderManager | |
| DataSourceConnectionProvider |
This class is a basic implementation of
ConnectionProvider interface. |
| Driver | |
| DriverConnectionProvider |
This class is a basic implementation of
ConnectionProvider interface. |
| HikariPooledConnectionProvider | |
| HikariPooledConnectionProvider.PoolKey | |
| HostSpec |
An object representing connection info for a given host.
|
| HostSpecBuilder | |
| PluginServiceImpl | |
| PropertyDefinition | |
| RandomHostSelector |
| Enum | Description |
|---|---|
| HostRole | |
| NodeChangeOptions | |
| OldConnectionSuggestedAction |