org.terracotta.context.extended
Class ExposedStatistic

java.lang.Object
  extended by org.terracotta.context.extended.ExposedStatistic

public class ExposedStatistic
extends Object

Author:
Ludovic Orban

Constructor Summary
ExposedStatistic(String name, Class<?> type, Set<String> tags, Map<String,Object> properties, Object stat)
           
 
Method Summary
 String getName()
           
 Map<String,Object> getProperties()
           
 Object getStat()
           
 Set<String> getTags()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExposedStatistic

public ExposedStatistic(String name,
                        Class<?> type,
                        Set<String> tags,
                        Map<String,Object> properties,
                        Object stat)
Method Detail

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.