Class GenericPVMetricsReport<T extends Number>

  • All Implemented Interfaces:
    BPLAction

    public class GenericPVMetricsReport<T extends Number>
    extends Object
    implements BPLAction
    We collect many metrics during archiving in the PVMetrics objects. Most of these are doubles/longs. We should be able to report on these metrics using a generic framework. This is the superclass for such a framework. Subclass this and then register the subclass in the BPL...
    Author:
    mshankar