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) MetricHandleMetricHandle. parentMethods in org.linuxforhealth.fhir.config that return MetricHandle Modifier and Type Method Description MetricHandleFHIRRequestContext. getMetricHandle(java.lang.String name)Get a handle to track a new instance of a call.MetricHandleMetricHandle. getMetricHandle(java.lang.String name)Convenience method to get a child MetricHandle by calling through to our parent request contextMetricHandleMetricHandle. getParent()Get the parent of this handleMethods in org.linuxforhealth.fhir.config with parameters of type MetricHandle Modifier and Type Method Description protected voidFHIRRequestContext. 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
-