Class ClusteredDatabasePlatformMetadata
- java.lang.Object
-
- com.atlassian.confluence.status.service.systeminfo.ClusteredDatabasePlatformMetadata
-
public class ClusteredDatabasePlatformMetadata extends Object
Simple bean holding information about the clustered database platform on which Confluence is running, if any.- Since:
- 6.15.5
-
-
Constructor Summary
Constructors Constructor Description ClusteredDatabasePlatformMetadata(ClusteredDatabasePlatformType databaseType, String databaseVersion, int databaseMemberCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDatabaseMemberCount()
ClusteredDatabasePlatformType
getDatabaseType()
String
getDatabaseVersion()
-
-
-
Constructor Detail
-
ClusteredDatabasePlatformMetadata
public ClusteredDatabasePlatformMetadata(ClusteredDatabasePlatformType databaseType, String databaseVersion, int databaseMemberCount)
-
-
Method Detail
-
getDatabaseVersion
public String getDatabaseVersion()
-
getDatabaseType
public ClusteredDatabasePlatformType getDatabaseType()
-
getDatabaseMemberCount
public int getDatabaseMemberCount()
-
-