Class MarshallerMetricsCollectors
java.lang.Object
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollectors
A utility class for obtaining
MarshallerMetricsCollector
instances for the current context.- Since:
- 5.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull MarshallerMetricsCollector
metricsCollector
(ConversionContext context, MarshallerMetricsAccumulationKey accumulationKey) Obtain aMarshallerMetricsCollector
instance for the given accumulation key and context
-
Constructor Details
-
MarshallerMetricsCollectors
public MarshallerMetricsCollectors()
-
-
Method Details
-
metricsCollector
public static @NonNull MarshallerMetricsCollector metricsCollector(ConversionContext context, MarshallerMetricsAccumulationKey accumulationKey) Obtain aMarshallerMetricsCollector
instance for the given accumulation key and context- Parameters:
context
- The current contextaccumulationKey
- The key against which the metrics will be accumulated- Returns:
- a collector against which metrics can be recorded for the given key
-