Uses of Interface
org.apache.sling.event.jobs.Statistics

Packages that use Statistics
org.apache.sling.event.impl.jobs   
org.apache.sling.event.impl.jobs.queues   
org.apache.sling.event.jobs   
 

Uses of Statistics in org.apache.sling.event.impl.jobs
 

Classes in org.apache.sling.event.impl.jobs that implement Statistics
 class DefaultJobManager
          An event handler for special job events.
 class StatisticsImpl
          Implementation of the statistics.
 

Methods in org.apache.sling.event.impl.jobs that return Statistics
 Statistics DefaultJobManager.getStatistics()
          Return our internal statistics object.
 

Uses of Statistics in org.apache.sling.event.impl.jobs.queues
 

Classes in org.apache.sling.event.impl.jobs.queues that implement Statistics
 class AbstractJobQueue
          The job blocking queue extends the blocking queue by some functionality for the job event handling.
 class AbstractParallelJobQueue
          Abstract base class for a parallel processing job queue.
 class OrderedJobQueue
          An ordered job queue is processing the queue FIFO in a serialized way.
 class ParallelJobQueue
          The default parallel job queue processing the entries FIFO.
 class TopicRoundRobinJobQueue
          This queue acts similar to the parallel job queue.
 

Methods in org.apache.sling.event.impl.jobs.queues that return Statistics
 Statistics AbstractJobQueue.getStatistics()
           
 

Uses of Statistics in org.apache.sling.event.jobs
 

Methods in org.apache.sling.event.jobs that return Statistics
 Statistics Queue.getStatistics()
          Return statistics information about this queue.
 Statistics JobManager.getStatistics()
          Return statistics information about all queues.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.