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
Modifier and TypeMethodDescriptionReturns the maximum size of the database connection pool.Returns the database product name.
-
Method Details
-
getConnectionPoolSize
Returns the maximum size of the database connection pool.- Returns:
- the maximum size database connection pool or empty if not found.
-
getProductName
Returns the database product name.- Returns:
- the database product name or empty if not found.
-