Class ClusteredDatabasePlatformMetadata
java.lang.Object
com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformMetadata
Simple bean holding information about the clustered database platform on which Confluence is running, if any.
- Since:
- 6.15.5
-
Constructor Summary
ConstructorsConstructorDescriptionClusteredDatabasePlatformMetadata
(ClusteredDatabasePlatformType databaseType, String databaseVersion, int databaseMemberCount) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
ClusteredDatabasePlatformMetadata
public ClusteredDatabasePlatformMetadata(ClusteredDatabasePlatformType databaseType, String databaseVersion, int databaseMemberCount)
-
-
Method Details
-
getDatabaseVersion
-
getDatabaseType
-
getDatabaseMemberCount
public int getDatabaseMemberCount()
-