Class GroupLevelAdminStatsCollector
java.lang.Object
com.atlassian.crowd.analytics.statistics.collectors.gla.GroupLevelAdminStatsCollector
- All Implemented Interfaces:
StatisticsCollector<GroupLevelAdminStatsEvent>
@Named
public class GroupLevelAdminStatsCollector
extends Object
implements StatisticsCollector<GroupLevelAdminStatsEvent>
Class generating Group Level Admin analytics.
-
Constructor Summary
ConstructorDescriptionGroupLevelAdminStatsCollector
(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, GroupLevelAdminStatsHelper groupLevelAdminStatsHelper, Clock clock) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.common.analytics.statistics.collectors.StatisticsCollector
isPerNodeCollector
-
Constructor Details
-
GroupLevelAdminStatsCollector
@Inject public GroupLevelAdminStatsCollector(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, GroupLevelAdminStatsHelper groupLevelAdminStatsHelper, Clock clock)
-
-
Method Details
-
collect
- Specified by:
collect
in interfaceStatisticsCollector<GroupLevelAdminStatsEvent>
- Returns:
- the statistics event to publish
-