public interface QueryEntry extends TraceEntry
TraceEntry that also captures query data for aggregation.| Modifier and Type | Method and Description |
|---|---|
Timer |
extend()
Example of query and subsequent iterating over results which goes back to database and pulls
more results.
|
void |
incrementCurrRow()
Call after successfully getting next row.
|
void |
rowNavigationAttempted() |
void |
setCurrRow(long row)
Row numbers start at 1 (not 0).
|
end, endWithError, endWithError, endWithError, endWithInfo, endWithStackTrace, getMessageSupplierTimer extend()
ThreadContext.startAsyncTraceEntry(MessageSupplier, TimerName) and
ThreadContext.startAsyncQueryEntry(String, String, MessageSupplier, TimerName)): this
method is designed to be (and must be) called by the same thread that created the async trace
entry.void rowNavigationAttempted()
void incrementCurrRow()
void setCurrRow(long row)
row - Copyright © 2011–2016 Glowroot contributors. All rights reserved.