Uses of Class
messif.statistics.StatisticRefCounter

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

Uses of StatisticRefCounter in messif.buckets
 

Fields in messif.buckets declared as StatisticRefCounter
protected static StatisticRefCounter LocalBucket.counterBucketAddObject
          Number of object inserts statistic per bucket
protected static StatisticRefCounter LocalBucket.counterBucketDelObject
          Number of object deletions statistic per bucket
protected static StatisticRefCounter LocalBucket.counterBucketRead
          Number of bucket reads statistic per bucket
 

Uses of StatisticRefCounter in messif.pivotselection
 

Fields in messif.pivotselection declared as StatisticRefCounter
protected static StatisticRefCounter AbstractPivotChooser.counterBucketReadBuckets
          Global bucket accesses refcounter statistic
protected static StatisticRefCounter AbstractPivotChooser.counterPivotReadBuckets
          Statistic refcounter for pivot chooser accesses to bucket
 

Uses of StatisticRefCounter in messif.statistics
 

Methods in messif.statistics that return StatisticRefCounter
protected  StatisticRefCounter StatisticRefCounter.cast()
           
static StatisticRefCounter OperationStatistics.getOpStatisticRefCounter(java.lang.String name)
          Returns statistics reference counter from current thread operation statistics namespace
 StatisticRefCounter OperationStatistics.getStatisticRefCounter(java.lang.String name)
          Returns statistics reference counter from this operation statistics namespace
static StatisticRefCounter StatisticRefCounter.getStatistics(java.lang.String name)
          Create new statistic object with specified name or get the one already existing
 

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