|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Statistics in org.apache.sling.event.impl.jobs |
---|
Classes in org.apache.sling.event.impl.jobs that implement Statistics | |
---|---|
class |
JobManagerImpl
Implementation of the job manager. |
Methods in org.apache.sling.event.impl.jobs that return Statistics | |
---|---|
Statistics |
JobManagerImpl.getStatistics()
Return our internal statistics object. |
Uses of Statistics in org.apache.sling.event.impl.jobs.jmx |
---|
Classes in org.apache.sling.event.impl.jobs.jmx that implement Statistics | |
---|---|
class |
AbstractJobStatistics
|
class |
AllJobStatisticsMBean
|
class |
EmptyStatistics
Dummy stats that just returns 0 for all info, used where the queue doesnt implement the Statistics interface. |
class |
QueueMBeanImpl
An MBean that provides statistics from |
Methods in org.apache.sling.event.impl.jobs.jmx that return Statistics | |
---|---|
protected Statistics |
QueueMBeanImpl.getStatistics()
|
protected Statistics |
AllJobStatisticsMBean.getStatistics()
|
protected abstract Statistics |
AbstractJobStatistics.getStatistics()
|
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.impl.jobs.stats |
---|
Classes in org.apache.sling.event.impl.jobs.stats that implement Statistics | |
---|---|
class |
StatisticsImpl
Implementation of the statistics. |
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. |
Uses of Statistics in org.apache.sling.event.jobs.jmx |
---|
Subinterfaces of Statistics in org.apache.sling.event.jobs.jmx | |
---|---|
interface |
StatisticsMBean
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |