Uses of Package
messif.statistics

Packages that use messif.statistics
messif.algorithms Search algorithms base classes. 
messif.buckets Storage classes capable of holding objects
messif.objects Metric data objects. 
messif.pivotselection Support for selection of representative objects (pivots). 
messif.statistics Statistic gathering support. 
 

Classes in messif.statistics used by messif.algorithms
OperationStatistics
          A local (operation's) list of statistics.
 

Classes in messif.statistics used by messif.buckets
StatisticRefCounter
           
 

Classes in messif.statistics used by messif.objects
StatisticCounter
           
 

Classes in messif.statistics used by messif.pivotselection
StatisticCounter
           
StatisticRefCounter
           
 

Classes in messif.statistics used by messif.statistics
OperationStatistics
          A local (operation's) list of statistics.
StatisticCounter
           
StatisticMinMaxCounter
           
StatisticObject
           
StatisticRefCounter
           
Statistics
          Base class for all statistics.
StatisticSimpleWeakrefCounter
           
StatisticSlidingAvgCounter
          This is a statistic that counts aggregated functions (especially avg) from 1) last n values - if n+1 value is added, the first is removed and not considered any more or 2) values stored in the time-sliding window 3) combination of 1) and 2) Moreover, there is a possibility of linking each value (and time) with a "key" and then all values added to this counter are sumed up according to the key
StatisticTimer
          Statistics for counting time.