public class EngineStatisticsMetadata extends AdminObjectImpl implements EngineStatistics
attachmentsDELIMITER, 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, setServerNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getProperties, getPropertyValuegetHostName, getServerGroup, getServerNamepublic int getSessionCount()
EngineStatisticsgetSessionCount in interface EngineStatisticspublic long getTotalMemoryUsedInKB()
EngineStatisticsgetTotalMemoryUsedInKB in interface EngineStatisticspublic long getMemoryUsedByActivePlansInKB()
EngineStatisticsgetMemoryUsedByActivePlansInKB in interface EngineStatisticspublic long getDiskWriteCount()
EngineStatisticsgetDiskWriteCount in interface EngineStatisticspublic long getDiskReadCount()
EngineStatisticsgetDiskReadCount in interface EngineStatisticspublic long getCacheReadCount()
EngineStatisticsgetCacheReadCount in interface EngineStatisticspublic long getCacheWriteCount()
EngineStatisticsgetCacheWriteCount in interface EngineStatisticspublic long getDiskSpaceUsedInMB()
EngineStatisticsgetDiskSpaceUsedInMB in interface EngineStatisticspublic int getActivePlanCount()
EngineStatisticsgetActivePlanCount in interface EngineStatisticspublic int getWaitPlanCount()
EngineStatisticsgetWaitPlanCount in interface EngineStatisticspublic int getMaxWaitPlanWaterMark()
EngineStatisticsgetMaxWaitPlanWaterMark in interface EngineStatisticspublic 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.