Class TimedAnalyticsImpl
java.lang.Object
com.atlassian.confluence.impl.profiling.TimedAnalyticsImpl
- All Implemented Interfaces:
TimedAnalytics
@Internal
@ParametersAreNonnullByDefault
public class TimedAnalyticsImpl
extends Object
implements TimedAnalytics
- Since:
- 7.11
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.util.profiling.Ticker
Start a ticker that will send an analytic event at its completion.com.atlassian.util.profiling.Ticker
Start a ticker that will send an analytic event at its completion.
-
Constructor Details
-
TimedAnalyticsImpl
-
-
Method Details
-
start
Description copied from interface:TimedAnalytics
Start a ticker that will send an analytic event at its completion. The event will be sent after the Analytics plugin is ready.- Specified by:
start
in interfaceTimedAnalytics
- Parameters:
eventName
- name of the analytics event that will get sent at the completion of the split ticker- Returns:
- the ticker
-
startAt
Description copied from interface:TimedAnalytics
Start a ticker that will send an analytic event at its completion. The event will be sent after the Analytics plugin is ready.- Specified by:
startAt
in interfaceTimedAnalytics
- Parameters:
eventName
- name of the analytics event that will get sent at the completion of the split tickerat
- when this operation started, relative to application start time- Returns:
- the ticker
-