Index

A C D F G I J L M O P Q R S T U V 
All Classes and Interfaces|All Packages

A

AcquisitionStrategy() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy
 
afterPropertiesSet() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyConfiguration
 

C

com.github.gavlyukovskiy.boot.jdbc.decorator - package com.github.gavlyukovskiy.boot.jdbc.decorator
 
com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy - package com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
 
com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool - package com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy - package com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy
 
COMMONS - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.DataSourceProxyLogging
 
configure(ProxyDataSourceBuilder, DataSourceProxyProperties) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.ProxyDataSourceBuilderConfigurer
 
Connection() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold.Connection
 
connectionIdManagerProvider() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyConfiguration
 
ConnectionIdManagerProvider - Interface in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
 
ContextJdbcEventListenerFactory - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy
Factory to support all defined JdbcEventListener in the context.
createJdbcEventListener() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.ContextJdbcEventListenerFactory
 
CUSTOM - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogging
 
customize(String, FlexyPoolConfiguration.Builder<?>, Class<?>) - Method in interface com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolConfigurationBuilderCustomizer
 

D

DataSourceDecorationStage - Class in com.github.gavlyukovskiy.boot.jdbc.decorator
Holds decorating stage information.
DataSourceDecorationStage(String, DataSourceDecorator, DataSource) - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecorationStage
 
DataSourceDecorator - Interface in com.github.gavlyukovskiy.boot.jdbc.decorator
Decorator for context DataSource beans.
DataSourceDecoratorAutoConfiguration - Class in com.github.gavlyukovskiy.boot.jdbc.decorator
Auto-configuration for proxying DataSource.
DataSourceDecoratorAutoConfiguration() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorAutoConfiguration
 
dataSourceDecoratorBeanPostProcessor() - Static method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorAutoConfiguration
 
DataSourceDecoratorBeanPostProcessor - Class in com.github.gavlyukovskiy.boot.jdbc.decorator
BeanPostProcessor that wraps all data source beans in DataSource proxies specified in property 'spring.datasource.type'.
DataSourceDecoratorBeanPostProcessor() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorBeanPostProcessor
 
DataSourceDecoratorProperties - Class in com.github.gavlyukovskiy.boot.jdbc.decorator
Properties for configuring proxy providers.
DataSourceDecoratorProperties() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
dataSourceNameResolver(ApplicationContext) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorAutoConfiguration
 
DataSourceNameResolver - Class in com.github.gavlyukovskiy.boot.jdbc.decorator
CommonDataSource name resolver based on bean name.
DataSourceNameResolver(ApplicationContext) - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceNameResolver
 
DataSourceProxyConfiguration - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
Configuration for integration with datasource-proxy, allows to use define custom QueryExecutionListener, ParameterTransformer and QueryTransformer.
DataSourceProxyConfiguration() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyConfiguration
 
DataSourceProxyProperties - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
Properties for datasource-proxy
DataSourceProxyProperties() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
DataSourceProxyProperties.DataSourceProxyLogging - Enum Class in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
 
DataSourceProxyProperties.Query - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
Properties to configure query logging listener.
DataSourceProxyProperties.SlowQuery - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
Properties to configure slow query logging listener.
decorate(String, DataSource) - Method in interface com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecorator
Decorates given DataSource instance.
decorate(String, DataSource) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.ProxyDataSourceDecorator
 
decorate(String, DataSource) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolDataSourceDecorator
 
decorate(String, DataSource) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyDataSourceDecorator
 
DecoratedDataSource - Class in com.github.gavlyukovskiy.boot.jdbc.decorator
Interface that implicitly added to the CGLIB proxy of DataSource.
destroy() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyConfiguration
 

F

FILE - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogging
 
FlexyPoolConfiguration - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
Configuration for integration with flexy-pool, allows to use define custom ConnectionAcquisitionStrategyFactory, MetricsFactory, ConnectionProxyFactory and EventListener.
FlexyPoolConfiguration() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolConfiguration
 
