Class DetailedStatsCollector.StatData

java.lang.Object
org.eso.ias.plugin.DetailedStatsCollector.StatData
All Implemented Interfaces:
Comparable<DetailedStatsCollector.StatData>
Enclosing class:
DetailedStatsCollector

public class DetailedStatsCollector.StatData extends Object implements Comparable<DetailedStatsCollector.StatData>
The data to collect for each monitor point

The list contains only one entry for each updated monitor point, represented by its ID only.

TreeMap allows to sort by the key but we need to sort for the value of the object i.e. the number of its occurrences.

Author:
acaproni