Uses of Class
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetrics
- 
Packages that use MarshallerMetrics Package Description com.atlassian.confluence.impl.content.render.xhtml.analytics  - 
- 
Uses of MarshallerMetrics in com.atlassian.confluence.impl.content.render.xhtml.analytics
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics that return types with arguments of type MarshallerMetrics Modifier and Type Method Description @NonNull List<MarshallerMetrics>DefaultMarshallerMetricsAccumulator. getMetricsSnapshots(com.google.common.base.Predicate<? super MarshallerMetricsAccumulationKey> accumulationKeyFilter)@NonNull Collection<MarshallerMetrics>MarshallerMetricsAccumulator. getMetricsSnapshots(com.google.common.base.Predicate<? super MarshallerMetricsAccumulationKey> accumulationKeyFilter)Obtain snapshots of all metrics recorded against keys of the given type so farMethods in com.atlassian.confluence.impl.content.render.xhtml.analytics with parameters of type MarshallerMetrics Modifier and Type Method Description voidMarshallerMetricsConsumer. accept(MarshallerMetrics snapshot)static @NonNull MarshallerMetricsAnalyticsEventMarshallerMetricsAnalyticsEventFactory. newMarshallerMetricsAnalyticsEvent(ConversionContext context, MarshallerMetrics metrics, String eventName, String accumulationKey)Method parameters in com.atlassian.confluence.impl.content.render.xhtml.analytics with type arguments of type MarshallerMetrics Modifier and Type Method Description static voidMarshallerMetricsAccumulatorStack. forEachMetricsSnapshot(ConversionContext context, com.google.common.base.Predicate<? super MarshallerMetricsAccumulationKey> accumulationKeyFilter, com.atlassian.fugue.Effect<MarshallerMetrics> effect) 
 -