Package org.teiid.adminapi
Interface CacheStatistics
-
- All Superinterfaces:
AdminObject
,DomainAware
,Serializable
- All Known Implementing Classes:
CacheStatisticsMetadata
public interface CacheStatistics extends AdminObject, DomainAware
-
-
Field Summary
-
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getHitRatio()
int
getRequestCount()
int
getTotalEntries()
-
Methods inherited from interface org.teiid.adminapi.AdminObject
getName, getProperties, getPropertyValue
-
Methods inherited from interface org.teiid.adminapi.DomainAware
getHostName, getServerGroup, getServerName
-
-