@InterfaceAudience.Public @InterfaceStability.Evolving public class MetricsCache extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MetricsCache.Record
Cached record
|
Constructor and Description |
---|
MetricsCache() |
MetricsCache(int maxRecsPerName)
Construct a metrics cache
|
Modifier and Type | Method and Description |
---|---|
MetricsCache.Record |
get(String name,
Collection<MetricsTag> tags)
Get the cached record
|
MetricsCache.Record |
update(MetricsRecord mr)
Update the cache and return the current cache record
|
MetricsCache.Record |
update(MetricsRecord mr,
boolean includingTags)
Update the cache and return the current cached record
|
public MetricsCache()
public MetricsCache(int maxRecsPerName)
maxRecsPerName
- limit of the number records per record namepublic MetricsCache.Record update(MetricsRecord mr, boolean includingTags)
mr
- the update recordincludingTags
- cache tag values (for later lookup by name) if truepublic MetricsCache.Record update(MetricsRecord mr)
mr
- the update recordpublic MetricsCache.Record get(String name, Collection<MetricsTag> tags)
name
- of the recordtags
- of the recordCopyright © 2017 Apache Software Foundation. All Rights Reserved.