T - public abstract class MetricTransform<T> extends Object implements Function<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>,T>
| Constructor and Description |
|---|
MetricTransform(MetricTimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> entry) |
protected abstract T |
transform(long timestamp,
String group,
String type,
String name,
String visibility,
org.apache.accumulo.core.data.Value value) |
Copyright © 2014 Calrissian. All Rights Reserved.