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(String... names)
Deprecated.
|
static HealthCheckSelector |
HealthCheckSelector.tags(String... tags)
Deprecated.
|
HealthCheckSelector |
HealthCheckSelector.withNames(String... names)
Deprecated.
Copy the specified names into the current names array.
|
HealthCheckSelector |
HealthCheckSelector.withTags(String... tags)
Deprecated.
Copy the specified names into the current tags array.
|
Modifier and Type | Method and Description |
---|---|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(HealthCheckSelector selector)
Deprecated.
Executes all health checks matching the supplied filter options.
|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(HealthCheckSelector selector,
HealthCheckExecutionOptions options)
Deprecated.
Executes all health checks with the supplied filter options.
|
Modifier and Type | Method and Description |
---|---|
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 © 2013–2019 The Apache Software Foundation. All rights reserved.