| Package | Description |
|---|---|
| org.glowroot.api |
| Modifier and Type | Method and Description |
|---|---|
abstract TimerName |
PluginServices.getTimerName(Class<?> adviceClass)
Returns the
TimerName instance for the specified adviceClass. |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryEntry |
PluginServices.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. |
abstract QueryEntry |
PluginServices.startQueryEntry(String queryType,
String queryText,
MessageSupplier messageSupplier,
TimerName timerName)
QueryEntry is a specialized type of TraceEntry that is aggregated by its
query text. |
abstract Timer |
PluginServices.startTimer(TimerName timerName)
Starts a timer for the specified timer name.
|
abstract TraceEntry |
PluginServices.startTraceEntry(MessageSupplier messageSupplier,
TimerName timerName)
Creates and starts a trace entry with the given
messageSupplier. |
abstract TraceEntry |
PluginServices.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.