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 |
getBufferHeapInUseKb()
Heap memory estimate in use by buffer manager
|
long |
getBufferHeapReservedByActivePlansKb()
Total processing memory reserved by active plans
|
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 |
getStorageReadCount()
Total number of storage reads from the layer below the heap
|
long |
getStorageWriteCount()
Total number of storage writes to the layer below the heap
|
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()
EngineStatisticsBean
getSessionCount
in interface EngineStatisticsBean
public long getTotalMemoryUsedInKB()
EngineStatisticsBean
getTotalMemoryUsedInKB
in interface EngineStatisticsBean
EngineStatisticsBean.getBufferHeapInUseKb()
public long getMemoryUsedByActivePlansInKB()
EngineStatisticsBean
getMemoryUsedByActivePlansInKB
in interface EngineStatisticsBean
EngineStatisticsBean.getBufferHeapReservedByActivePlansKb()
public long getDiskWriteCount()
EngineStatisticsBean
getDiskWriteCount
in interface EngineStatisticsBean
public long getDiskReadCount()
EngineStatisticsBean
getDiskReadCount
in interface EngineStatisticsBean
public long getCacheReadCount()
EngineStatisticsBean
getCacheReadCount
in interface EngineStatisticsBean
EngineStatisticsBean.getStorageReadCount();
public long getCacheWriteCount()
EngineStatisticsBean
getCacheWriteCount
in interface EngineStatisticsBean
EngineStatisticsBean.getStorageReadCount()
public long getDiskSpaceUsedInMB()
EngineStatisticsBean
getDiskSpaceUsedInMB
in interface EngineStatisticsBean
public int getActivePlanCount()
EngineStatisticsBean
getActivePlanCount
in interface EngineStatisticsBean
public int getWaitPlanCount()
EngineStatisticsBean
getWaitPlanCount
in interface EngineStatisticsBean
public int getMaxWaitPlanWaterMark()
EngineStatisticsBean
getMaxWaitPlanWaterMark
in interface EngineStatisticsBean
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)
public long getBufferHeapInUseKb()
EngineStatisticsBean
getBufferHeapInUseKb
in interface EngineStatisticsBean
public long getBufferHeapReservedByActivePlansKb()
EngineStatisticsBean
getBufferHeapReservedByActivePlansKb
in interface EngineStatisticsBean
public long getStorageReadCount()
EngineStatisticsBean
getStorageReadCount
in interface EngineStatisticsBean
public long getStorageWriteCount()
EngineStatisticsBean
getStorageWriteCount
in interface EngineStatisticsBean
Copyright © 2019. All rights reserved.