org.terracotta.management.stats
Class Category
java.lang.Object
org.terracotta.management.stats.Category
- All Implemented Interfaces:
- Serializable
public final class Category
- extends Object
- implements Serializable
- Author:
- Ludovic Orban
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Category
public Category(String name,
List<Statistic<?,?>> statistics)
getName
public String getName()
getStatistics
public List<Statistic<?,?>> getStatistics()
Copyright © 2016. All Rights Reserved.