public class MetricDataCollectionHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MetricDataCollectionHelper.DataPoint |
class |
MetricDataCollectionHelper.MetricData |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_NUMB_OF_METRICS |
| Constructor and Description |
|---|
MetricDataCollectionHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMetricData(String metricKey,
long min,
long max,
long value,
long count,
String time,
int frequency) |
boolean |
containsKey(String metricKey) |
MetricDataCollectionHelper.MetricData |
getMetricData(String metricKey) |
Collection<MetricDataCollectionHelper.MetricData> |
getMetricDataCollection() |
Map<String,MetricDataCollectionHelper.MetricData> |
getMetricKeyToMetricDataMap() |
public MetricDataCollectionHelper.MetricData getMetricData(String metricKey)
public boolean addMetricData(String metricKey, long min, long max, long value, long count, String time, int frequency)
public boolean containsKey(String metricKey)
public Map<String,MetricDataCollectionHelper.MetricData> getMetricKeyToMetricDataMap()
public Collection<MetricDataCollectionHelper.MetricData> getMetricDataCollection()
Copyright © 2004-2016. All Rights Reserved.