Class LoadPredictor.CurrentlyRunningTasks

    • Constructor Detail

      • CurrentlyRunningTasks

        public CurrentlyRunningTasks()
    • Method Detail

      • predict

        public Iterable<FutureLoad> predict​(MappingWorksheet plan,
                                            Computer computer,
                                            long start,
                                            long eternity)
        Description copied from class: LoadPredictor
        Estimates load starting from the 'start' timestamp, up to the 'end' timestamp.
        Overrides:
        predict in class LoadPredictor
        Parameters:
        plan - This is the execution plan for which we are making a load prediction. Never null. While this object is still being partially constructed when this method is called, some of its properties (like MappingWorksheet.item provide access to more contextual information.
        start - Where to start enumeration. Always bigger or equal to the current time of the execution.