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 double
getHitRatio()
int
getRequestCount()
int
getTotalEntries()
void
setHitRatio(double value)
void
setRequestCount(int count)
void
setTotalEntries(int value)
String
toString()
-
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:
getRequestCount
in interfaceCacheStatistics
-
setRequestCount
public void setRequestCount(int count)
-
getHitRatio
public double getHitRatio()
- Specified by:
getHitRatio
in interfaceCacheStatistics
-
getTotalEntries
public int getTotalEntries()
- Specified by:
getTotalEntries
in interfaceCacheStatistics
-
setHitRatio
public void setHitRatio(double value)
-
setTotalEntries
public void setTotalEntries(int value)
-
-