Uses of Interface
org.jivesoftware.openfire.stats.Statistic
-
Packages that use Statistic Package Description org.jivesoftware.openfire.stats -
-
Uses of Statistic in org.jivesoftware.openfire.stats
Classes in org.jivesoftware.openfire.stats that implement Statistic Modifier and Type Class Description class
i18nStatistic
A convience class to build statistic parameters out of a resource bundle.Methods in org.jivesoftware.openfire.stats that return Statistic Modifier and Type Method Description Statistic
StatisticsManager. getStatistic(String statKey)
Returns a statistic being tracked by the StatManager.Methods in org.jivesoftware.openfire.stats that return types with arguments of type Statistic Modifier and Type Method Description Set<Map.Entry<String,Statistic>>
StatisticsManager. getAllStatistics()
Returns all statistics that the StatManager is tracking.Methods in org.jivesoftware.openfire.stats with parameters of type Statistic Modifier and Type Method 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.
-