Class TopicStatisticsImpl
java.lang.Object
org.apache.sling.event.impl.jobs.stats.BaseStatisticsImpl
org.apache.sling.event.impl.jobs.stats.TopicStatisticsImpl
- All Implemented Interfaces:
- org.apache.sling.event.jobs.TopicStatistics
public class TopicStatisticsImpl
extends BaseStatisticsImpl
implements org.apache.sling.event.jobs.TopicStatistics
Implementation of the statistics.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.sling.event.impl.jobs.stats.BaseStatisticsImpladd, addActive, cancelledJob, copyFrom, failedJob, finishedJob, getAverageProcessingTime, getAverageWaitingTime, getLastActivatedJobTime, getLastFinishedJobTime, getNumberOfCancelledJobs, getNumberOfFailedJobs, getNumberOfFinishedJobs, getNumberOfProcessedJobs, resetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sling.event.jobs.TopicStatisticsgetAverageProcessingTime, getAverageWaitingTime, getLastActivatedJobTime, getLastFinishedJobTime, getNumberOfCancelledJobs, getNumberOfFailedJobs, getNumberOfFinishedJobs, getNumberOfProcessedJobs
- 
Constructor Details- 
TopicStatisticsImplConstructor.
 
- 
- 
Method Details- 
getTopic- Specified by:
- getTopicin interface- org.apache.sling.event.jobs.TopicStatistics
- See Also:
- 
- TopicStatistics.getTopic()
 
 
 
-