Uses of Interface
dev.jfr4jdbc.interceptor.InterceptorFactory
-
-
Uses of InterceptorFactory in dev.jfr4jdbc
Fields in dev.jfr4jdbc declared as InterceptorFactory Modifier and Type Field Description protected InterceptorFactoryJfrResultSet. interceptorFactoryprotected InterceptorFactoryJfrStatement42. interceptorFactory -
Uses of InterceptorFactory in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return InterceptorFactory Modifier and Type Method Description static InterceptorFactoryInterceptorManager. getDefaultInterceptorFactory()static InterceptorFactoryInterceptorManager. getInterceptorFactory(String defaultInterceptorParameter) -
Uses of InterceptorFactory in dev.jfr4jdbc.interceptor.impl.instant
Classes in dev.jfr4jdbc.interceptor.impl.instant that implement InterceptorFactory Modifier and Type Class Description classInstantInterceptorFactory -
Uses of InterceptorFactory in dev.jfr4jdbc.interceptor.impl.legacy
Classes in dev.jfr4jdbc.interceptor.impl.legacy that implement InterceptorFactory Modifier and Type Class Description classLegacyInterceptorFactory -
Uses of InterceptorFactory in dev.jfr4jdbc.interceptor.impl.period
Classes in dev.jfr4jdbc.interceptor.impl.period that implement InterceptorFactory Modifier and Type Class Description classPeriodInterceptorFactory -
Uses of InterceptorFactory in dev.jfr4jdbc.internal
Methods in dev.jfr4jdbc.internal with parameters of type InterceptorFactory Modifier and Type Method Description ResourceMonitorResourceMonitorManager. createConnectionMonitor(String dataSourceLabel, InterceptorFactory factory)ResourceMonitorResourceMonitorManager. createConnectionMonitor(Driver driver, String dataSourceLabel, InterceptorFactory factory)ResourceMonitorResourceMonitorManager. createConnectionMonitor(DataSource dataSource, String dataSourceLabel, InterceptorFactory factory)Constructors in dev.jfr4jdbc.internal with parameters of type InterceptorFactory Constructor Description ResourceMonitor(Driver driver, String dataSourceLabel, InterceptorFactory factory)ResourceMonitor(DataSource dataSource, String dataSourceLabel, InterceptorFactory factory)ResourceMonitor(DataSource dataSource, Driver driver, String dataSourceLabel, InterceptorFactory factory)
-