public interface QueryData
| Modifier and Type | Method and Description |
|---|---|
void |
end(long endTick) |
void |
extend(long startTick) |
String |
getQueryText() |
void |
incrementRowCount(long inc) |
void |
setHasTotalRows() |
void |
start(long startTick,
long batchSize) |
void end(long endTick)
void extend(long startTick)
String getQueryText()
void incrementRowCount(long inc)
void setHasTotalRows()
void start(long startTick,
long batchSize)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.