Uses of Class
com.attivio.platform.perfmon.model.Metric
-
Packages that use Metric Package Description com.attivio.platform.perfmon.api com.attivio.platform.perfmon.model -
-
Uses of Metric in com.attivio.platform.perfmon.api
Fields in com.attivio.platform.perfmon.api declared as Metric Modifier and Type Field Description static Metric
MetricNameUtils. hostCpuMetric
static Metric
MetricNameUtils. memoryPctMetric
static Metric
MetricNameUtils. nodeCpuMetric
static Metric
MetricNameUtils. timeSpentInGcMetric
static Metric
MetricNameUtils. uptimeMetric
Methods in com.attivio.platform.perfmon.api that return Metric Modifier and Type Method Description Metric
MonitoringApi. getMetric(long id)
Metric
MonitoringApi. getMetricByName(java.lang.String name)
Methods in com.attivio.platform.perfmon.api that return types with arguments of type Metric Modifier and Type Method Description java.util.List<Metric>
MonitoringApi. listMetrics()
List all of the metrics available.Methods in com.attivio.platform.perfmon.api with parameters of type Metric Modifier and Type Method Description void
DerivedMetricSource. setMetricTemplate(Metric template)
template for the derived metricMethod parameters in com.attivio.platform.perfmon.api with type arguments of type Metric Modifier and Type Method Description java.util.List<java.lang.Long>
MetricRegistrar. registerMetrics(java.util.List<Metric> metrics)
registers the metric and returns the server-side unique id for it. -
Uses of Metric in com.attivio.platform.perfmon.model
Methods in com.attivio.platform.perfmon.model that return Metric Modifier and Type Method Description Metric
Metric. clone()
Metric
MetricInstance. getMetric()
Metric
DerivedMetricDefinition. getMetricTemplate()
Methods in com.attivio.platform.perfmon.model with parameters of type Metric Modifier and Type Method Description void
MetricInstance. setMetric(Metric metric)
Constructors in com.attivio.platform.perfmon.model with parameters of type Metric Constructor Description DerivedMetricDefinition(Metric m, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> dimensions)
-