Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
monitoring::MetricEvent Class ReferenceAn instance of this class represents an metric event.
More...
Inheritance diagram for monitoring::MetricEvent:
[legend]Collaboration diagram for monitoring::MetricEvent:
[legend]List of all members.
Detailed Description
An instance of this class represents an metric event.
A metric event occurs whenever the monitored resource, be it a job or a hardware resource, sends out an event to the monitoring system. This can encompass almost any type of event from disk space running out to memory becoming available. The various events are defined by the various sensors. This topic is covered in more detail in the Metric documentation.
Definition at line 14 of file MetricEvent.java.
Constructor & Destructor Documentation
| monitoring::MetricEvent::MetricEvent |
( |
Object |
source, |
|
|
Object |
value, |
|
|
Metric |
metric, |
|
|
long |
eventTime |
|
) |
[inline] |
|
Member Function Documentation
| Metric monitoring::MetricEvent::getMetric |
( |
|
) |
[inline] |
|
| Object monitoring::MetricEvent::getValue |
( |
|
) |
[inline] |
|
| long monitoring::MetricEvent::getEventTime |
( |
|
) |
[inline] |
|
|
|
This method returns the number of milliseconds after January 1, 1970, 00:00:00 GMT when the event happened.
- Returns:
-
A long, the number of milliseconds after January 1, 1970, 00:00:00 GMT when the event happened.
Definition at line 73 of file MetricEvent.java.
References monitoring::MetricEvent::eventTime. |
Member Data Documentation
long monitoring::MetricEvent::eventTime = 0 [private]
|
|
Object monitoring::MetricEvent::value = null [private]
|
|
Metric monitoring::MetricEvent::metric = null [private]
|
|
The documentation for this class was generated from the following file:
|