Package | Description |
---|---|
com.atlassian.confluence.content.render.xhtml.view.macro | |
com.atlassian.confluence.impl.content.render.xhtml.analytics |
Modifier and Type | Method and Description |
---|---|
Streamable |
ViewMacroWrapper.executeWrapMacro(ConversionContext context,
Macro macro,
MarshallerMetricsCollector metricsCollector,
MacroDefinition macroDefinition,
Map<String,String> macroParameters)
Execute macro wrapping.
|
Streamable |
DefaultViewMacroWrapper.executeWrapMacro(ConversionContext context,
Macro macro,
MarshallerMetricsCollector metricsCollector,
MacroDefinition macroDefinition,
Map<String,String> macroParameters) |
Modifier and Type | Method and Description |
---|---|
MarshallerMetricsCollector |
MarshallerMetricsCollector.addCustomMetric(String name,
long value)
Records a custom metric, as required by the client code.
|
static MarshallerMetricsCollector |
MarshallerMetricsCollectors.metricsCollector(ConversionContext context,
MarshallerMetricsAccumulationKey accumulationKey)
Obtain a
MarshallerMetricsCollector instance for the given accumulation key and context |
MarshallerMetricsCollector |
MarshallerMetricsAccumulator.newMetricsCollector(MarshallerMetricsAccumulationKey accumulationKey)
Obtain a collector for recording metrics
|
MarshallerMetricsCollector |
DefaultMarshallerMetricsAccumulator.newMetricsCollector(MarshallerMetricsAccumulationKey accumulationKey) |
Modifier and Type | Method and Description |
---|---|
static <T> Marshaller<T> |
MetricsCollectingMarshaller.forMarshaller(MarshallerMetricsCollector metricsCollector,
Marshaller<T> marshaller)
Creates an instrumented wrapper around another Marshaller which will gather execution metrics
|
Copyright © 2003–2015 Atlassian. All rights reserved.