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 |
---|---|
List<MetricInfo> |
MetricStore.counters()
Returns all counter names
|
List<MetricInfo> |
SimpleMetricStore.counters() |
List<MetricInfo> |
MetricStore.timers()
Returns all timer names
|
List<MetricInfo> |
SimpleMetricStore.timers() |
Constructor and Description |
---|
MetricInfoTree(List<MetricInfo> infoList,
org.osgl.Osgl.Predicate<String> filter) |
Copyright © 2014–2018 ActFramework. All rights reserved.