Package | Description |
---|---|
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 |
---|---|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(String... tags)
Executes all health checks with the supplied list of tags.
|
Constructor and Description |
---|
CompositeResult(ResultLog log,
List<HealthCheckExecutionResult> executionResults) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionResult
The result of executing a
HealthCheck . |
Modifier and Type | Method and Description |
---|---|
HealthCheckExecutionResult |
HealthCheckExecutorImpl.execute(org.osgi.framework.ServiceReference ref) |
HealthCheckExecutionResult |
ExtendedHealthCheckExecutor.execute(org.osgi.framework.ServiceReference ref) |
HealthCheckExecutionResult |
HealthCheckResultCache.useValidCacheResults(HealthCheckMetadata metadata,
long resultCacheTtlInMs)
Return the cached result if it's still valid.
|
Modifier and Type | Method and Description |
---|---|
List<HealthCheckExecutionResult> |
HealthCheckExecutorImpl.execute(String... tags) |
Modifier and Type | Method and Description |
---|---|
void |
HealthCheckResultCache.updateWith(HealthCheckExecutionResult result)
Update the cache with the result
|
Modifier and Type | Method and Description |
---|---|
void |
HealthCheckResultCache.useValidCacheResults(List<HealthCheckMetadata> metadatas,
Collection<HealthCheckExecutionResult> results,
long resultCacheTtlInMs)
Get the valid cache results
|
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.