|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.stats.StatisticsManager
public class StatisticsManager
Stores statistics being tracked by the server.
Method Summary | |
---|---|
void |
addMultiStatistic(String statKey,
String groupName,
Statistic statistic)
|
void |
addStatistic(String statKey,
Statistic definition)
Adds a stat to be tracked to the StatManager. |
Set<Map.Entry<String,Statistic>> |
getAllStatistics()
Returns all statistics that the StatManager is tracking. |
static StatisticsManager |
getInstance()
|
String |
getMultistatGroup(String statKey)
|
List<String> |
getStatGroup(String statGroup)
|
Statistic |
getStatistic(String statKey)
Returns a statistic being tracked by the StatManager. |
void |
removeStatistic(String statKey)
Removes a statistic from the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StatisticsManager getInstance()
public void addStatistic(String statKey, Statistic definition)
statKey
- the statistic key.definition
- the statistic to be tracked.public Statistic getStatistic(String statKey)
statKey
- The key of the definition.
public void addMultiStatistic(String statKey, String groupName, Statistic statistic)
public List<String> getStatGroup(String statGroup)
public String getMultistatGroup(String statKey)
public Set<Map.Entry<String,Statistic>> getAllStatistics()
public void removeStatistic(String statKey)
statKey
- The key of the stat to be removed.
|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |