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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sling.event.impl.jobs.stats.BaseStatisticsImpl
add, addActive, cancelledJob, copyFrom, failedJob, finishedJob, getAverageProcessingTime, getAverageWaitingTime, getLastActivatedJobTime, getLastFinishedJobTime, getNumberOfCancelledJobs, getNumberOfFailedJobs, getNumberOfFinishedJobs, getNumberOfProcessedJobs, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.sling.event.jobs.TopicStatistics
getAverageProcessingTime, getAverageWaitingTime, getLastActivatedJobTime, getLastFinishedJobTime, getNumberOfCancelledJobs, getNumberOfFailedJobs, getNumberOfFinishedJobs, getNumberOfProcessedJobs
-
Constructor Details
-
TopicStatisticsImpl
Constructor.
-
-
Method Details
-
getTopic
- Specified by:
getTopic
in interfaceorg.apache.sling.event.jobs.TopicStatistics
- See Also:
-
TopicStatistics.getTopic()
-