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