org.quartz.core.SampledStatistics Maven / Gradle / Ivy
package org.quartz.core;
public interface SampledStatistics {
long getJobsScheduledMostRecentSample();
long getJobsExecutingMostRecentSample();
long getJobsCompletedMostRecentSample();
void shutdown();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy