Package | Description |
---|---|
act.metric |
Modifier and Type | Field and Description |
---|---|
static org.osgl.Osgl.Comparator<MetricInfo> |
MetricInfo.Comparator.COUNTER |
static org.osgl.Osgl.Comparator<MetricInfo> |
MetricInfo.Comparator.TIMER |
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricInfo> |
MetricStore.counters()
Returns all counter names
|
java.util.List<MetricInfo> |
SimpleMetricStore.counters() |
java.util.List<MetricInfo> |
MetricStore.timers()
Returns all timer names
|
java.util.List<MetricInfo> |
SimpleMetricStore.timers() |
Constructor and Description |
---|
MetricInfoTree(java.util.List<MetricInfo> infoList,
org.osgl.Osgl.Predicate<java.lang.String> filter) |
Copyright © 2014–2017 ActFramework. All rights reserved.