| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<MetricFeature> |
MetricStore.query(Date start,
Date end,
String group,
String type,
String name,
TimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricStore.save(Iterable<? extends MetricFeature> metrics)
Saves a bunch of metrics to the metrics store
|
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<MetricFeature> |
AccumuloMetricsStore.query(Date start,
Date end,
String group,
String type,
String name,
TimeUnit timeUnit,
Auths auths) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloMetricsStore.save(Iterable<? extends MetricFeature> features) |
| Modifier and Type | Method and Description |
|---|---|
MetricFeature |
MetricFeatureConfig.buildFeatureFromValue(long timestamp,
String group,
String type,
String name,
String visibility,
org.apache.accumulo.core.data.Value value) |
| Modifier and Type | Method and Description |
|---|---|
Class<MetricFeature> |
MetricFeatureConfig.transforms() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.accumulo.core.data.Value |
MetricFeatureConfig.buildValue(MetricFeature feature) |
Copyright © 2014 Calrissian. All Rights Reserved.