| Package | Description |
|---|---|
| org.calrissian.accumulorecipes.metricsstore.ext.custom | |
| org.calrissian.accumulorecipes.metricsstore.ext.custom.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> org.calrissian.mango.collect.CloseableIterable<CustomMetric<T>> |
CustomMetricStore.queryCustom(Date start,
Date end,
String group,
String type,
String name,
Class<? extends MetricFunction<T>> function,
MetricTimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
| Modifier and Type | Method and Description |
|---|---|
<T> org.calrissian.mango.collect.CloseableIterable<CustomMetric<T>> |
AccumuloCustomMetricStore.queryCustom(Date start,
Date end,
String group,
String type,
String name,
Class<? extends MetricFunction<T>> function,
MetricTimeUnit timeUnit,
Auths auths)
Query metrics back from the store.
|
Copyright © 2014 Calrissian. All Rights Reserved.