| Package | Description | 
|---|---|
| org.apache.sling.hc.api.execution | |
| org.apache.sling.hc.util | 
| Modifier and Type | Method and Description | 
|---|---|
static HealthCheckSelector | 
HealthCheckSelector.empty()
Deprecated.  
  | 
static HealthCheckSelector | 
HealthCheckSelector.names(java.lang.String... names)
Deprecated.  
  | 
static HealthCheckSelector | 
HealthCheckSelector.tags(java.lang.String... tags)
Deprecated.  
  | 
HealthCheckSelector | 
HealthCheckSelector.withNames(java.lang.String... names)
Deprecated.  
Copy the specified names into the current names array. 
 | 
HealthCheckSelector | 
HealthCheckSelector.withTags(java.lang.String... tags)
Deprecated.  
Copy the specified names into the current tags array. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<HealthCheckExecutionResult> | 
HealthCheckExecutor.execute(HealthCheckSelector selector)
Deprecated.  
Executes all health checks matching the supplied filter options. 
 | 
java.util.List<HealthCheckExecutionResult> | 
HealthCheckExecutor.execute(HealthCheckSelector selector,
       HealthCheckExecutionOptions options)
Deprecated.  
Executes all health checks with the supplied filter options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<HealthCheck> | 
HealthCheckFilter.getHealthChecks(HealthCheckSelector selector)
Deprecated.  
  | 
org.osgi.framework.ServiceReference[] | 
HealthCheckFilter.getHealthCheckServiceReferences(HealthCheckSelector selector)
Deprecated.  
  | 
org.osgi.framework.ServiceReference[] | 
HealthCheckFilter.getHealthCheckServiceReferences(HealthCheckSelector selector,
                               boolean combineTagsWithOr)
Deprecated.  
  | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.