Uses of Class
com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformMetadata
-
Packages that use ClusteredDatabasePlatformMetadata Package Description com.atlassian.confluence.status.service -
-
Uses of ClusteredDatabasePlatformMetadata in com.atlassian.confluence.status.service
Methods in com.atlassian.confluence.status.service that return types with arguments of type ClusteredDatabasePlatformMetadata Modifier and Type Method Description Optional<ClusteredDatabasePlatformMetadata>
DefaultSystemInformationService. getClusteredDatabaseInformation(CloudPlatformType cloudPlatformType)
Optional<ClusteredDatabasePlatformMetadata>
SystemInformationService. getClusteredDatabaseInformation(CloudPlatformType cloudPlatformType)
Optional<ClusteredDatabasePlatformMetadata>
AwsClusteredDatabaseMetadataRetriever. getClusteredDatabaseMetadata(Connection connection)
Optional<ClusteredDatabasePlatformMetadata>
PlatformAwareClusteredDatabaseMetadataRetriever. getClusteredDatabaseMetadata(Connection databaseConnection)
Optional<ClusteredDatabasePlatformMetadata>
ClusteredDatabasePlatformMetadataService. getClusteredDatabaseMetadataForPlatform(Connection databaseConnection, CloudPlatformType platformType)
-