Uses of Class
org.glowroot.agent.plugin.api.QueryMessageSupplier
Packages that use QueryMessageSupplier
-
Uses of QueryMessageSupplier in org.glowroot.agent.plugin.api
Methods in org.glowroot.agent.plugin.api that return QueryMessageSupplierModifier and TypeMethodDescriptionstatic QueryMessageSupplier
Creates aQueryMessageSupplier
for the specifiedprefix
.static QueryMessageSupplier
Creates aQueryMessageSupplier
for the specifiedprefix
andsuffix
.Methods in org.glowroot.agent.plugin.api with parameters of type QueryMessageSupplierModifier and TypeMethodDescriptionThreadContext.startAsyncQueryEntry
(String queryType, String queryText, QueryMessageSupplier queryMessageSupplier, TimerName timerName) ThreadContext.startQueryEntry
(String queryType, String queryText, long queryExecutionCount, QueryMessageSupplier queryMessageSupplier, TimerName timerName) ThreadContext.startQueryEntry
(String queryType, String queryText, QueryMessageSupplier queryMessageSupplier, TimerName timerName) QueryEntry
is a specialized type ofTraceEntry
that is aggregated by its query text.