Package | Description |
---|---|
org.glowroot.agent.plugin.api.transaction |
Modifier and Type | Method and Description |
---|---|
TimerName |
TransactionService.getTimerName(Class<?> adviceClass)
Returns the
TimerName instance for the specified adviceClass . |
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. |
Timer |
TransactionService.startTimer(TimerName timerName)
Starts a timer for the specified timer name.
|
TraceEntry |
TransactionService.startTraceEntry(MessageSupplier messageSupplier,
TimerName timerName)
Creates and starts a trace entry with the given
messageSupplier . |
TraceEntry |
TransactionService.startTransaction(String transactionType,
String transactionName,
MessageSupplier messageSupplier,
TimerName timerName)
If there is no active transaction, a new transaction is started.
|
Copyright © 2011–2015 Glowroot contributors. All rights reserved.