Skip navigation links
A C D E F G H I M N O R S T V W 

A

add(ResultLog.Entry) - Method in class org.apache.sling.hc.api.ResultLog
Deprecated.
Add an entry to this log.
ASYNC_CRON_EXPRESSION - Static variable in interface org.apache.sling.hc.api.HealthCheck
Deprecated.
Optional service property: If this property is set the health check will be executed asynchronously using the cron expression provided.

C

check(Object, String, ResultLog) - Method in class org.apache.sling.hc.util.SimpleConstraintChecker
Deprecated.
Check value against expression and report to result
CONTAINS - Static variable in class org.apache.sling.hc.util.SimpleConstraintChecker
Deprecated.
 
critical(String, Object...) - Method in class org.apache.sling.hc.util.FormattingResultLog
Deprecated.
 

D

debug(String, Object...) - Method in class org.apache.sling.hc.util.FormattingResultLog
Deprecated.
 
dispose() - Method in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
Dispose all used service references

E

empty() - Static method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
 
Entry(Result.Status, String) - Constructor for class org.apache.sling.hc.api.ResultLog.Entry
Deprecated.
 
Entry(Result.Status, String, Exception) - Constructor for class org.apache.sling.hc.api.ResultLog.Entry
Deprecated.
 
equals(Object) - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
 
equals(Object) - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
 
execute(HealthCheckSelector) - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutor
Deprecated.
Executes all health checks matching the supplied filter options.
execute(HealthCheckSelector, HealthCheckExecutionOptions) - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutor
Deprecated.
Executes all health checks with the supplied filter options.
execute(String...) - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutor
Deprecated.
use execute(HealthCheckFilter.Options)
execute(HealthCheckExecutionOptions, String...) - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutor
Deprecated.
use execute(HealthCheckFilter.Options, HealthCheckExecutionOptions)
execute() - Method in interface org.apache.sling.hc.api.HealthCheck
Deprecated.
Execute this health check and return a Result This is meant to execute quickly, access to external systems, for example, should be managed asynchronously.

F

FormattingResultLog - Class in org.apache.sling.hc.util
Deprecated.
FormattingResultLog() - Constructor for class org.apache.sling.hc.util.FormattingResultLog
Deprecated.
 

G

getAggregateStatus() - Method in class org.apache.sling.hc.api.ResultLog
Deprecated.
Return our aggregate status, i.e.
getAsyncCronExpression() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
Return the cron expression used for asynchronous execution.
getElapsedTimeInMs() - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutionResult
Deprecated.
Get the elapsed time in ms
getException() - Method in class org.apache.sling.hc.api.ResultLog.Entry
Deprecated.
 
getFinishedAt() - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutionResult
Deprecated.
Get the date, the health check finished or if the execution timed out, the execution was aborted.
getHealthCheckMetadata() - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutionResult
Deprecated.
Get the meta data about the health check service
getHealthCheckResult() - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutionResult
Deprecated.
Get the result of the health check run.
getHealthChecks(HealthCheckSelector) - Method in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
 
getHealthCheckServiceReferences(HealthCheckSelector) - Method in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
 
getHealthCheckServiceReferences(HealthCheckSelector, boolean) - Method in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
 
getMBeanName() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
The mbean name of the health check as defined through the HealthCheck.MBEAN_NAME property.
getMessage() - Method in class org.apache.sling.hc.api.ResultLog.Entry
Deprecated.
 
getName() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
The name of the health check as defined through the HealthCheck.NAME property.
getOverrideGlobalTimeout() - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
 
getResultCacheTtlInMs() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
TTL for the result cache in ms.
getServiceId() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
Return the service id.
getServiceReference() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
Get the service reference.
getStatus() - Method in class org.apache.sling.hc.api.Result
Deprecated.
Return our Status
getStatus() - Method in class org.apache.sling.hc.api.ResultLog.Entry
Deprecated.
 
getTaggedHealthChecks(String...) - Method in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
use getHealthChecks() instead
getTaggedHealthCheckServiceReferences(String...) - Method in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
use getHealthCheckServiceReferences() instead
getTaggedHealthCheckServiceReferences(boolean, String...) - Method in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
use getHealthCheckServiceReferences() instead
getTags() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
Return the list of defined tags for this check as set through HealthCheckMetadata.tags
getTitle() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
The title of the health check.
getWarningsStickForMinutes() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
Make warnings stick for the given amount of time.

H

hashCode() - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
 
hashCode() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
 
hasTimedOut() - Method in interface org.apache.sling.hc.api.execution.HealthCheckExecutionResult
Deprecated.
Returns true if the execution has timed out.
HealthCheck - Interface in org.apache.sling.hc.api
Deprecated.
Use Apache Felix Health Checks now, see https://sling.apache.org/documentation/bundles/sling-health-check-tool.html for migration guide.
healthCheckError(String, Object...) - Method in class org.apache.sling.hc.util.FormattingResultLog
Deprecated.
 
HealthCheckExecutionOptions - Class in org.apache.sling.hc.api.execution
Deprecated.
HealthCheckExecutionOptions() - Constructor for class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
 
