Package org.glowroot.agent.plugin.api
Interface QueryEntry
- All Superinterfaces:
TraceEntry
- All Known Subinterfaces:
AsyncQueryEntry
A
TraceEntry
that also captures query data for aggregation.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Call after successfully getting next row.void
void
setCurrRow
(long row) Row numbers start at 1 (not 0).Methods inherited from interface org.glowroot.agent.plugin.api.TraceEntry
end, endWithError, endWithError, endWithError, endWithInfo, endWithLocationStackTrace, extend, getMessageSupplier
-
Method Details
-
incrementCurrRow
void incrementCurrRow()Call after successfully getting next row. -
setCurrRow
void setCurrRow(long row) Row numbers start at 1 (not 0).- Parameters:
row
-