public class SQLTraceProbeProvider extends Object
Constructor and Description |
---|
SQLTraceProbeProvider() |
Modifier and Type | Method and Description |
---|---|
void |
traceSQLEvent(String poolName,
String appName,
String moduleName,
String sql,
long executionTime)
Emits probe event/notification that the given connection pool
poolName has got an event to cache a sql query |
public void traceSQLEvent(String poolName, String appName, String moduleName, String sql, long executionTime)
poolName
has got an event to cache a sql querypoolName
- for which sql query should be cachedappName
- moduleName
- sql
- sql query that should be cachedexecutionTime
- the sql query execution timeCopyright © 2020. All rights reserved.