public class CacheStatisticsMetadata extends AdminObjectImpl implements CacheStatistics
attachments
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
Constructor and Description |
---|
CacheStatisticsMetadata() |
Modifier and Type | Method and Description |
---|---|
double |
getHitRatio() |
int |
getRequestCount() |
int |
getTotalEntries() |
void |
setHitRatio(double value) |
void |
setRequestCount(int count) |
void |
setTotalEntries(int value) |
String |
toString() |
addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setName, setProperties, setServerGroup, setServerName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getProperties, getPropertyValue
getHostName, getServerGroup, getServerName
public int getRequestCount()
getRequestCount
in interface CacheStatistics
public void setRequestCount(int count)
public double getHitRatio()
getHitRatio
in interface CacheStatistics
public int getTotalEntries()
getTotalEntries
in interface CacheStatistics
public void setHitRatio(double value)
public void setTotalEntries(int value)
Copyright © 2019. All rights reserved.