public class CacheStatisticsMetadata extends AdminObjectImpl implements CacheStatistics
attachmentsDELIMITER, 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, setHostName, setName, setProperties, setServerGroup, setServerNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getProperties, getPropertyValuegetHostName, getServerGroup, getServerNamepublic int getRequestCount()
getRequestCount in interface CacheStatisticspublic void setRequestCount(int count)
public double getHitRatio()
getHitRatio in interface CacheStatisticspublic int getTotalEntries()
getTotalEntries in interface CacheStatisticspublic void setHitRatio(double value)
public void setTotalEntries(int value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.