|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Metric
Each metric is uniquely identified using a name. See getName()
.
A metric gets its content from Probes. An input can be one of the following:
Probe
annotationProbe
annotationLongProbe
functionDoubleProbe
function
Method Summary | |
---|---|
String |
getName()
Gets the name that identifies this metric. |
void |
render(StringBuilder sb)
Renders the metric. |
Method Detail |
---|
String getName()
void render(StringBuilder sb)
sb
- the StringBuilder to write to.
NullPointerException
- if sb is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |