public class EngineStatisticsMetadata extends AdminObjectImpl implements EngineStatistics
attachments
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
Constructor and Description |
---|
EngineStatisticsMetadata() |
Modifier and Type | Method and Description |
---|---|
int |
getActivePlanCount()
Current active plan count
|
long |
getCacheReadCount()
Total number of cache reads, includes disk and soft-cache references
|
long |
getCacheWriteCount()
Total number of cache writes, includes disk and soft-cache references
|
long |
getDiskReadCount()
Number reads from the disk used by buffer manager that cache overflowed.
|
long |
getDiskSpaceUsedInMB()
Disk space used by buffer manager to save overflowed memory contents
|
long |
getDiskWriteCount()
Number of writes to disk by buffer manager to save the overflow from memory
|
int |
getMaxWaitPlanWaterMark()
High water mark for the waiting plans
|
long |
getMemoryUsedByActivePlansInKB()
Total memory used by buffer manager for active plans
|
int |
getSessionCount()
Active Number of Sessions in the engine
|
long |
getTotalMemoryUsedInKB()
Total amount memory used by buffer manager for active queries and cached queries
|
int |
getWaitPlanCount()
Current number of waiting plans in the queue
|
void |
setActivePlanCount(int activePlanCount) |
void |
setCacheReadCount(long cacheReadCount) |
void |
setCacheWriteCount(long cacheWriteCount) |
void |
setDiskReadCount(long diskReadCount) |
void |
setDiskSpaceUsedInMB(long diskSpaceUsedInMB) |
void |
setDiskWriteCount(long diskWriteCount) |
void |
setMaxWaitPlanWaterMark(int maxWaitPlanCount) |
void |
setMemoryUsedByActivePlansInKB(long memoryUsedByActivePlansInKB) |
void |
setSessionCount(int sessionCount) |
void |
setTotalMemoryUsedInKB(long totalMemoryUsedInKB) |
void |
setWaitPlanCount(int waitPlanCount) |
String |
toString() |
addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setName, setProperties, setServerGroup, setServerName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getProperties, getPropertyValue
getHostName, getServerGroup, getServerName
public int getSessionCount()
EngineStatistics
getSessionCount
in interface EngineStatistics
public long getTotalMemoryUsedInKB()
EngineStatistics
getTotalMemoryUsedInKB
in interface EngineStatistics
public long getMemoryUsedByActivePlansInKB()
EngineStatistics
getMemoryUsedByActivePlansInKB
in interface EngineStatistics
public long getDiskWriteCount()
EngineStatistics
getDiskWriteCount
in interface EngineStatistics
public long getDiskReadCount()
EngineStatistics
getDiskReadCount
in interface EngineStatistics
public long getCacheReadCount()
EngineStatistics
getCacheReadCount
in interface EngineStatistics
public long getCacheWriteCount()
EngineStatistics
getCacheWriteCount
in interface EngineStatistics
public long getDiskSpaceUsedInMB()
EngineStatistics
getDiskSpaceUsedInMB
in interface EngineStatistics
public int getActivePlanCount()
EngineStatistics
getActivePlanCount
in interface EngineStatistics
public int getWaitPlanCount()
EngineStatistics
getWaitPlanCount
in interface EngineStatistics
public int getMaxWaitPlanWaterMark()
EngineStatistics
getMaxWaitPlanWaterMark
in interface EngineStatistics
public void setSessionCount(int sessionCount)
public void setTotalMemoryUsedInKB(long totalMemoryUsedInKB)
public void setMemoryUsedByActivePlansInKB(long memoryUsedByActivePlansInKB)
public void setDiskWriteCount(long diskWriteCount)
public void setDiskReadCount(long diskReadCount)
public void setCacheWriteCount(long cacheWriteCount)
public void setCacheReadCount(long cacheReadCount)
public void setDiskSpaceUsedInMB(long diskSpaceUsedInMB)
public void setActivePlanCount(int activePlanCount)
public void setWaitPlanCount(int waitPlanCount)
public void setMaxWaitPlanWaterMark(int maxWaitPlanCount)
Copyright © 2018 JBoss by Red Hat. All rights reserved.