Uses of Interface
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
Packages that use DataSourcePoolMetadataProvider
Package
Description
Auto-configuration for actuator JDBC concerns.
Actuator support for JDBC metrics.
Support for accessing JDBC
DataSource
metadata.-
Uses of DataSourcePoolMetadataProvider in org.springframework.boot.actuate.autoconfigure.jdbc
Constructor parameters in org.springframework.boot.actuate.autoconfigure.jdbc with type arguments of type DataSourcePoolMetadataProviderModifierConstructorDescriptionDataSourceHealthContributorAutoConfiguration
(ObjectProvider<DataSourcePoolMetadataProvider> metadataProviders) -
Uses of DataSourcePoolMetadataProvider in org.springframework.boot.actuate.metrics.jdbc
Constructors in org.springframework.boot.actuate.metrics.jdbc with parameters of type DataSourcePoolMetadataProviderModifierConstructorDescriptionDataSourcePoolMetrics
(DataSource dataSource, DataSourcePoolMetadataProvider metadataProvider, String name, Iterable<io.micrometer.core.instrument.Tag> tags) Constructor parameters in org.springframework.boot.actuate.metrics.jdbc with type arguments of type DataSourcePoolMetadataProviderModifierConstructorDescriptionDataSourcePoolMetrics
(DataSource dataSource, Collection<DataSourcePoolMetadataProvider> metadataProviders, String dataSourceName, Iterable<io.micrometer.core.instrument.Tag> tags) -
Uses of DataSourcePoolMetadataProvider in org.springframework.boot.jdbc.metadata
Classes in org.springframework.boot.jdbc.metadata that implement DataSourcePoolMetadataProviderModifier and TypeClassDescriptionclass
ADataSourcePoolMetadataProvider
implementation that returns the firstDataSourcePoolMetadata
that is found by one of its delegate.Constructor parameters in org.springframework.boot.jdbc.metadata with type arguments of type DataSourcePoolMetadataProviderModifierConstructorDescriptionCompositeDataSourcePoolMetadataProvider
(Collection<? extends DataSourcePoolMetadataProvider> providers) Create aCompositeDataSourcePoolMetadataProvider
instance with an initial collection of delegates to use.