Uses of Interface
org.glowroot.agent.plugin.api.QueryEntry
Packages that use QueryEntry
-
Uses of QueryEntry in org.glowroot.agent.plugin.api
Subinterfaces of QueryEntry in org.glowroot.agent.plugin.apiModifier and TypeInterfaceDescriptioninterfaceAnAsyncTraceEntrythat also captures query data for aggregation.Methods in org.glowroot.agent.plugin.api that return QueryEntryModifier and TypeMethodDescriptionThreadContext.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.