Uses of Interface
org.jivesoftware.openfire.stats.Statistic
Packages that use Statistic
-
Uses of Statistic in org.jivesoftware.openfire.stats
Classes in org.jivesoftware.openfire.stats that implement StatisticModifier and TypeClassDescriptionclassA convience class to build statistic parameters out of a resource bundle.Methods in org.jivesoftware.openfire.stats that return StatisticModifier and TypeMethodDescriptionStatisticsManager.getStatistic(String statKey) Returns a statistic being tracked by the StatManager.Methods in org.jivesoftware.openfire.stats that return types with arguments of type StatisticModifier and TypeMethodDescriptionStatisticsManager.getAllStatistics()Returns all statistics that the StatManager is tracking.Methods in org.jivesoftware.openfire.stats with parameters of type StatisticModifier and TypeMethodDescriptionvoidStatisticsManager.addMultiStatistic(String statKey, String groupName, Statistic statistic) voidStatisticsManager.addStatistic(String statKey, Statistic definition) Adds a stat to be tracked to the StatManager.