| Package | Description |
|---|---|
| org.glowroot.agent.plugin.api.transaction |
| Modifier and Type | Method and Description |
|---|---|
static MessageSupplier |
MessageSupplier.from(String message)
Creates a
MessageSupplier for the specified message. |
static MessageSupplier |
MessageSupplier.from(String template,
String... args)
Creates a
MessageSupplier for the specified template and args. |
MessageSupplier |
TraceEntry.getMessageSupplier()
Returns the
MessageSupplier that was supplied when the TraceEntry was
created. |
| 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. |
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.