Uses of Class
dev.jfr4jdbc.internal.ResourceMonitor
-
Packages that use ResourceMonitor Package Description dev.jfr4jdbc dev.jfr4jdbc.internal -
-
Uses of ResourceMonitor in dev.jfr4jdbc
Methods in dev.jfr4jdbc that return ResourceMonitor Modifier and Type Method Description ResourceMonitorJfrDataSource42. getResourceMonitor()Constructors in dev.jfr4jdbc with parameters of type ResourceMonitor Constructor Description JfrConnection42(Connection con, InterceptorFactory factory, ResourceMonitor connectionMonitor, ConnectionInfo connectionInfo) -
Uses of ResourceMonitor in dev.jfr4jdbc.internal
Methods in dev.jfr4jdbc.internal that return ResourceMonitor Modifier and Type Method Description ResourceMonitorResourceMonitorManager. getMonitor(String label)Methods in dev.jfr4jdbc.internal that return types with arguments of type ResourceMonitor Modifier and Type Method Description List<ResourceMonitor>ResourceMonitorManager. getMonitors()Methods in dev.jfr4jdbc.internal with parameters of type ResourceMonitor Modifier and Type Method Description voidResourceMonitorManager. addMonitor(ResourceMonitor monitor)voidResourceMonitorManager. removeMonitor(ResourceMonitor monitor)
-