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
poolNamehas got an event to cache a sql query |
public void traceSQLEvent(String poolName, String appName, String moduleName, String sql, long executionTime)
poolNamehas 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 © 2017. All rights reserved.