Uses of Interface
com.atlassian.confluence.impl.health.checks.rules.HealthCheckRule
Packages that use HealthCheckRule
Package
Description
-
Uses of HealthCheckRule in com.atlassian.confluence.impl.health.checks
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type HealthCheckRuleModifierConstructorDescriptionprotected
DatabaseSetupHealthCheck
(HealthCheckRule... databaseSetupRules) Constructor parameters in com.atlassian.confluence.impl.health.checks with type arguments of type HealthCheckRuleModifierConstructorDescriptionprotected
DatabaseCollationHealthCheck
(Map<String, HealthCheckRule> databaseRules, DatabaseConfigHelper databaseConfigHelper) -
Uses of HealthCheckRule in com.atlassian.confluence.impl.health.checks.rules
Classes in com.atlassian.confluence.impl.health.checks.rules that implement HealthCheckRuleModifier and TypeClassDescriptionclass
Convenient superclass for Database Collation Health Check Rules.class
Convenient superclass for Database Setup Health Check Rules.class
Superclass for Health Check Rules.final class
AHealthCheckRule
which checks to see if Hibernate is configured to use a JNDI DataSource, and to log a Johnson warning if so.class
Determines whether the Db Connection Pool configuration is correct.class
Determines whether the ratio of HTTP Threads to Database Connection Pool for all connectors is correct.class
Determines whether the MS SQL Collation is correct.class
Determines whether the MySQL Collation is correct.class
Determines whether the Postgres Collation is correct.class
Determines whether the SQL Server setup (isolation level_ is correct.class
Determines whether the Tomcat max HTTP Threads configuration is correct.