- get() - Method in class org.calrissian.accumulorecipes.metricsstore.hadoop.MetricWritable
-
- getCount() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The number of values encountered for the time range
- getGroup() - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- getGroup() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.domain.CustomMetric
-
- getGroup() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The group for the metric
- getMax() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The max value encountered for the time range
- getMean() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The mean/average of the values encountered for the time range
- getMin() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The min value encountered for the time range
- getName() - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- getName() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.domain.CustomMetric
-
- getName() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The name for the metric
- getStdDev() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The population standard deviation for the values encountered for the time range.
- getStdDev(boolean) - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The standard deviation for the values encountered for the time range.
- getSum() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The sum of the values encountered for the time range
- getSumSquare() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The sum of the squares for the values encountered for the time range
- getTimestamp() - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- getTimestamp() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.domain.CustomMetric
-
- getTimestamp() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The normalized timestamp representing the beginning time for the metric
- getType() - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- getType() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.domain.CustomMetric
-
- getType() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The type for the metric
- getValue() - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- getValue() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.domain.CustomMetric
-
- getVariance() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The population variance for the values encountered for the time range
- getVariance(boolean) - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The variance of the values encountered for the time range.
- getVisibility() - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- getVisibility() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.domain.CustomMetric
-
- getVisibility() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
The aggregated visibility of the metric
- save(Iterable<Metric>) - Method in class org.calrissian.accumulorecipes.metricsstore.impl.AccumuloMetricStore
-
Save a set of metrics to the store
- save(Iterable<Metric>) - Method in interface org.calrissian.accumulorecipes.metricsstore.MetricStore
-
Save a set of metrics to the store
- serialize() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.MaxFunction
-
Serialize the given metric
- serialize() - Method in interface org.calrissian.accumulorecipes.metricsstore.ext.custom.function.MetricFunction
-
Serialize the given metric
- serialize() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.MinFunction
-
Serialize the given metric
- serialize() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.StatsFunction
-
Serialize the given metric
- serialize() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.SumFunction
-
Serialize the given metric
- serialize() - Method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.SummaryStatsFunction
-
Serialize the given metric
- set(Metric) - Method in class org.calrissian.accumulorecipes.metricsstore.hadoop.MetricWritable
-
- setFunctionClass(IteratorSetting, Class<? extends MetricFunction<T>>) - Static method in class org.calrissian.accumulorecipes.metricsstore.ext.custom.iterator.FunctionCombiner
-
- setGroup(String) - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- setInputInfo(Configuration, String, byte[], Authorizations) - Static method in class org.calrissian.accumulorecipes.metricsstore.hadoop.MetricsInputFormat
-
- setName(String) - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- setQueryInfo(Configuration, Date, Date, MetricTimeUnit, String, String, String) - Static method in class org.calrissian.accumulorecipes.metricsstore.hadoop.MetricsInputFormat
-
- setTimestamp(long) - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- setType(String) - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- setValue(long) - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- setVisibility(String) - Method in class org.calrissian.accumulorecipes.metricsstore.domain.Metric
-
- shutdown() - Method in class org.calrissian.accumulorecipes.metricsstore.impl.AccumuloMetricStore
-
Will close all underlying resources
- Stats - Class in org.calrissian.accumulorecipes.metricsstore.ext.stats.domain
-
Data object to hold the value of statistical metrics.
- Stats(long, String, String, String, String, long, long, long, long, long) - Constructor for class org.calrissian.accumulorecipes.metricsstore.ext.stats.domain.Stats
-
- StatsCombiner - Class in org.calrissian.accumulorecipes.metricsstore.ext.stats.iterator
-
This combiner calculates the max, min, sum, count, and sumSquare of long integers represented as strings in values.
- StatsCombiner() - Constructor for class org.calrissian.accumulorecipes.metricsstore.ext.stats.iterator.StatsCombiner
-
- StatsFunction - Class in org.calrissian.accumulorecipes.metricsstore.ext.custom.function
-
Custom metric function that calculates the min, max, sum, and count of all the values (in that order).
- StatsFunction() - Constructor for class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.StatsFunction
-
- StatsMetricStore - Interface in org.calrissian.accumulorecipes.metricsstore.ext.stats
-
An extended metric services which provides additional statistics on data in the store such as min, max, sum, and count.
- SumFunction - Class in org.calrissian.accumulorecipes.metricsstore.ext.custom.function
-
- SumFunction() - Constructor for class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.SumFunction
-
- SummaryStatsFunction - Class in org.calrissian.accumulorecipes.metricsstore.ext.custom.function
-
- SummaryStatsFunction() - Constructor for class org.calrissian.accumulorecipes.metricsstore.ext.custom.function.SummaryStatsFunction
-