org.terracotta.context.extended
Class ExposedStatistic
java.lang.Object
org.terracotta.context.extended.ExposedStatistic
public class ExposedStatistic
- extends Object
- Author:
- Ludovic Orban
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExposedStatistic
public ExposedStatistic(String name,
Class<?> type,
Set<String> tags,
Map<String,Object> properties,
Object stat)
getName
public String getName()
getType
public Class<?> getType()
getTags
public Set<String> getTags()
getProperties
public Map<String,Object> getProperties()
getStat
public Object getStat()
Copyright © 2015. All Rights Reserved.