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
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type HealthCheckRule Constructor Description DatabaseSetupHealthCheck(HealthCheckRule... databaseSetupRules)
Constructor parameters in com.atlassian.confluence.impl.health.checks with type arguments of type HealthCheckRule Constructor Description DatabaseCollationHealthCheck(Map<String,HealthCheckRule> databaseRules, 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 class
AbstractDatabaseCollationRule
Convenient superclass for Database Collation Health Check Rules.class
AbstractDatabaseSetupRule
Convenient superclass for Database Setup Health Check Rules.class
AbstractHealthCheckRule
Superclass for Health Check Rules.class
DataSourceSetupRule
AHealthCheckRule
which checks to see if Hibernate is configured to use a JNDI DataSource, and to log a Johnson warning if so.class
DbConnectionPoolRule
Determines whether the Db Connection Pool configuration is correct.class
HttpThreadsVsDbConnectionPoolRule
Determines whether the ratio of HTTP Threads to Database Connection Pool for all connectors is correct.class
MsSqlCollationRule
Determines whether the MS SQL Collation is correct.class
MySqlCollationRule
Determines whether the MySQL Collation is correct.class
PostgresCollationRule
Determines whether the Postgres Collation is correct.class
SqlServerSetupRule
Determines whether the SQL Server setup (isolation level_ is correct.class
TomcatHttpMaxThreadsRule
Determines whether the Tomcat max HTTP Threads configuration is correct.
-