Uses of Interface
com.alibaba.druid.proxy.jdbc.DataSourceProxy
-
-
Uses of DataSourceProxy in com.alibaba.druid.filter
Methods in com.alibaba.druid.filter that return DataSourceProxy Modifier and Type Method Description DataSourceProxyFilterChain. getDataSource()DataSourceProxyFilterChainImpl. getDataSource()Methods in com.alibaba.druid.filter with parameters of type DataSourceProxy Modifier and Type Method Description voidFilter. init(DataSourceProxy dataSource)voidFilterAdapter. init(DataSourceProxy dataSource)Constructors in com.alibaba.druid.filter with parameters of type DataSourceProxy Constructor Description FilterChainImpl(DataSourceProxy dataSource)FilterChainImpl(DataSourceProxy dataSource, int pos) -
Uses of DataSourceProxy in com.alibaba.druid.filter.config
Methods in com.alibaba.druid.filter.config with parameters of type DataSourceProxy Modifier and Type Method Description voidConfigFilter. init(DataSourceProxy dataSourceProxy) -
Uses of DataSourceProxy in com.alibaba.druid.filter.logging
Fields in com.alibaba.druid.filter.logging declared as DataSourceProxy Modifier and Type Field Description protected DataSourceProxyLogFilter. dataSourceMethods in com.alibaba.druid.filter.logging with parameters of type DataSourceProxy Modifier and Type Method Description voidLogFilter. init(DataSourceProxy dataSource) -
Uses of DataSourceProxy in com.alibaba.druid.filter.stat
Methods in com.alibaba.druid.filter.stat with parameters of type DataSourceProxy Modifier and Type Method Description static StatFilterStatFilter. getStatFilter(DataSourceProxy dataSource)voidStatFilter. init(DataSourceProxy dataSource) -
Uses of DataSourceProxy in com.alibaba.druid.pool
Classes in com.alibaba.druid.pool that implement DataSourceProxy Modifier and Type Class Description classDruidAbstractDataSourceclassDruidDataSource -
Uses of DataSourceProxy in com.alibaba.druid.pool.ha.selector
Methods in com.alibaba.druid.pool.ha.selector with parameters of type DataSourceProxy Modifier and Type Method Description static voidRandomDataSourceValidateThread. logSuccessTime(DataSourceProxy dataSource)Provide a static method to record the last success time of a DataSource -
Uses of DataSourceProxy in com.alibaba.druid.pool.xa
Classes in com.alibaba.druid.pool.xa that implement DataSourceProxy Modifier and Type Class Description classDruidXADataSource -
Uses of DataSourceProxy in com.alibaba.druid.proxy.jdbc
Classes in com.alibaba.druid.proxy.jdbc that implement DataSourceProxy Modifier and Type Class Description classDataSourceProxyImplFields in com.alibaba.druid.proxy.jdbc declared as DataSourceProxy Modifier and Type Field Description protected DataSourceProxyClobProxyImpl. dataSourceMethods in com.alibaba.druid.proxy.jdbc that return DataSourceProxy Modifier and Type Method Description DataSourceProxyConnectionProxy. getDirectDataSource()DataSourceProxyConnectionProxyImpl. getDirectDataSource()Constructors in com.alibaba.druid.proxy.jdbc with parameters of type DataSourceProxy Constructor Description ClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, Clob clob)ConnectionProxyImpl(DataSourceProxy dataSource, Connection connection, Properties properties, long id)NClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, NClob clob) -
Uses of DataSourceProxy in com.alibaba.druid.stat
Subinterfaces of DataSourceProxy in com.alibaba.druid.stat Modifier and Type Interface Description interfaceDataSourceMonitorable外部数据要想能被使用druid sql 监控和防火墙, 需要实现此接口.Methods in com.alibaba.druid.stat with parameters of type DataSourceProxy Modifier and Type Method Description static StatFilterJdbcDataSourceStat. getStatFilter(DataSourceProxy dataSource) -
Uses of DataSourceProxy in com.alibaba.druid.support.quartz
Classes in com.alibaba.druid.support.quartz that implement DataSourceProxy Modifier and Type Class Description classDruidQuartzConnectionProvider -
Uses of DataSourceProxy in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type DataSourceProxy Modifier and Type Method Description WallProviderWallProviderCreator. createWallConfig(DataSourceProxy dataSource, WallConfig config, DbType dbType)voidWallFilter. init(DataSourceProxy dataSource)protected WallProviderWallFilter. initWallProvider(DataSourceProxy dataSource, String dbTypeName, WallConfig config)
-