Class MarshallerMetricsAnalyticsEvent
- java.lang.Object
-
- com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent
-
@AsynchronousPreferred public class MarshallerMetricsAnalyticsEvent extends Object
Encapsulates information gathered via the marshaller metrics framework as an analytics event.- Since:
- 5.8
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccumulationKey()
String
getContainerId()
String
getContentEntityType()
String
getContentId()
Map<String,Long>
getCustomMetrics()
String
getEventName()
int
getExecutionCount()
String
getOutputDeviceType()
String
getRenderContext()
String
getRequestCorrelationId()
long
getTotalExecutionTimeNanos()
long
getTotalStreamingTimeNanos()
boolean
isAsyncRenderSafe()
-
-
-
Method Detail
-
getEventName
public String getEventName()
-
getContentId
public String getContentId()
-
getContainerId
public String getContainerId()
-
getAccumulationKey
public String getAccumulationKey()
-
getExecutionCount
public int getExecutionCount()
-
getTotalExecutionTimeNanos
public long getTotalExecutionTimeNanos()
-
getTotalStreamingTimeNanos
public long getTotalStreamingTimeNanos()
-
getRenderContext
public String getRenderContext()
-
getOutputDeviceType
public String getOutputDeviceType()
-
getContentEntityType
public String getContentEntityType()
-
getRequestCorrelationId
public String getRequestCorrelationId()
-
isAsyncRenderSafe
public boolean isAsyncRenderSafe()
-
-