Uses of Enum Class
com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformType
Packages that use ClusteredDatabasePlatformType
-
Uses of ClusteredDatabasePlatformType in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return ClusteredDatabasePlatformTypeModifier and TypeMethodDescriptionClusteredDatabasePlatformMetadata.getDatabaseType()Returns the enum constant of this class with the specified name.static ClusteredDatabasePlatformType[]ClusteredDatabasePlatformType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.status.service.systeminfo with parameters of type ClusteredDatabasePlatformTypeModifierConstructorDescriptionClusteredDatabasePlatformMetadata(ClusteredDatabasePlatformType databaseType, String databaseVersion, int databaseMemberCount)