| 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 | Class and Description |
|---|---|
class |
MaxFunction
Custom metric function that calculates the max value.
|
class |
MinFunction
Custom metric function that calculates the min value.
|
class |
StatsFunction
Custom metric function that calculates the min, max, sum, and count of all the values (in that order).
|
class |
SumFunction |
class |
SummaryStatsFunction |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
FunctionCombiner.setFunctionClass(org.apache.accumulo.core.client.IteratorSetting is,
Class<? extends MetricFunction<T>> functionClazz) |
Copyright © 2014 Calrissian. All Rights Reserved.