Class FutureLoad


  • public final class FutureLoad
    extends Object
    Estimated future load to Hudson.
    Author:
    Kohsuke Kawaguchi
    See Also:
    LoadPredictor
    • Field Detail

      • startTime

        public final long startTime
        When is this load expected to start?
      • numExecutors

        public final int numExecutors
        How many executors is this going to consume?
      • duration

        public final long duration
        How long is task expected to continue, in milliseconds?
    • Constructor Detail

      • FutureLoad

        public FutureLoad​(long startTime,
                          long duration,
                          int numExecutors)