|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProbeMeasurement
An interface for measurements that are created by a probe. It has the extra methods needed by the Probe and Data Source. The producer has access to this data, the consumer is remote and does not.
| Method Summary | |
|---|---|
Measurement |
addValues(java.util.List<ProbeValue> values)
Add attribute / values to the measurement. |
Probe |
getProbe()
Get the probe this Measurement is from |
void |
setGroupID(ID gid)
Set the groupID. |
void |
setSequenceNo(long n)
Set the sequence number of this measurement. |
void |
setServiceID(ID sid)
Set the serviceID. |
void |
setType(java.lang.String t)
Set the measurement type |
| Methods inherited from interface eu.reservoir.monitoring.core.Measurement |
|---|
getDeltaTime, getGroupID, getProbeID, getSequenceNo, getServiceID, getTimestamp, getType, getValues |
| Method Detail |
|---|
Probe getProbe()
Measurement addValues(java.util.List<ProbeValue> values)
void setType(java.lang.String t)
void setServiceID(ID sid)
void setGroupID(ID gid)
void setSequenceNo(long n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||