Class DeleteRawQueueLengthMeasurements
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.resources.rjobs.DeleteRawQueueLengthMeasurements
-
- All Implemented Interfaces:
RJob
public class DeleteRawQueueLengthMeasurements extends Object implements RJob
Deletes all measurements for theQUEUE_LENGTH
metric, usually after calculating the derived mean queue length over time usingCalculateMeanQueueLength
.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 Summary
Constructors Constructor Description DeleteRawQueueLengthMeasurements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
process(RContext context)
The work to be done by this job.
-
-
-
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 anRJobProcessor
.
-
-