public class StatementCacheProbeProvider extends Object
| Constructor and Description |
|---|
StatementCacheProbeProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
statementCacheHitEvent(String poolName,
String appName,
String moduleName)
Emits probe event/notification that the given connection pool
poolNamehas got a statement cache hit event |
void |
statementCacheMissEvent(String poolName,
String appName,
String moduleName)
Emits probe event/notification that the given connection pool
poolNamehas got a statement cache miss event |
public void statementCacheHitEvent(String poolName, String appName, String moduleName)
poolNamehas got a statement cache hit eventpoolName - for which statement cache hit occurredincrement - number of times the statement cache was hitpublic void statementCacheMissEvent(String poolName, String appName, String moduleName)
poolNamehas got a statement cache miss eventpoolName - for which statement cache miss occurredincrement - number of times the statement cache was missedCopyright © 2017. All rights reserved.