Uses of Class
dev.jfr4jdbc.interceptor.ResourceMonitorContext
-
-
Uses of ResourceMonitorContext in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return types with arguments of type ResourceMonitorContext Modifier and Type Method Description Interceptor<ResourceMonitorContext>InterceptorFactory. createResourceMonitorInterceptor() -
Uses of ResourceMonitorContext in dev.jfr4jdbc.interceptor.impl
Methods in dev.jfr4jdbc.interceptor.impl with parameters of type ResourceMonitorContext Modifier and Type Method Description voidResourceMonitorInterceptor. postInvoke(ResourceMonitorContext context)voidResourceMonitorInterceptor. preInvoke(ResourceMonitorContext context) -
Uses of ResourceMonitorContext in dev.jfr4jdbc.interceptor.impl.instant
Methods in dev.jfr4jdbc.interceptor.impl.instant that return types with arguments of type ResourceMonitorContext Modifier and Type Method Description Interceptor<ResourceMonitorContext>InstantInterceptorFactory. createResourceMonitorInterceptor() -
Uses of ResourceMonitorContext in dev.jfr4jdbc.interceptor.impl.legacy
Methods in dev.jfr4jdbc.interceptor.impl.legacy that return types with arguments of type ResourceMonitorContext Modifier and Type Method Description Interceptor<ResourceMonitorContext>LegacyInterceptorFactory. createResourceMonitorInterceptor() -
Uses of ResourceMonitorContext in dev.jfr4jdbc.interceptor.impl.period
Methods in dev.jfr4jdbc.interceptor.impl.period that return types with arguments of type ResourceMonitorContext Modifier and Type Method Description Interceptor<ResourceMonitorContext>PeriodInterceptorFactory. createResourceMonitorInterceptor()
-