| Package | Description |
|---|---|
| org.gcube.datatransformation.datatransformationlibrary.statistics |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsManager.MetricType |
StatisticsManager.MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsManager.MetricType[] |
StatisticsManager.MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Metric |
StatisticsManager.createMetric(String name,
String description,
StatisticsManager.MetricType mType)
Creates a new Metric.
|
static Metric |
StatisticsManager.createMetric(String name,
String description,
StatisticsManager.MetricType mType,
int maxNumMeasures)
Creates a new Metric with a specific maximum number of measures.
|
static HashMap<String,Metric> |
StatisticsManager.getAllMetricsOfType(StatisticsManager.MetricType mType)
Returns all metrics of one
StatisticsManager.MetricType. |
static Metric |
StatisticsManager.getMetric(String name,
StatisticsManager.MetricType mType)
Returns the Metric by its name and MetricType.
|
Copyright © 2014. All Rights Reserved.