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

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

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

Subclasses of StatisticsImpl in org.apache.sling.event.impl.jobs
 class JobManagerImpl
          Implementation of the job manager.
 

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.
 

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

Methods in org.apache.sling.event.impl.jobs.stats 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.
 



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