HealthCheckExecutionResult - Interface in org.apache.sling.hc.api.execution
Deprecated.
HealthCheckExecutor - Interface in org.apache.sling.hc.api.execution
Deprecated.
HealthCheckFilter - Class in org.apache.sling.hc.util
Deprecated.
HealthCheckFilter(BundleContext) - Constructor for class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
Create a new filter object
HealthCheckMetadata - Class in org.apache.sling.hc.util
Deprecated.
HealthCheckMetadata(ServiceReference) - Constructor for class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
 
HealthCheckSelector - Class in org.apache.sling.hc.api.execution
Deprecated.

I

info(String, Object...) - Method in class org.apache.sling.hc.util.FormattingResultLog
Deprecated.
 
isCombineTagsWithOr() - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
 
isForceInstantExecution() - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
 
isOk() - Method in class org.apache.sling.hc.api.Result
Deprecated.
True if our status is OK - provides a convenient way of checking that.
iterator() - Method in class org.apache.sling.hc.api.Result
Deprecated.
Return an Iterator on the entries of our ResultLog
iterator() - Method in class org.apache.sling.hc.api.ResultLog
Deprecated.
Return an Iterator on our entries

M

MBEAN_NAME - Static variable in interface org.apache.sling.hc.api.HealthCheck
Deprecated.
Optional service property: the name of the MBean for registering the health check as an MBean.
msHumanReadable(long) - Static method in class org.apache.sling.hc.util.FormattingResultLog
Deprecated.
Utility method to return any magnitude of milliseconds in a human readable format using the appropriate time unit (ms, sec, min) depending on the magnitude of the input.

N

NAME - Static variable in interface org.apache.sling.hc.api.HealthCheck
Deprecated.
Optional service property: the name of a health check.
names() - Method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
 
names(String...) - Static method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
 

O

OMIT_PREFIX - Static variable in class org.apache.sling.hc.util.HealthCheckFilter
Deprecated.
 
org.apache.sling.hc.api - package org.apache.sling.hc.api
 
org.apache.sling.hc.api.execution - package org.apache.sling.hc.api.execution
 
org.apache.sling.hc.util - package org.apache.sling.hc.util
 

R

Result - Class in org.apache.sling.hc.api
Deprecated.
Result(Result.Status, String) - Constructor for class org.apache.sling.hc.api.Result
Deprecated.
Build a single-value Result
Result(Result.Status, String, Exception) - Constructor for class org.apache.sling.hc.api.Result
Deprecated.
Build a single-value Result with exception
Result(ResultLog) - Constructor for class org.apache.sling.hc.api.Result
Deprecated.
Build a a Result based on a ResultLog, which can provide more details than a single-value Result.
Result.Status - Enum in org.apache.sling.hc.api
Deprecated.
 
RESULT_CACHE_TTL_IN_MS - Static variable in interface org.apache.sling.hc.api.HealthCheck
Deprecated.
Optional service property: TTL for health check Result.
resultLog - Variable in class org.apache.sling.hc.api.Result
Deprecated.
 
ResultLog - Class in org.apache.sling.hc.api
Deprecated.
ResultLog() - Constructor for class org.apache.sling.hc.api.ResultLog
Deprecated.
Build a log.
ResultLog(ResultLog) - Constructor for class org.apache.sling.hc.api.ResultLog
Deprecated.
Create a copy of the result log
ResultLog.Entry - Class in org.apache.sling.hc.api
Deprecated.
An entry in this log

S

setCombineTagsWithOr(boolean) - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
If activated, the given tags will be combined with a logical "or" instead of "and".
setForceInstantExecution(boolean) - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
If activated, this will ensure that asynchronous checks will be executed immediately.
setOverrideGlobalTimeout(int) - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
Allows to override the global timeout for this particular execution of the health check.
SimpleConstraintChecker - Class in org.apache.sling.hc.util
Deprecated.
SimpleConstraintChecker() - Constructor for class org.apache.sling.hc.util.SimpleConstraintChecker
Deprecated.
 

T

tags() - Method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
 
tags(String...) - Static method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
 
TAGS - Static variable in interface org.apache.sling.hc.api.HealthCheck
Deprecated.
Optional service property: tags for categorizing the health check services.
toString() - Method in class org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
Deprecated.
 
toString() - Method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
 
toString() - Method in class org.apache.sling.hc.api.Result
Deprecated.
 
toString() - Method in class org.apache.sling.hc.api.ResultLog.Entry
Deprecated.
 
toString() - Method in class org.apache.sling.hc.api.ResultLog
Deprecated.
 
toString() - Method in class org.apache.sling.hc.util.HealthCheckMetadata
Deprecated.
 

V

valueOf(String) - Static method in enum org.apache.sling.hc.api.Result.Status
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.hc.api.Result.Status
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String, Object...) - Method in class org.apache.sling.hc.util.FormattingResultLog
Deprecated.
 
WARNINGS_STICK_FOR_MINUTES - Static variable in interface org.apache.sling.hc.api.HealthCheck
Deprecated.
Optional service property: If given, warning results (that is WARN, CRITICAL or HEALTH_CHECK_ERROR) from the past executions will be taken into account as well for the given minutes (use Integer.MAX_VALUE for indefinitely).
withNames(String...) - Method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
Copy the specified names into the current names array.
withTags(String...) - Method in class org.apache.sling.hc.api.execution.HealthCheckSelector
Deprecated.
Copy the specified names into the current tags array.
A C D E F G H I M N O R S T V W 
Skip navigation links

Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.