net.sf.ehcache.management.resource
Class CacheStatisticSampleEntityV2

java.lang.Object
  extended by org.terracotta.management.resource.AbstractEntityV2
      extended by net.sf.ehcache.management.resource.AbstractCacheEntityV2
          extended by net.sf.ehcache.management.resource.CacheStatisticSampleEntityV2
All Implemented Interfaces:
Serializable, org.terracotta.management.resource.Representable

public class CacheStatisticSampleEntityV2
extends AbstractCacheEntityV2

Author:
brandony
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.terracotta.management.resource.AbstractEntityV2
VERSION_V2
 
Fields inherited from interface org.terracotta.management.resource.Representable
EMBEDDED_AGENT_ID
 
Constructor Summary
CacheStatisticSampleEntityV2()
           
 
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.AbstractCacheEntityV2
getCacheManagerName, getName, setCacheManagerName, setName
 
Methods inherited from class org.terracotta.management.resource.AbstractEntityV2
getAgentId, setAgentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStatisticSampleEntityV2

public CacheStatisticSampleEntityV2()
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.