Class DataCollector

    • Field Detail

      • LABELS

        public static final java.lang.String[] LABELS
    • Constructor Detail

      • DataCollector

        public DataCollector()
    • Method Detail

      • init

        public void init​(java.io.Serializable testId,
                         java.lang.String probeId)
        Description copied from class: AbstractProbeDataCollector
        new test initialization => call super class' init() method and resets all statistics, including the cumulative ones
        Specified by:
        init in interface DataCollectorWrite
        Overrides:
        init in class AbstractProbeDataCollector
        Parameters:
        testId - test identifier
        probeId - blade identifier
      • getLabels

        public java.lang.String[] getLabels()
        Description copied from interface: DataCollectorAdmin
        Get labels describing the statistics
        Returns:
        the statistics labels, in the same order as the values returned by getStat()
        See Also:
        DataCollectorAdmin.getStat()