Package com.atlassian.confluence.util.db
Interface DatabaseConfigHelper
-
- All Known Implementing Classes:
DefaultDatabaseConfigHelper
@Internal @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public interface DatabaseConfigHelper
Reads the Database configuration. Intended only for internal consumption.- Since:
- 6.12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Integer>
getConnectionPoolSize()
Returns the maximum size of the database connection pool.Optional<String>
getProductName()
Returns the database product name.
-