Class MarshallerMetrics
java.lang.Object
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
An immutable class representing collected metrics.
- Since:
- 5.8
-
Constructor Summary
ConstructorsConstructorDescriptionMarshallerMetrics
(MarshallerMetricsAccumulationKey accumulationKey, int executionCount, long cumulativeExecutionTimeNanos, long cumulativeStreamingTimeNanos, Map<String, Long> customMetrics) -
Method Summary
-
Constructor Details
-
MarshallerMetrics
public MarshallerMetrics(MarshallerMetricsAccumulationKey accumulationKey, int executionCount, long cumulativeExecutionTimeNanos, long cumulativeStreamingTimeNanos, Map<String, Long> customMetrics)
-
-
Method Details
-
getAccumulationKey
-
getExecutionCount
public int getExecutionCount() -
getCumulativeExecutionTimeNanos
public long getCumulativeExecutionTimeNanos() -
getCumulativeStreamingTimeNanos
public long getCumulativeStreamingTimeNanos() -
getCustomMetrics
-