Uses of Class
com.tccc.kos.core.service.analytics.AnalyticsEvent
Packages that use AnalyticsEvent
Package
Description
-
Uses of AnalyticsEvent in com.tccc.kos.core.service.analytics
Methods in com.tccc.kos.core.service.analytics that return AnalyticsEventModifier and TypeMethodDescriptionSet the data for the event.AnalyticsEvent.setPriority
(AnalyticsPriority priority) Set the priority of how the event should be processed.AnalyticsEvent.setTimestamp
(long timestamp) Override the timestamp of the event if the event occurred at a different time from creation of this analytics object.Set the type of the event.Set the json view to use when serializing the data to json.Methods in com.tccc.kos.core.service.analytics with parameters of type AnalyticsEventModifier and TypeMethodDescriptionvoid
AnalyticsService.record
(AnalyticsEvent event) Record an analytics event.void
AnalyticsService.recordAsync
(AnalyticsEvent event) Record an analytics event by putting it into a queue so that a background thread can perform data serialization and database writes decoupled from the calling thread. -
Uses of AnalyticsEvent in com.tccc.kos.core.service.analytics.client
Methods in com.tccc.kos.core.service.analytics.client with parameters of type AnalyticsEventModifier and TypeMethodDescriptionvoid
AnalyticsClient.record
(AnalyticsEvent event) void
AnalyticsClient.recordAsync
(AnalyticsEvent event) -
Uses of AnalyticsEvent in com.tccc.kos.core.service.analytics.server
Methods in com.tccc.kos.core.service.analytics.server with parameters of type AnalyticsEventModifier and TypeMethodDescriptionvoid
AnalyticsServer.record
(AnalyticsEvent event) void
AnalyticsServer.recordAsync
(AnalyticsEvent event)