All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.logspace.jvm.agent.shaded.quartz.core.SampledStatistics Maven / Gradle / Ivy

The newest version!
package io.logspace.jvm.agent.shaded.quartz.core;

public interface SampledStatistics {
    long getJobsScheduledMostRecentSample();
    long getJobsExecutingMostRecentSample();
    long getJobsCompletedMostRecentSample();
    void shutdown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy