|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.agent.server.monitor.AgentMonitorSimple
org.hyperic.hq.measurement.agent.server.SenderThread
public class SenderThread
Deals with sending measurements back to the server (including persisting them on disk.)
Field Summary |
---|
Fields inherited from interface org.hyperic.hq.agent.server.monitor.AgentMonitorInterface |
---|
KEY_KEYS, KEY_TYPES |
Method Summary | |
---|---|
double |
getNumBatchesSent()
MONITOR METHOD: Get the number of batches which have successfully sent to the server |
double |
getServerOffset()
MONITOR METHOD: Get the offset in ms between the agent and server |
double |
getTotBatchSendTime()
MONITOR METHOD: Get the total amount of time that the client has spent sending batches |
double |
getTotMetricsSent()
MONITOR METHOD: Get the total number of metrics which have been transmitted to the server |
void |
processData(int dsnId,
MetricValue data,
int derivedID)
|
void |
run()
|
Methods inherited from class org.hyperic.hq.agent.server.monitor.AgentMonitorSimple |
---|
getMonitorKeys, getMonitorTypes, getMonitorValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void processData(int dsnId, MetricValue data, int derivedID)
processData
in interface Sender
public double getNumBatchesSent() throws AgentMonitorException
AgentMonitorException
public double getTotBatchSendTime() throws AgentMonitorException
AgentMonitorException
public double getTotMetricsSent() throws AgentMonitorException
AgentMonitorException
public double getServerOffset() throws AgentMonitorException
AgentMonitorException
public void run()
run
in interface java.lang.Runnable
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |