Uses of Class
dev.jfr4jdbc.EventFactory
-
Packages that use EventFactory Package Description dev.jfr4jdbc dev.jfr4jdbc.internal -
-
Uses of EventFactory in dev.jfr4jdbc
Methods in dev.jfr4jdbc that return EventFactory Modifier and Type Method Description static EventFactoryEventFactory. getDefaultEventFactory()Constructors in dev.jfr4jdbc with parameters of type EventFactory Constructor Description Jfr4JdbcDataSource(DataSource datasource, EventFactory factory)Jfr4JdbcDataSource(DataSource datasource, EventFactory factory, String monitorLabel)JfrCallableStatement(CallableStatement c, String sql, EventFactory factory)JfrPreparedStatement(PreparedStatement p, String sql, EventFactory factory)JfrResultSet(ResultSet jdbcResultSet, EventFactory factory)JfrStatement(Statement s, EventFactory factory) -
Uses of EventFactory in dev.jfr4jdbc.internal
Constructors in dev.jfr4jdbc.internal with parameters of type EventFactory Constructor Description Jfr4JdbcDataSource42(DataSource datasource, EventFactory factory)Jfr4JdbcDataSource42(DataSource datasource, EventFactory factory, String monitorLabel)JfrConnection42(Connection con, EventFactory factory, ResourceMonitor connectionMonitor)JfrStatement42(Statement s, EventFactory factory)
-