| Package | Description |
|---|---|
| org.glowroot.agent.plugin.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncQueryEntry
An
AsyncTraceEntry that also captures query data for aggregation. |
| Modifier and Type | Method and Description |
|---|---|
QueryEntry |
ThreadContext.startQueryEntry(String queryType,
String queryText,
long queryExecutionCount,
QueryMessageSupplier queryMessageSupplier,
TimerName timerName) |
QueryEntry |
ThreadContext.startQueryEntry(String queryType,
String queryText,
QueryMessageSupplier queryMessageSupplier,
TimerName timerName)
QueryEntry is a specialized type of TraceEntry that is aggregated by its
query text. |
Copyright © 2011–2017 Glowroot contributors. All rights reserved.