com.atlassian.confluence.status.service.systeminfo
Class DatabaseInfo
java.lang.Object
com.atlassian.confluence.status.service.systeminfo.DatabaseInfo
public class DatabaseInfo
- extends Object
A simple bean encapsulating information about Confluence's database configuration and behaviour.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseInfo
public DatabaseInfo()
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getDialect
public String getDialect()
setDialect
public void setDialect(String dialect)
getIsolationLevel
public String getIsolationLevel()
setIsolationLevel
public void setIsolationLevel(String isolationLevel)
getDriverName
public String getDriverName()
setDriverName
public void setDriverName(String driverName)
getDriverVersion
public String getDriverVersion()
setDriverVersion
public void setDriverVersion(String driverVersion)
getVersion
public String getVersion()
setVersion
public void setVersion(String databaseVersion)
getName
public String getName()
setName
public void setName(String databaseName)
getExampleLatency
public Long getExampleLatency()
- Returns:
- the duration of an example query against the database in milliseconds. Null will be returned if this
has not been populated.
setExampleLatency
public void setExampleLatency(Long exampleLatency)