| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<Metric> |
MetricStore.query(Date start,
Date end,
String group,
String type,
String name,
MetricTimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricStore.save(Iterable<Metric> metricData)
Save a set of metrics to the store
|
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<Metric> |
AccumuloCustomMetricStore.query(Date start,
Date end,
String group,
String type,
String name,
MetricTimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<Metric> |
AccumuloStatsMetricStore.query(Date start,
Date end,
String group,
String type,
String name,
MetricTimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
MetricWritable.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricWritable.set(Metric metric) |
| Constructor and Description |
|---|
MetricWritable(Metric metric) |
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<Metric> |
AccumuloMetricStore.query(Date start,
Date end,
String group,
String type,
String name,
MetricTimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloMetricStore.save(Iterable<Metric> metricData)
Save a set of metrics to the store
|
Copyright © 2014 Calrissian. All Rights Reserved.