T - 收集的指标类型V - 收集指标后统计所采用的类型public abstract class AbstractSignatureStatInfoCollector<T,V> extends Object implements StatInfoCollector<T,V>
| Modifier and Type | Method and Description |
|---|---|
Collection<V> |
getCollectedValues()
返回统计的结果
|
ConcurrentMap<Long,V> |
getMetricContainer() |
static Long |
getSignature(String metricName,
Map<String,String> labels) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectStatInfopublic ConcurrentMap<Long,V> getMetricContainer()
public Collection<V> getCollectedValues()
StatInfoCollectorgetCollectedValues in interface StatInfoCollector<T,V>Copyright © 2024. All rights reserved.