Uses of Interface
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAccumulationKey
-
-
Uses of MarshallerMetricsAccumulationKey in com.atlassian.confluence.content.render.xhtml.view.link
Classes in com.atlassian.confluence.content.render.xhtml.view.link that implement MarshallerMetricsAccumulationKey Modifier and Type Class Description class
ViewLinkMarshallerMetricsKey
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 MarshallerMetricsAccumulationKey Modifier and Type Method Description @NonNull MarshallerMetricsAccumulationKey
MarshallerMetrics. getAccumulationKey()
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics with parameters of type MarshallerMetricsAccumulationKey Modifier and Type Method Description static @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 MarshallerMetricsAccumulationKey Modifier and Type Method Description static void
MarshallerMetricsAccumulatorStack. 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 MarshallerMetricsAccumulationKey Constructor Description MarshallerMetrics(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 MarshallerMetricsAccumulationKey Modifier and Type Class Description class
MacroMetricsKey
A key used for the accumulation of metrics of macro creation and rendering.
-