Package | Description |
---|---|
org.glowroot.agent.plugin.api.transaction |
Modifier and Type | Method and Description |
---|---|
QueryEntry |
TransactionService.startQueryEntry(String queryType,
String queryText,
long queryExecutionCount,
MessageSupplier messageSupplier,
TimerName timerName)
QueryEntry is a specialized type of TraceEntry that is aggregated by its
query text. |
QueryEntry |
TransactionService.startQueryEntry(String queryType,
String queryText,
MessageSupplier messageSupplier,
TimerName timerName)
QueryEntry is a specialized type of TraceEntry that is aggregated by its
query text. |
Copyright © 2011–2015 Glowroot contributors. All rights reserved.