Uses of Interface
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
Packages that use DataSourcePoolMetadataProvider
-
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
(@Nullable Collection<? extends DataSourcePoolMetadataProvider> providers) Create aCompositeDataSourcePoolMetadataProvider
instance with an initial collection of delegates to use. -
Uses of DataSourcePoolMetadataProvider in org.springframework.boot.jdbc.metrics
Constructors in org.springframework.boot.jdbc.metrics with parameters of type DataSourcePoolMetadataProviderModifierConstructorDescriptionDataSourcePoolMetrics
(DataSource dataSource, DataSourcePoolMetadataProvider metadataProvider, String name, Iterable<io.micrometer.core.instrument.Tag> tags) Constructor parameters in org.springframework.boot.jdbc.metrics with type arguments of type DataSourcePoolMetadataProviderModifierConstructorDescriptionDataSourcePoolMetrics
(DataSource dataSource, Collection<DataSourcePoolMetadataProvider> metadataProviders, String dataSourceName, Iterable<io.micrometer.core.instrument.Tag> tags)