net.sf.ehcache.management.resource
Class CacheStatisticSampleEntity

java.lang.Object
  extended by org.terracotta.management.resource.VersionedEntity
      extended by net.sf.ehcache.management.resource.AbstractCacheEntity
          extended by 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

Field Summary
 
Fields inherited from interface org.terracotta.management.resource.Representable
EMBEDDED_AGENT_ID
 
Constructor Summary
CacheStatisticSampleEntity()
           
 
Method Summary
 String getStatName()
           
 Map<Long,Long> getStatValueByTimeMillis()
           
 void setStatName(String statName)
           
 void setStatValueByTimeMillis(Map<Long,Long> statValueByTimeMillis)
           
 
Methods inherited from class net.sf.ehcache.management.resource.AbstractCacheEntity
getAgentId, getCacheManagerName, getName, setAgentId, setCacheManagerName, setName
 
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
 

Constructor Detail

CacheStatisticSampleEntity

public CacheStatisticSampleEntity()
Method Detail

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.