Package | Description |
---|---|
org.apache.felix.hc.api.execution |
Modifier and Type | Method and Description |
---|---|
static HealthCheckSelector |
HealthCheckSelector.empty() |
static HealthCheckSelector |
HealthCheckSelector.names(String... names) |
static HealthCheckSelector |
HealthCheckSelector.tags(String... tags) |
HealthCheckSelector |
HealthCheckSelector.withNames(String... names)
Copy the specified names into the current names array.
|
HealthCheckSelector |
HealthCheckSelector.withTags(String... tags)
Copy the specified names into the current tags array.
|
Modifier and Type | Method and Description |
---|---|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(HealthCheckSelector selector)
Executes all health checks matching the supplied filter options.
|
List<HealthCheckExecutionResult> |
HealthCheckExecutor.execute(HealthCheckSelector selector,
HealthCheckExecutionOptions options)
Executes all health checks with the supplied filter options.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.