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 Constructor Description TopicStatisticsImpl(String topic)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTopic()
-
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
-
-