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 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 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 
 -