public class PostgresqlEnhancementHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.sermant.core.plugin.agent.matcher.ClassMatcher |
getPgStatementClassMatcher()
Get ClassMatcher for PgStatement class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getPgStatementExecuteBatchInterceptDeclarer()
Get the non-parameter interceptor declarer for PgStatement executeBatch method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getPgStatementExecuteBatchInterceptDeclarer(DatabaseHandler handler)
Get the parameterized interceptor declarer for PgStatement executeBatch method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getPgStatementExecuteInterceptDeclarer()
Get the non-parameter interceptor declarer for PgStatement execute method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getPgStatementExecuteInterceptDeclarer(DatabaseHandler handler)
Get the parameterized interceptor declarer for the PgStatement execute method
|
static io.sermant.core.plugin.agent.matcher.ClassMatcher |
getQueryExecutorImplClassMatcher()
Get the ClassMatcher of the QueryExecutorImpl class
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getSendOneQueryInterceptDeclarer()
Get the non-parameter interceptor declarer for the QueryExecutorImpl sendOneQuery method
|
static io.sermant.core.plugin.agent.declarer.InterceptDeclarer |
getSendOneQueryInterceptDeclarer(DatabaseHandler handler)
Get the parameterized interceptor declarer for the QueryExecutorImpl sendOneQuery method
|
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getSendOneQueryInterceptDeclarer(DatabaseHandler handler)
handler - Database write operation handlerpublic static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getSendOneQueryInterceptDeclarer()
public static io.sermant.core.plugin.agent.matcher.ClassMatcher getQueryExecutorImplClassMatcher()
public static io.sermant.core.plugin.agent.matcher.ClassMatcher getPgStatementClassMatcher()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getPgStatementExecuteInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getPgStatementExecuteInterceptDeclarer(DatabaseHandler handler)
handler - Database write operation handlerpublic static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getPgStatementExecuteBatchInterceptDeclarer()
public static io.sermant.core.plugin.agent.declarer.InterceptDeclarer getPgStatementExecuteBatchInterceptDeclarer(DatabaseHandler handler)
handler - Database write operation handlerCopyright © 2025. All rights reserved.