Uses of Class
com.attivio.platform.perfmon.model.MetricInstance
-
Packages that use MetricInstance Package Description com.attivio.platform.perfmon.api com.attivio.platform.perfmon.model -
-
Uses of MetricInstance in com.attivio.platform.perfmon.api
Methods in com.attivio.platform.perfmon.api that return MetricInstance Modifier and Type Method Description static MetricInstance
MetricNameUtils. getHostCpuMetricInstance(java.lang.String hostname)
static MetricInstance
MetricNameUtils. getMemoryPctMetricInstance(java.lang.String nodeset, java.lang.String hostname, int baseport)
MetricInstance
MonitoringApi. getMetricInstance(long id)
static MetricInstance
MetricNameUtils. getNodeCpuMetricInstance(java.lang.String nodeset, java.lang.String hostname, int baseport)
static MetricInstance
MetricNameUtils. getTimeSpentInGcMetricInstance(java.lang.String nodeset, java.lang.String hostname, int baseport)
static MetricInstance
MetricNameUtils. getUptimeMetricInstance(java.lang.String nodeset, java.lang.String hostname, int baseport)
Methods in com.attivio.platform.perfmon.api that return types with arguments of type MetricInstance Modifier and Type Method Description java.util.List<MetricInstance>
DerivedMetricSource. createMetricInstances()
java.util.List<MetricInstance>
MonitoringApi. getMetricInstanceByName(java.lang.String name)
java.util.List<MetricInstance>
MonitoringApi. listMetricInstances()
List all of the metric instances available.Method parameters in com.attivio.platform.perfmon.api with type arguments of type MetricInstance Modifier and Type Method Description java.util.List<java.lang.Long>
MetricRegistrar. registerMetricInstances(RemoteEndpoint endpoints, java.util.List<MetricInstance> instances)
registers the source as providing the instance and returns the server-side unique id for the instance -
Uses of MetricInstance in com.attivio.platform.perfmon.model
Methods in com.attivio.platform.perfmon.model that return MetricInstance Modifier and Type Method Description MetricInstance
MetricInstance. clone()
MetricInstance
MetricData. getMetricInstance()
Methods in com.attivio.platform.perfmon.model with parameters of type MetricInstance Modifier and Type Method Description int
MetricInstance. compareTo(MetricInstance mi)
void
MetricData. setMetricInstance(MetricInstance metricInstance)
-