FlexyPoolConfiguration.Ordered - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolConfigurationBuilderCustomizer - Interface in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
Customizer for each FlexyPoolConfiguration.Builder when real DataSource is decorated using FlexyPoolDataSourceDecorator.
FlexyPoolDataSourceDecorator - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
Ordered decorator for FlexyPoolDataSource.
FlexyPoolProperties - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
Properties for configuring flexy-pool.
FlexyPoolProperties() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties
 
FlexyPoolProperties.AcquisitionStrategy - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.AcquisitionStrategy.IncrementPool - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.AcquisitionStrategy.Retry - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.Metrics - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.Metrics.Reporter - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.Metrics.Reporter.Jmx - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.Metrics.Reporter.Log - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.Threshold - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 
FlexyPoolProperties.Threshold.Connection - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool
 

G

getAcquisition() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold.Connection
 
getAcquisitionStrategy() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties
 
getAttempts() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.Retry
 
getBeanName() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecorationStage
 
getBeanName() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DecoratedDataSource
Returns data source bean name.
getConnection() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold
 
getCustomAppenderClass() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
getDataSource() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecorationStage
 
getDataSourceDecorator() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecorationStage
 
getDatasourceProxy() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
getDecoratedDataSource() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DecoratedDataSource
Returns wrapped data source with all decorators applied.
getDecoratingChain() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DecoratedDataSource
Returns list with all decorators applied on a DataSource reverse ordered with applying order.
getExcludeBeans() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
getExcludeCategories() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
getFlexyPool() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
getIncrementPool() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy
 
getJmx() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter
 
getLease() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold.Connection
 
getLog() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter
 
getLogFile() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
getLogFilter() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
getLogFormat() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
getLoggerName() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.Query
 
getLoggerName() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
getLogging() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
getLogging() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
getLogLevel() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.Query
 
getLogLevel() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
getMaxOvergrowPoolSize() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.IncrementPool
 
getMetrics() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties
 
getMillis() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Log
 
getOrder() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorBeanPostProcessor
 
getOrder() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.ProxyDataSourceDecorator
 
getOrder() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolDataSourceDecorator
 
getOrder() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyDataSourceDecorator
 
getP6spy() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
getPattern() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogFilter
 
getQuery() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
getRealDataSource() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DecoratedDataSource
Returns initial data source, before applying any decorator.
getReporter() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics
 
getRetry() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy
 
getSlowQuery() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
getThreshold() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
Deprecated, for removal: This API element is subject to removal in a future version.
getThreshold() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties
 
getThresholdDuration() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
getTimeoutMillis() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.IncrementPool
 

I

IncrementPool() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.IncrementPool
 
isAutoStart() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Jmx
 
isCountQuery() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
isEnabled() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
isEnabled() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Jmx
 
isEnableLogging() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.Query
 
isEnableLogging() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
isEnableLogging() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
isFormatSql() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
isIgnoreRoutingDataSources() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
isJsonFormat() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
isMultiline() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
isMultiline() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 

J

jdbcEventListenerFactory() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyConfiguration
 
Jmx() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Jmx
 
JUL - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.DataSourceProxyLogging
 

L

Log() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Log
 

M

Metrics() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics
 

O

Ordered() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolConfiguration.Ordered
 

P

P6SpyConfiguration - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy
Configuration for integration with p6spy, allows to define custom JdbcEventListener.
P6SpyConfiguration() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyConfiguration
 
p6SpyDataSourceDecorator(JdbcEventListenerFactory) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyConfiguration
 
P6SpyDataSourceDecorator - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy
Ordered decorator for P6DataSource.
P6SpyLogFilter() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogFilter
 
P6SpyProperties - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy
Properties for configuring p6spy.
P6SpyProperties() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
P6SpyProperties.P6SpyLogFilter - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy
 
P6SpyProperties.P6SpyLogging - Enum Class in com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy
 
