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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ClusteredDatabasePlatformMetadata>
getClusteredDatabaseMetadata(Connection databaseConnection)
-
-
-
Method Detail
-
getClusteredDatabaseMetadata
Optional<ClusteredDatabasePlatformMetadata> getClusteredDatabaseMetadata(Connection databaseConnection)
-
-