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 TypeClassDescriptionclass
AMarshallerMetricsAccumulationKey
for 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 MarshallerMetricsAccumulationKey
MarshallerMetrics.getAccumulationKey()
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics with parameters of type MarshallerMetricsAccumulationKeyModifier and TypeMethodDescriptionstatic @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 metricsMethod parameters in com.atlassian.confluence.impl.content.render.xhtml.analytics with type arguments of type MarshallerMetricsAccumulationKeyModifier and TypeMethodDescriptionstatic void
MarshallerMetricsAccumulatorStack.forEachMetricsSnapshot
(ConversionContext context, com.google.common.base.Predicate<? super MarshallerMetricsAccumulationKey> accumulationKeyFilter, io.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 TypeClassDescriptionclass
A key used for the accumulation of metrics of macro creation and rendering.