public interface MetricNameCache
Typically this is used when the full name of the metric is known at runtime and must be looked up. Using this cache avoids extra parsing of the metrics name and this MetricNameCache exists for that performance reason.
Modifier and Type | Method and Description |
---|---|
MetricName |
get(String name)
Return the MetricName from the cache creating it if required.
|
MetricName get(String name)
Typically the name passed in could be a soap operation name or method name.
Copyright © 2014. All Rights Reserved.