Class AbstractProbeDataCollector

    • Field Detail

      • stats

        protected long[] stats
      • samples

        protected long samples
    • Constructor Detail

      • AbstractProbeDataCollector

        public AbstractProbeDataCollector()
    • Method Detail

      • init

        public void init​(java.io.Serializable testId,
                         java.lang.String probeId)
        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 AbstractDataCollector
        Parameters:
        testId - test identifier
        probeId - blade identifier
      • getStat

        public long[] getStat()
        Get statistics computed since previous call (or initialization for 1st call)
        Returns:
        the latest blade statistics in the form of an array of integer values.
        See Also:
        DataCollectorAdmin.getLabels()