Uses of Class
com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformType
-
Packages that use ClusteredDatabasePlatformType Package Description com.atlassian.confluence.status.service.systeminfo -
-
Uses of ClusteredDatabasePlatformType in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return ClusteredDatabasePlatformType Modifier and Type Method Description ClusteredDatabasePlatformTypeClusteredDatabasePlatformMetadata. getDatabaseType()static ClusteredDatabasePlatformTypeClusteredDatabasePlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteredDatabasePlatformType[]ClusteredDatabasePlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.status.service.systeminfo with parameters of type ClusteredDatabasePlatformType Constructor Description ClusteredDatabasePlatformMetadata(ClusteredDatabasePlatformType databaseType, String databaseVersion, int databaseMemberCount)
-