Uses of Class
com.attivio.platform.perfmon.model.AbstractMonitoredThing
-
Packages that use AbstractMonitoredThing Package Description com.attivio.platform.perfmon.model -
-
Uses of AbstractMonitoredThing in com.attivio.platform.perfmon.model
Subclasses of AbstractMonitoredThing in com.attivio.platform.perfmon.model Modifier and Type Class Description class
Metric
Methods in com.attivio.platform.perfmon.model that return AbstractMonitoredThing Modifier and Type Method Description AbstractMonitoredThing
AbstractMonitoredThing. addMetadata(java.lang.String key, boolean value)
Returns this event.AbstractMonitoredThing
AbstractMonitoredThing. addMetadata(java.lang.String key, double value)
Returns this event.AbstractMonitoredThing
AbstractMonitoredThing. addMetadata(java.lang.String key, float value)
Returns this event.AbstractMonitoredThing
AbstractMonitoredThing. addMetadata(java.lang.String key, int value)
Returns this event.AbstractMonitoredThing
AbstractMonitoredThing. addMetadata(java.lang.String key, long value)
Returns this event.AbstractMonitoredThing
AbstractMonitoredThing. addMetadata(java.lang.String key, java.lang.String value)
Returns this event.protected AbstractMonitoredThing
AbstractMonitoredThing. clone()
-