Class DeleteRawQueueLengthMeasurements

  • All Implemented Interfaces:
    RJob

    public class DeleteRawQueueLengthMeasurements
    extends Object
    implements RJob
    Deletes all measurements for the QUEUE_LENGTH metric, usually after calculating the derived mean queue length over time using CalculateMeanQueueLength.

    Raw queue length measurements usually account for half of the total measurements, which is why this job allows to save around 50% main memory and/or storage space.

    • Constructor Detail

      • DeleteRawQueueLengthMeasurements

        public DeleteRawQueueLengthMeasurements()
    • Method Detail

      • process

        public void process​(RContext context)
        Description copied from interface: RJob
        The work to be done by this job. Should only be called by an RJobProcessor.
        Specified by:
        process in interface RJob
      • getName

        public String getName()
        Specified by:
        getName in interface RJob
        Returns:
        the name of this job