@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Package com.atlassian.confluence.impl.health.checks.rules
-
Interface Summary Interface Description HealthCheckRule Provides rule validation for a specific Health Check. -
Class Summary Class Description AbstractDatabaseCollationRule Convenient superclass for Database Collation Health Check Rules.AbstractDatabaseSetupRule Convenient superclass for Database Setup Health Check Rules.AbstractHealthCheckRule Superclass for Health Check Rules.DataSourceSetupRule AHealthCheckRule
which checks to see if Hibernate is configured to use a JNDI DataSource, and to log a Johnson warning if so.DbConnectionPoolRule Determines whether the Db Connection Pool configuration is correct.HttpThreadsVsDbConnectionPoolRule Determines whether the ratio of HTTP Threads to Database Connection Pool for all connectors is correct.MsSqlCollationRule Determines whether the MS SQL Collation is correct.MySqlCollationRule Determines whether the MySQL Collation is correct.PostgresCollationRule Determines whether the Postgres Collation is correct.SqlServerSetupRule Determines whether the SQL Server setup (isolation level_ is correct.TomcatHttpMaxThreadsRule Determines whether the Tomcat max HTTP Threads configuration is correct.