Class UsageInfo
java.lang.Object
com.atlassian.confluence.status.service.systeminfo.UsageInfo
Confluence usage information gathered from a few simple database queries.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic UsageInfo.Builderbuilder()static UsageInfointgetAutoCommitQuetly(Connection databaseConnection) intintintintintstatic org.slf4j.LoggergetLog()intintstatic UsageInfogetUsageInfo(Connection databaseConnection)
-
Method Details
-
getUsageInfo
-
getAutoCommitQuetly
-
errorInstance
-
builder
-
getUsageInfoDTO
-
getLog
public static org.slf4j.Logger getLog() -
getTotalSpaces
public int getTotalSpaces() -
getGlobalSpaces
public int getGlobalSpaces() -
getPersonalSpaces
public int getPersonalSpaces() -
getAllContent
public int getAllContent() -
getCurrentContent
public int getCurrentContent() -
getLocalUsers
public int getLocalUsers() -
getLocalGroups
public int getLocalGroups() -
getLocalMemberships
public int getLocalMemberships()
-