Uses of Class
org.linuxforhealth.fhir.config.CallTimeMetric
-
Packages that use CallTimeMetric Package Description org.linuxforhealth.fhir.config -
-
Uses of CallTimeMetric in org.linuxforhealth.fhir.config
Fields in org.linuxforhealth.fhir.config declared as CallTimeMetric Modifier and Type Field Description (package private) CallTimeMetric
MetricHandle. metric
Methods in org.linuxforhealth.fhir.config that return CallTimeMetric Modifier and Type Method Description CallTimeMetric
MetricHandle. getMetric()
The shared metric value represented by this handleMethods in org.linuxforhealth.fhir.config that return types with arguments of type CallTimeMetric Modifier and Type Method Description static java.util.List<CallTimeMetric>
FHIRRequestContext. getAndResetMetrics()
Get a snapshot of the current collection of metric values and reset them.Method parameters in org.linuxforhealth.fhir.config with type arguments of type CallTimeMetric Modifier and Type Method Description static void
CallTimeMetric. render(java.util.logging.Logger logger, java.util.List<CallTimeMetric> metrics)
Render the collection of metrics as a series of fine log messagesConstructors in org.linuxforhealth.fhir.config with parameters of type CallTimeMetric Constructor Description MetricHandle(FHIRRequestContext context, CallTimeMetric metric, MetricHandle parent)
Protected constructor for a root-level metric
-