Class Overview
Supply specific system information of the current JIRA installation. For Example: Returning the current database
type.
Summary
Nested Classes |
class |
SystemInfoUtilsImpl.MaskedUrlDatabaseMetaData |
|
Public Constructors
public
SystemInfoUtilsImpl
()
Public Methods
public
long
getAllocatedMemory
()
public
String
getDatabaseType
()
public
String
getDbDescriptorLabel
()
public
String
getDbDescriptorValue
()
public
long
getFreeAllocatedMemory
()
public
long
getFreeMemory
()
public
long
getFreeNonHeapMemory
()
public
long
getFreePermGenMemory
()
public
String
getInstallationType
()
public
String
getJvmInputArguments
()
public
List<MemoryInformation>
getMemoryPoolInformation
()
public
long
getTotalMemory
()
public
long
getTotalNonHeapMemory
()
public
long
getTotalPermGenMemory
()
public
long
getUnAllocatedMemory
()
public
long
getUsedMemory
()
public
long
getUsedNonHeapMemory
()
public
long
getUsedPermGenMemory
()