Class HttpThreadsVsDbConnectionPoolRule
java.lang.Object
com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
com.atlassian.confluence.impl.health.checks.rules.HttpThreadsVsDbConnectionPoolRule
- All Implemented Interfaces:
HealthCheckRule
Determines whether the ratio of HTTP Threads to Database Connection Pool for all connectors is correct.
- Since:
- 6.13
-
Constructor Summary
ConstructorsConstructorDescriptionHttpThreadsVsDbConnectionPoolRule(TomcatConfigHelper tomcatConfigHelper, DatabaseConfigHelper databaseConfigHelper, ErrorMessageProvider errorMessageProvider) Production constructor. -
Method Summary
Methods inherited from class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
getErrorMessage, getFailureEvent, validate
-
Constructor Details
-
HttpThreadsVsDbConnectionPoolRule
public HttpThreadsVsDbConnectionPoolRule(TomcatConfigHelper tomcatConfigHelper, DatabaseConfigHelper databaseConfigHelper, ErrorMessageProvider errorMessageProvider) Production constructor.- Parameters:
tomcatConfigHelper- the tomcat configuration.databaseConfigHelper- the database configuration.errorMessageProvider- the error message provider.
-
-
Method Details
-
doValidation
- Specified by:
doValidationin classAbstractHealthCheckRule
-