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