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.static QueueManagerQueueManager.newForTest(org.osgi.service.event.EventAdmin eventAdmin, JobConsumerManager jobConsumerManager, org.apache.sling.event.jobs.jmx.QueuesMBean queuesMBean, org.apache.sling.commons.threads.ThreadPoolManager threadPoolManager, org.apache.sling.commons.threads.ThreadPool threadPool, JobManagerConfiguration configuration, StatisticsManager statisticsManager) 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