org.terracotta.management.stats
Class Category

java.lang.Object
  extended by org.terracotta.management.stats.Category
All Implemented Interfaces:
Serializable

public final class Category
extends Object
implements Serializable

Author:
Ludovic Orban
See Also:
Serialized Form

Constructor Summary
Category(String name, List<Statistic<?,?>> statistics)
           
 
Method Summary
 String getName()
           
 List<Statistic<?,?>> getStatistics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category(String name,
                List<Statistic<?,?>> statistics)
Method Detail

getName

public String getName()

getStatistics

public List<Statistic<?,?>> getStatistics()


Copyright © 2016. All Rights Reserved.