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 QueryMessageSupplierCreates aQueryMessageSupplierfor the specifiedprefix.static QueryMessageSupplierCreates aQueryMessageSupplierfor the specifiedprefixandsuffix.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) QueryEntryis a specialized type ofTraceEntrythat is aggregated by its query text.