Uses of Class
org.apache.sling.event.impl.jobs.StatisticsImpl

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

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

Subclasses of StatisticsImpl in org.apache.sling.event.impl.jobs
 class DefaultJobManager
          An event handler for special job events.
 

Methods in org.apache.sling.event.impl.jobs with parameters of type StatisticsImpl
 void StatisticsImpl.add(StatisticsImpl other)
          Add another statistics information.
 void StatisticsImpl.copyFrom(StatisticsImpl other)
          Create a new statistics object with exactly the same values.
 

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

Subclasses of StatisticsImpl in org.apache.sling.event.impl.jobs.queues
 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.
 



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