Uses of Class
org.apache.sling.event.impl.jobs.stats.StatisticsManager
Packages that use StatisticsManager
-
Uses of StatisticsManager in org.apache.sling.event.impl.jobs.queues
Fields in org.apache.sling.event.impl.jobs.queues declared as StatisticsManagerMethods in org.apache.sling.event.impl.jobs.queues with parameters of type StatisticsManagerModifier and TypeMethodDescriptionQueueJobCache.getNextJob(JobConsumerManager jobConsumerManager, StatisticsManager statisticsManager, org.apache.sling.event.jobs.Queue queue, boolean doFull) Get the next job.voidQueueJobCache.reschedule(String queueName, JobHandler handler, StatisticsManager statisticsManager) Reschedule a job Reschedule the job and add it back into the cache.Constructors in org.apache.sling.event.impl.jobs.queues with parameters of type StatisticsManagerModifierConstructorDescriptionQueueJobCache(JobManagerConfiguration configuration, String queueName, StatisticsManager statisticsManager, org.apache.sling.event.jobs.QueueConfiguration.Type queueType, Set<String> topics) Create a new queue job cache