Package com.kheops.jmap.server
Class JMapServerMonitoringInfo
java.lang.Object
com.kheops.jmap.server.JMapServerMonitoringInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetConcurrentSessions(SessionType sessionType) intlonggetJvm()intgetPid()intintgetReservedSessions(SessionType sessionType) intintintintintintlongvoidsetCpuCount(int cpuCount) voidsetDiskCacheInfo(KDataCacheMonitoringInfo diskCacheInfo) voidsetFreeMemory(long freeMemory) voidvoidsetMemoryCacheInfo(KDataCacheMonitoringInfo memoryCacheInfo) voidsetPid(int pid) voidsetSysDBPoolSize(int sysDBPoolSize) voidsetSysDBPoolUsage(int sysDBPoolUsage) voidsetSysDBPoolUsagePeak(int sysDBPoolUsagePeak) voidsetThreadPoolSize(int threadPoolSize) voidsetThreadPoolUsage(int threadPoolUsage) voidsetThreadPoolUsagePeak(int threadPoolUsagePeak) voidsetTotalMemory(long totalMemory)
-
Constructor Details
-
JMapServerMonitoringInfo
public JMapServerMonitoringInfo()
-
-
Method Details
-
getThreadPoolSize
public int getThreadPoolSize() -
setThreadPoolSize
public void setThreadPoolSize(int threadPoolSize) -
getThreadPoolUsage
public int getThreadPoolUsage() -
setThreadPoolUsage
public void setThreadPoolUsage(int threadPoolUsage) -
getThreadPoolUsagePeak
public int getThreadPoolUsagePeak() -
setThreadPoolUsagePeak
public void setThreadPoolUsagePeak(int threadPoolUsagePeak) -
getSysDBPoolSize
public int getSysDBPoolSize() -
setSysDBPoolSize
public void setSysDBPoolSize(int sysDBPoolSize) -
getSysDBPoolUsage
public int getSysDBPoolUsage() -
setSysDBPoolUsage
public void setSysDBPoolUsage(int sysDBPoolUsage) -
getSysDBPoolUsagePeak
public int getSysDBPoolUsagePeak() -
setSysDBPoolUsagePeak
public void setSysDBPoolUsagePeak(int sysDBPoolUsagePeak) -
getTotalMemory
public long getTotalMemory() -
setTotalMemory
public void setTotalMemory(long totalMemory) -
getFreeMemory
public long getFreeMemory() -
setFreeMemory
public void setFreeMemory(long freeMemory) -
getMemoryCacheInfo
-
setMemoryCacheInfo
-
getDiskCacheInfo
-
setDiskCacheInfo
-
getActiveSessions
public int getActiveSessions() -
getConcurrentSessions
public int getConcurrentSessions() -
getReservedSessions
public int getReservedSessions() -
getConcurrentSessions
-
getReservedSessions
-
getCpuCount
public int getCpuCount() -
setCpuCount
public void setCpuCount(int cpuCount) -
getJvm
-
setJvm
-
getPid
public int getPid() -
setPid
public void setPid(int pid)
-