org.teiid.adminapi.impl
Class CacheStatisticsMetadata

java.lang.Object
  extended by org.teiid.adminapi.impl.AdminObjectImpl
      extended by org.teiid.adminapi.impl.CacheStatisticsMetadata
All Implemented Interfaces:
java.io.Serializable, AdminObject, CacheStatistics

public class CacheStatisticsMetadata
extends AdminObjectImpl
implements CacheStatistics

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Constructor Summary
CacheStatisticsMetadata()
           
 
Method Summary
 double getHitRatio()
           
 int getRequestCount()
           
 int getTotalEntries()
           
 void setHitRatio(double value)
           
 void setRequestCount(int count)
           
 void setTotalEntries(int value)
           
 java.lang.String toString()
           
 
Methods inherited from class org.teiid.adminapi.impl.AdminObjectImpl
addAttchment, addAttchment, addProperty, getAttachment, getAttachment, getJAXBProperties, getName, getProperties, getPropertyValue, removeAttachment, removeAttachment, setJAXBProperties, setName, setProperties
 
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
 

Constructor Detail

CacheStatisticsMetadata

public CacheStatisticsMetadata()
Method Detail

getRequestCount

public int getRequestCount()
Specified by:
getRequestCount in interface CacheStatistics

setRequestCount

public void setRequestCount(int count)

getHitRatio

public double getHitRatio()
Specified by:
getHitRatio in interface CacheStatistics

getTotalEntries

public int getTotalEntries()
Specified by:
getTotalEntries in interface CacheStatistics

setHitRatio

public void setHitRatio(double value)

setTotalEntries

public void setTotalEntries(int value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.