Uses of Interface
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsCollector
-
Packages that use MarshallerMetricsCollector Package Description com.atlassian.confluence.impl.content.render.xhtml.analytics -
-
Uses of MarshallerMetricsCollector in com.atlassian.confluence.impl.content.render.xhtml.analytics
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics that return MarshallerMetricsCollector Modifier and Type Method Description @NonNull MarshallerMetricsCollector
MarshallerMetricsCollector. addCustomMetric(String name, long value)
Records a custom metric, as required by the client code.static @NonNull MarshallerMetricsCollector
MarshallerMetricsCollectors. metricsCollector(ConversionContext context, MarshallerMetricsAccumulationKey accumulationKey)
Obtain aMarshallerMetricsCollector
instance for the given accumulation key and context@NonNull MarshallerMetricsCollector
DefaultMarshallerMetricsAccumulator. newMetricsCollector(MarshallerMetricsAccumulationKey accumulationKey)
@NonNull MarshallerMetricsCollector
MarshallerMetricsAccumulator. newMetricsCollector(MarshallerMetricsAccumulationKey accumulationKey)
Obtain a collector for recording metricsMethods in com.atlassian.confluence.impl.content.render.xhtml.analytics with parameters of type MarshallerMetricsCollector Modifier and Type Method Description static <T> @NonNull Marshaller<T>
MetricsCollectingMarshaller. forMarshaller(MarshallerMetricsCollector metricsCollector, Marshaller<T> marshaller)
Creates an instrumented wrapper around another Marshaller which will gather execution metrics
-