Uses of Class
org.linuxforhealth.fhir.config.MetricHandle
-
Packages that use MetricHandle Package Description org.linuxforhealth.fhir.config -
-
Uses of MetricHandle in org.linuxforhealth.fhir.config
Fields in org.linuxforhealth.fhir.config declared as MetricHandle Modifier and Type Field Description (package private) MetricHandle
MetricHandle. parent
Methods in org.linuxforhealth.fhir.config that return MetricHandle Modifier and Type Method Description MetricHandle
FHIRRequestContext. getMetricHandle(java.lang.String name)
Get a handle to track a new instance of a call.MetricHandle
MetricHandle. getMetricHandle(java.lang.String name)
Convenience method to get a child MetricHandle by calling through to our parent request contextMetricHandle
MetricHandle. getParent()
Get the parent of this handleMethods in org.linuxforhealth.fhir.config with parameters of type MetricHandle Modifier and Type Method Description protected void
FHIRRequestContext. endMetric(MetricHandle mh)
Callback to indicate that the current MetricHandle has closed, so we should set the currentMetric to be its parent (which may be null if the current metric is a root-level metric).Constructors in org.linuxforhealth.fhir.config with parameters of type MetricHandle Constructor Description MetricHandle(FHIRRequestContext context, CallTimeMetric metric, MetricHandle parent)
Protected constructor for a root-level metric
-