Class JobStatsExtended

java.lang.Object
org.jobrunr.storage.JobStats
org.jobrunr.storage.JobStatsExtended
All Implemented Interfaces:
Comparable<JobStats>

public class JobStatsExtended extends JobStats
  • Constructor Details

    • JobStatsExtended

      public JobStatsExtended(JobStats jobStats)
    • JobStatsExtended

      public JobStatsExtended(JobStats jobStats, Long amountSucceeded, Long amountFailed, Instant estimatedProcessingFinishedInstant)
  • Method Details