|
|||||||||
| Home >> All >> juju >> reattore >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
juju.reattore.util
Class StatRegistry

java.lang.Objectjuju.reattore.util.StatRegistry
- public class StatRegistry
- extends java.lang.Object
Statistic manager.
| Field Summary | |
private static java.util.List |
ALL
|
| Constructor Summary | |
StatRegistry()
|
|
| Method Summary | |
static java.util.List |
getAll()
Get a list of all of the stats in the registry. |
static void |
register(Stat stat)
Register a new statistic with this manager. |
static java.lang.String |
summarise()
Summarise all of the registered statistics. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ALL
private static final java.util.List ALL
| Constructor Detail |
StatRegistry
public StatRegistry()
| Method Detail |
register
public static void register(Stat stat)
- Register a new statistic with this manager.
summarise
public static java.lang.String summarise()
- Summarise all of the registered statistics.
getAll
public static java.util.List getAll()
- Get a list of all of the stats in the registry.
|
|||||||||
| Home >> All >> juju >> reattore >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
juju.reattore.util.StatRegistry