Package | Description |
---|---|
org.apache.sling.hc.api | |
org.apache.sling.hc.api.execution | |
org.apache.sling.hc.core.impl | |
org.apache.sling.hc.core.impl.executor |
Modifier and Type | Method and Description |
---|---|
Result |
HealthCheck.execute()
Execute this health check and return a
Result
This is meant to execute quickly, access to external
systems, for example, should be managed asynchronously. |
Modifier and Type | Method and Description |
---|---|
Result |
HealthCheckExecutionResult.getHealthCheckResult()
Get the result of the health check run.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeResult |
Modifier and Type | Method and Description |
---|---|
Result |
ScriptableHealthCheck.execute() |
Result |
JmxAttributeHealthCheck.execute() |
Result |
CompositeHealthCheck.execute() |
Modifier and Type | Method and Description |
---|---|
Result |
ExecutionResult.getHealthCheckResult() |
Constructor and Description |
---|
ExecutionResult(HealthCheckMetadata metadata,
Result simpleResult,
long elapsedTimeInMs)
Shortcut constructor for a result
|
ExecutionResult(HealthCheckMetadata metadata,
Result simpleResult,
long elapsedTimeInMs,
boolean timedout)
Full constructor
|
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.