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 classi18nStatisticA 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 StatisticStatisticsManager. 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 voidStatisticsManager. addMultiStatistic(String statKey, String groupName, Statistic statistic)voidStatisticsManager. addStatistic(String statKey, Statistic definition)Adds a stat to be tracked to the StatManager.
-