postProcessAfterInitialization(Object, String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorBeanPostProcessor
 
proxyDataSourceBuilderConfigurer() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyConfiguration
 
ProxyDataSourceBuilderConfigurer - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
Configurer for ProxyDataSourceBuilder based on the application context.
ProxyDataSourceBuilderConfigurer() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.ProxyDataSourceBuilderConfigurer
 
proxyDataSourceDecorator(ProxyDataSourceBuilderConfigurer, DataSourceNameResolver) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyConfiguration
 
ProxyDataSourceDecorator - Class in com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy
Ordered decorator for ProxyDataSource.

Q

Query() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.Query
 
queryCountStrategy() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyConfiguration
 

R

Reporter() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter
 
resolveDataSourceName(CommonDataSource) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceNameResolver
 
Retry() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.Retry
 

S

setAcquisition(long) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold.Connection
 
setAcquisitionStrategy(FlexyPoolProperties.AcquisitionStrategy) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties
 
setApplicationContext(ApplicationContext) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorBeanPostProcessor
 
setAttempts(int) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.Retry
 
setAutoStart(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Jmx
 
setConnection(FlexyPoolProperties.Threshold.Connection) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold
 
setCountQuery(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
setCustomAppenderClass(String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setDatasourceProxy(DataSourceProxyProperties) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
setEnabled(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
setEnabled(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Jmx
 
setEnableLogging(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.Query
 
setEnableLogging(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
setEnableLogging(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setExcludeBeans(Collection<String>) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
setExcludeCategories(List<String>) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setFlexyPool(FlexyPoolProperties) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
setFormatSql(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
setIgnoreRoutingDataSources(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
setIncrementPool(FlexyPoolProperties.AcquisitionStrategy.IncrementPool) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy
 
setJmx(FlexyPoolProperties.Metrics.Reporter.Jmx) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter
 
setJsonFormat(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
setLease(long) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold.Connection
 
setLog(FlexyPoolProperties.Metrics.Reporter.Log) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter
 
setLogFile(String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setLogFilter(P6SpyProperties.P6SpyLogFilter) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setLogFormat(String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setLoggerName(String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.Query
 
setLoggerName(String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
setLogging(DataSourceProxyProperties.DataSourceProxyLogging) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
setLogging(P6SpyProperties.P6SpyLogging) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setLogLevel(String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.Query
 
setLogLevel(String) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
setMaxOvergrowPoolSize(int) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.IncrementPool
 
setMetrics(FlexyPoolProperties.Metrics) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties
 
setMillis(long) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics.Reporter.Log
 
setMultiline(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
setMultiline(boolean) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties
 
setP6spy(P6SpyProperties) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties
 
setPattern(Pattern) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogFilter
 
setQuery(DataSourceProxyProperties.Query) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
setReporter(FlexyPoolProperties.Metrics.Reporter) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Metrics
 
setRetry(FlexyPoolProperties.AcquisitionStrategy.Retry) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy
 
setSlowQuery(DataSourceProxyProperties.SlowQuery) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties
 
setThreshold(FlexyPoolProperties.Threshold) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties
 
setThreshold(Duration) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
setTimeoutMillis(int) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.AcquisitionStrategy.IncrementPool
 
SLF4J - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.DataSourceProxyLogging
 
SLF4J - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogging
 
SlowQuery() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.SlowQuery
 
SYSOUT - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.DataSourceProxyLogging
 
SYSOUT - Enum constant in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogging
 

T

Threshold() - Constructor for class com.github.gavlyukovskiy.boot.jdbc.decorator.flexypool.FlexyPoolProperties.Threshold
 
toString() - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DecoratedDataSource
 

U

unwrap(Class<T>) - Method in class com.github.gavlyukovskiy.boot.jdbc.decorator.DecoratedDataSource
 

V

valueOf(String) - Static method in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.DataSourceProxyLogging
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogging
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.dsproxy.DataSourceProxyProperties.DataSourceProxyLogging
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.github.gavlyukovskiy.boot.jdbc.decorator.p6spy.P6SpyProperties.P6SpyLogging
Returns an array containing the constants of this enum class, in the order they are declared.
A C D F G I J L M O P Q R S T U V 
All Classes and Interfaces|All Packages