|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultOutput
Defines a component to output results.
Method Summary | |
---|---|
void |
flush()
Notify about the end of the result flow. |
void |
notify(java.lang.String type,
java.util.List<java.lang.String> labels)
Notify about a list of labels. |
void |
notify(java.lang.String type,
java.lang.String item,
float average)
Notify about an average. |
void |
notify(java.lang.String type,
java.lang.String item,
int count)
Notify about a measurement. |
void |
notify(java.lang.String type,
java.lang.String item,
long sum)
Notify about a sum. |
Method Detail |
---|
void notify(java.lang.String type, java.util.List<java.lang.String> labels)
type
- the type of measurelabels
- a list of measurementsvoid notify(java.lang.String type, java.lang.String item, int count)
type
- the type of measureitem
- the measured itemcount
- the resultvoid notify(java.lang.String type, java.lang.String item, float average)
type
- the type of measureitem
- the measured itemaverage
- the resultvoid notify(java.lang.String type, java.lang.String item, long sum)
type
- the type of measureitem
- the measured itemsum
- the resultvoid flush()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |