| Package | Description |
|---|---|
| org.jivesoftware.openfire.stats |
| Modifier and Type | Class and Description |
|---|---|
class |
i18nStatistic
A convience class to build statistic parameters out of a resource bundle.
|
| Modifier and Type | Method and Description |
|---|---|
Statistic |
StatisticsManager.getStatistic(String statKey)
Returns a statistic being tracked by the StatManager.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Statistic>> |
StatisticsManager.getAllStatistics()
Returns all statistics that the StatManager is tracking.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsManager.addMultiStatistic(String statKey,
String groupName,
Statistic statistic) |
void |
StatisticsManager.addStatistic(String statKey,
Statistic definition)
Adds a stat to be tracked to the StatManager.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.