| Package | Description |
|---|---|
| org.apache.felix.hc.api.execution |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckExecutionOptions |
HealthCheckExecutionOptions.setCombineTagsWithOr(boolean combineTagsWithOr)
If activated, the given tags will be combined with a logical "or" instead of "and".
|
HealthCheckExecutionOptions |
HealthCheckExecutionOptions.setForceInstantExecution(boolean forceInstantExecution)
If activated, this will ensure that asynchronous checks will be executed immediately.
|
HealthCheckExecutionOptions |
HealthCheckExecutionOptions.setOverrideGlobalTimeout(int overrideGlobalTimeout)
Allows to override the global timeout for this particular execution of the health check.
|
| Modifier and Type | Method and Description |
|---|---|
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.