public class AwsAuroraPostgreSQLProbe extends Object implements ClusteredDatabaseProbe
ClusteredDatabaseProbe for AWS Aurora PostgreSQL that retrieves clustered database metadata using SQL queries specific to AWS Aurora.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
AwsAuroraPostgreSQLProbe(OfBizConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProbe(String databaseType)
canProbe is set to check for database type that is configured with either PostgresQL or Aurora PostgreSQL. |
SystemInfoUtils.ClusteredDatabaseMetadata |
getClusteredDatabaseMetadata() |
public AwsAuroraPostgreSQLProbe(OfBizConnectionFactory connectionFactory)
public SystemInfoUtils.ClusteredDatabaseMetadata getClusteredDatabaseMetadata()
getClusteredDatabaseMetadata in interface ClusteredDatabaseProbepublic boolean canProbe(String databaseType)
canProbe is set to check for database type that is configured with either PostgresQL or Aurora PostgreSQL. This covers the case of users configuring Aurora Postgres explicitly (from 8.4 onwards) or users who have configured Aurora Postgres with the existing postgres database typecanProbe in interface ClusteredDatabaseProbeCopyright © 2002-2021 Atlassian. All Rights Reserved.