public class CacheListItem
extends java.lang.Object
Constructor and Description |
---|
CacheListItem(org.w3c.dom.Element row)
Constructs a
CacheListItem from a XML element. |
Modifier and Type | Method and Description |
---|---|
int |
getCalls()
Number of input buffer calls.
|
int |
getCurrentSize()
Currently used cache size.
|
java.lang.String |
getHitRatio()
Hits of the primary work processIt is responsible for the execution of Automation Engine internal tasks and work processes.
|
int |
getHits()
Number of entries found in the cache.
|
int |
getItems()
Number of all cache entries.
|
java.lang.String |
getName()
Area of the Server input buffer:
SCRIPT - for Script
VARA - for UC4 Variable
MQMEM - for message queues
ODOC and XREQ - for UserInterfaces
USER - for users who use an Automation Engine system.
|
int |
getThresholdValue()
Deprecated.
please use getThresholdValueLong() with long return value
|
long |
getThresholdValueLong()
Limit for the cache's memory release.
|
java.lang.String |
getTimeUsed()
Total time consumed by the work processes for calling the cache.
|
boolean |
isActive()
If the cache is active.
|
java.lang.String |
toString() |
public CacheListItem(org.w3c.dom.Element row)
CacheListItem
from a XML element.row
- Elementpublic java.lang.String getName()
@Deprecated public int getThresholdValue()
public long getThresholdValueLong()
public int getCurrentSize()
public int getItems()
public boolean isActive()
true if active
public int getCalls()
public int getHits()
public java.lang.String getHitRatio()
public java.lang.String getTimeUsed()
public java.lang.String toString()
toString
in class java.lang.Object