Uses of Interface
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulationKey
Packages that use MarshallerMetricsAccumulationKey
Package
Description
-
Uses of MarshallerMetricsAccumulationKey in com.atlassian.confluence.content.render.xhtml.view.link
Classes in com.atlassian.confluence.content.render.xhtml.view.link that implement MarshallerMetricsAccumulationKeyModifier and TypeClassDescriptionclassAMarshallerMetricsAccumulationKeyfor use by the various view link marshallers. -
Uses of MarshallerMetricsAccumulationKey in com.atlassian.confluence.impl.content.render.xhtml.analytics
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics that return MarshallerMetricsAccumulationKeyModifier and TypeMethodDescription@NonNull MarshallerMetricsAccumulationKeyMarshallerMetrics.getAccumulationKey()Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics with parameters of type MarshallerMetricsAccumulationKeyModifier and TypeMethodDescriptionstatic @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 metricsMethod parameters in com.atlassian.confluence.impl.content.render.xhtml.analytics with type arguments of type MarshallerMetricsAccumulationKeyModifier and TypeMethodDescriptionstatic voidMarshallerMetricsAccumulatorStack.forEachMetricsSnapshot(ConversionContext context, com.google.common.base.Predicate<? super MarshallerMetricsAccumulationKey> accumulationKeyFilter, com.atlassian.fugue.Effect<MarshallerMetrics> effect) @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 farConstructors in com.atlassian.confluence.impl.content.render.xhtml.analytics with parameters of type MarshallerMetricsAccumulationKeyModifierConstructorDescriptionMarshallerMetrics(MarshallerMetricsAccumulationKey accumulationKey, int executionCount, long cumulativeExecutionTimeNanos, long cumulativeStreamingTimeNanos, Map<String, Long> customMetrics) -
Uses of MarshallerMetricsAccumulationKey in com.atlassian.confluence.macro.count
Classes in com.atlassian.confluence.macro.count that implement MarshallerMetricsAccumulationKeyModifier and TypeClassDescriptionclassA key used for the accumulation of metrics of macro creation and rendering.