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()
EngineStatisticsBeangetSessionCount in interface EngineStatisticsBeanpublic long getTotalMemoryUsedInKB()
EngineStatisticsBeangetTotalMemoryUsedInKB in interface EngineStatisticsBeanpublic long getMemoryUsedByActivePlansInKB()
EngineStatisticsBeangetMemoryUsedByActivePlansInKB in interface EngineStatisticsBeanpublic long getDiskWriteCount()
EngineStatisticsBeangetDiskWriteCount in interface EngineStatisticsBeanpublic long getDiskReadCount()
EngineStatisticsBeangetDiskReadCount in interface EngineStatisticsBeanpublic long getCacheReadCount()
EngineStatisticsBeangetCacheReadCount in interface EngineStatisticsBeanpublic long getCacheWriteCount()
EngineStatisticsBeangetCacheWriteCount in interface EngineStatisticsBeanpublic long getDiskSpaceUsedInMB()
EngineStatisticsBeangetDiskSpaceUsedInMB in interface EngineStatisticsBeanpublic int getActivePlanCount()
EngineStatisticsBeangetActivePlanCount in interface EngineStatisticsBeanpublic int getWaitPlanCount()
EngineStatisticsBeangetWaitPlanCount in interface EngineStatisticsBeanpublic int getMaxWaitPlanWaterMark()
EngineStatisticsBeangetMaxWaitPlanWaterMark in interface EngineStatisticsBeanpublic 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.