Interface PlatformAwareClusteredDatabaseMetadataRetriever
- All Known Implementing Classes:
AwsClusteredDatabaseMetadataRetriever
public interface PlatformAwareClusteredDatabaseMetadataRetriever
Strategy to get clustered database metadata once the cloud platform Confluence is running on is known.
- Since:
- 6.15.5
-
Method Summary
-
Method Details
-
getClusteredDatabaseMetadata
Optional<ClusteredDatabasePlatformMetadata> getClusteredDatabaseMetadata(Connection databaseConnection)
-