|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventSummary
An interface which represents the summary of multiple Events. TimeSummary
provides an implementation that tracks time spent in various parts of a request.
| Method Summary | |
|---|---|
EventSummary |
combineWith(EventSummary other)
Aggregate this summary with another. |
void |
serialize(StringBuilder output)
Serializes this summary into a human-readable string. |
| Method Detail |
|---|
EventSummary combineWith(EventSummary other)
EventSummary must
be of the same concrete type.
other - a summary to combine with
void serialize(StringBuilder output)
output - the buffer to serialize to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||