net.sf.ehcache.management.resource
Class CacheStatisticSampleEntity
java.lang.Object
org.terracotta.management.resource.VersionedEntity
net.sf.ehcache.management.resource.AbstractCacheEntity
net.sf.ehcache.management.resource.CacheStatisticSampleEntity
- All Implemented Interfaces:
- Serializable, org.terracotta.management.resource.Representable
public class CacheStatisticSampleEntity
- extends AbstractCacheEntity
- Author:
- brandony
- See Also:
- Serialized Form
| Fields inherited from interface org.terracotta.management.resource.Representable |
EMBEDDED_AGENT_ID |
| Methods inherited from class org.terracotta.management.resource.VersionedEntity |
getVersion, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheStatisticSampleEntity
public CacheStatisticSampleEntity()
getStatName
public String getStatName()
setStatName
public void setStatName(String statName)
getStatValueByTimeMillis
public Map<Long,Long> getStatValueByTimeMillis()
setStatValueByTimeMillis
public void setStatValueByTimeMillis(Map<Long,Long> statValueByTimeMillis)
Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.