Package org.teiid.adminapi.impl
Class CacheStatisticsMetadata
- java.lang.Object
-
- org.teiid.adminapi.impl.AdminObjectImpl
-
- org.teiid.adminapi.impl.CacheStatisticsMetadata
-
- All Implemented Interfaces:
Serializable,AdminObject,CacheStatistics,DomainAware
public class CacheStatisticsMetadata extends AdminObjectImpl implements CacheStatistics
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.adminapi.impl.AdminObjectImpl
attachments
-
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
-
-
Constructor Summary
Constructors Constructor Description CacheStatisticsMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHitRatio()intgetRequestCount()intgetTotalEntries()voidsetHitRatio(double value)voidsetRequestCount(int count)voidsetTotalEntries(int value)StringtoString()-
Methods inherited from class org.teiid.adminapi.impl.AdminObjectImpl
addAttachment, addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setName, setProperties, setServerGroup, setServerName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teiid.adminapi.AdminObject
getName, getProperties, getPropertyValue
-
Methods inherited from interface org.teiid.adminapi.DomainAware
getHostName, getServerGroup, getServerName
-
-
-
-
Method Detail
-
getRequestCount
public int getRequestCount()
- Specified by:
getRequestCountin interfaceCacheStatistics
-
setRequestCount
public void setRequestCount(int count)
-
getHitRatio
public double getHitRatio()
- Specified by:
getHitRatioin interfaceCacheStatistics
-
getTotalEntries
public int getTotalEntries()
- Specified by:
getTotalEntriesin interfaceCacheStatistics
-
setHitRatio
public void setHitRatio(double value)
-
setTotalEntries
public void setTotalEntries(int value)
-
-