public interface SummarySet
Summary
.Modifier and Type | Method and Description |
---|---|
void |
add(String key,
long value)
Register a value.
|
void add(String key, long value)
This method is thread safe, The MetricsProvider will take care of synchronization.
key
- the key to access the Summary for the given keyvalue
- current valueCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.