Uses of Interface
com.atlassian.confluence.impl.health.checks.rules.HealthCheckRule
-
Packages that use HealthCheckRule Package Description com.atlassian.confluence.impl.health.checks com.atlassian.confluence.impl.health.checks.rules -
-
Uses of HealthCheckRule in com.atlassian.confluence.impl.health.checks
Constructor parameters in com.atlassian.confluence.impl.health.checks with type arguments of type HealthCheckRule Constructor Description DatabaseCollationHealthCheck(Map<String,HealthCheckRule> databaseRules, DatabaseConfigHelper databaseConfigHelper)DatabaseSetupHealthCheck(Map<String,HealthCheckRule> databaseSetupRules, DatabaseConfigHelper databaseConfigHelper)HttpThreadsVsDbConnectionsHealthCheck(List<HealthCheckRule> rules) -
Uses of HealthCheckRule in com.atlassian.confluence.impl.health.checks.rules
Classes in com.atlassian.confluence.impl.health.checks.rules that implement HealthCheckRule Modifier and Type Class Description classAbstractDatabaseCollationRuleConvenient superclass for Database Collation Health Check Rules.classAbstractDatabaseSetupRuleConvenient superclass for Database Setup Health Check Rules.classAbstractHealthCheckRuleSuperclass for Health Check Rules.classDbConnectionPoolRuleDetermines whether the Db Connection Pool configuration is correct.classHttpThreadsVsDbConnectionPoolRuleDetermines whether the ratio of HTTP Threads to Database Connection Pool for all connectors is correct.classMsSqlCollationRuleDetermines whether the MS SQL Collation is correct.classMySqlCollationRuleDetermines whether the MySQL Collation is correct.classPostgresCollationRuleDetermines whether the Postgres Collation is correct.classSqlServerSetupRuleDetermines whether the SQL Server setup (isolation level_ is correct.classTomcatHttpMaxThreadsRuleDetermines whether the Tomcat max HTTP Threads configuration is correct.
-