| Constructor and Description |
|---|
AuroraReadReplicasDriver() |
AuroraReadReplicasDriver(Supplier<ScheduledExecutorService> discoveryExecutor,
Supplier<ScheduledExecutorService> tagPollExecutor,
Supplier<TagFilter> tagFilter,
Supplier<FairlinkMemberFinder> memberFinder,
Supplier<ReplicaValidator> replicaValidator,
Function<Collection<String>,SizedIterator<String>> iteratorBuilder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties properties) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties properties) |
boolean |
jdbcCompliant() |
public AuroraReadReplicasDriver()
public AuroraReadReplicasDriver(Supplier<ScheduledExecutorService> discoveryExecutor, Supplier<ScheduledExecutorService> tagPollExecutor, Supplier<TagFilter> tagFilter, Supplier<FairlinkMemberFinder> memberFinder, Supplier<ReplicaValidator> replicaValidator, Function<Collection<String>,SizedIterator<String>> iteratorBuilder)
public boolean acceptsURL(String url) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic Connection connect(String url, Properties properties) throws SQLException
connect in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic Logger getParentLogger()
getParentLogger in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties properties)
getPropertyInfo in interface Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface DriverCopyright © 2021. All rights reserved.