| Package | Description |
|---|---|
| com.atlassian.confluence.impl.health | |
| com.atlassian.confluence.impl.health.checks | |
| com.atlassian.confluence.internal.health |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHealthCheck
Convenient superclass for health checks.
|
class |
HealthCheckTemplate
Simplies the implementation of
HealthChecks. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
DefaultHealthCheckExecutor.PrerequisiteNotInPhaseException.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
Collection<HealthCheck> |
DefaultHealthCheckRegistry.getAll() |
Collection<HealthCheck> |
AbstractHealthCheck.getPrerequisites() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHealthCheckRegistry.register(HealthCheck healthCheck) |
| Modifier and Type | Method and Description |
|---|---|
Set<HealthCheckResult> |
DefaultHealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase) |
| Constructor and Description |
|---|
AbstractHealthCheck(Iterable<HealthCheck> prerequisites) |
HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry,
List<HealthCheck> healthChecks) |
HealthCheckTemplate(Iterable<HealthCheck> prerequisites) |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeHealthCheck
This fake
HealthCheck allows the operator
to simulate a health check failure, for example to test:
The Johnson infrastructure (manually or via automation), or
The "hide.system.error.details" flag.
|
class |
HomeHealthCheck
Checks that a Confluence home directory has been specified, and either exists or can be created.
|
class |
HttpThreadsVsDbConnectionsHealthCheck
A
HealthCheck that checks whether there are enough DB connections
in the pool relative to the maximum number of HTTP threads. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheckResult.getHealthCheck()
Returns the check that gave rise to this result.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<HealthCheck> |
HealthCheckRegistry.getAll()
Returns the health checks in order of execution.
|
Collection<HealthCheck> |
HealthCheck.getPrerequisites()
Returns the checks that must have a non-
EventLevel.FATAL
result before this check can be run. |
| Modifier and Type | Method and Description |
|---|---|
static List<HealthCheckResult> |
HealthCheckResult.fail(HealthCheck healthCheck,
com.atlassian.johnson.event.Event event,
URL kbUrl,
String cause,
String logMessage)
Create a 'failed' result containing the given parameters.
|
void |
HealthCheckRegistry.register(HealthCheck healthCheck)
Registers the given health check for later execution.
|
| Modifier and Type | Method and Description |
|---|---|
Set<HealthCheckResult> |
HealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase)
Executes given health checks for the given phase of the Confluence lifecycle.
|
| Constructor and Description |
|---|
HealthCheckResult(HealthCheck healthCheck,
com.atlassian.johnson.event.Event event,
URL kbUrl,
String cause,
String logMessage) |
Copyright © 2003–2018 Atlassian. All rights reserved.