public interface CustomMetricStore extends MetricStore
| Modifier and Type | Method and Description |
|---|---|
<T> org.calrissian.mango.collect.CloseableIterable<CustomMetric<T>> |
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.
|
query, save<T> org.calrissian.mango.collect.CloseableIterable<CustomMetric<T>> queryCustom(Date start, Date end, String group, String type, String name, Class<? extends MetricFunction<T>> function, MetricTimeUnit timeUnit, Auths auths) throws IllegalAccessException, InstantiationException
T - start - end - group - type - name - function - timeUnit - auths - IllegalAccessExceptionInstantiationExceptionCopyright © 2014 Calrissian. All Rights Reserved.