Uses of Class
messif.statistics.StatisticCounter

Packages that use StatisticCounter
messif.objects Metric data objects. 
messif.pivotselection Support for selection of representative objects (pivots). 
messif.statistics Statistic gathering support. 
 

Uses of StatisticCounter in messif.objects
 

Fields in messif.objects declared as StatisticCounter
protected static StatisticCounter LocalAbstractObject.counterDistanceComputations
          Global counter for distance computations (any purpose)
protected static StatisticCounter LocalAbstractObject.counterLowerBoundDistanceComputations
          Global counter for lower-bound distance computations (any purpose)
protected static StatisticCounter PrecomputedDistancesFilter.counterPrecomputedDistanceSavings
          Global counter for saving distance computations by using precomputed
protected static StatisticCounter LocalAbstractObject.counterUpperBoundDistanceComputations
          Global counter for upper-bound distance computations (any purpose)
 

Uses of StatisticCounter in messif.pivotselection
 

Fields in messif.pivotselection declared as StatisticCounter
protected static StatisticCounter AbstractPivotChooser.counterObjectDistComp
          Global distance computations statistic counter
protected static StatisticCounter AbstractPivotChooser.counterPivotDistComp
          Statistic counter for pivot chooser distance computations
 

Uses of StatisticCounter in messif.statistics
 

Fields in messif.statistics with type parameters of type StatisticCounter
protected  java.util.Map<java.lang.Object,StatisticCounter> StatisticRefCounter.values
          Reference counter data
 

Methods in messif.statistics that return StatisticCounter
protected  StatisticCounter StatisticCounter.cast()
           
static StatisticCounter OperationStatistics.getOpStatisticCounter(java.lang.String name)
          Returns statistics counter from current thread operation statistics namespace
protected  StatisticCounter StatisticRefCounter.getStatisticCounter(java.lang.Object key, boolean createIfNotExist)
          Return the statistic counter associated with the provided key.
protected  StatisticCounter StatisticRefCounter.getStatisticCounter(java.lang.Object key, boolean createIfNotExist, long initialValue)
          Return the statistic counter associated with the provided key.
 StatisticCounter OperationStatistics.getStatisticCounter(java.lang.String name)
          Returns statistics counter from this operation statistics namespace
static StatisticCounter StatisticCounter.getStatistics(java.lang.String name)
          Create new statistic counter with specified name or get the one already existing
 StatisticCounter StatisticRefCounter.remove(java.lang.Object key)
          Return either the StatisticCounter for given key and remove it from the mapping or return null, if the key is not in the map
 

Methods in messif.statistics with parameters of type StatisticCounter
 void StatisticRefCounter.bindTo(StatisticCounter object, java.lang.Object key)
          Bind current statistics object to receive notifications at the same time as the specified statistics receives some.
protected  void StatisticCounter.setFrom(StatisticCounter sourceStat)
           
protected  void StatisticCounter.updateFrom(StatisticCounter sourceStat)