Uses of Class
org.apache.felix.hc.core.impl.executor.HealthCheckResultCache
-
Packages that use HealthCheckResultCache Package Description org.apache.felix.hc.core.impl.executor.async -
-
Uses of HealthCheckResultCache in org.apache.felix.hc.core.impl.executor.async
Methods in org.apache.felix.hc.core.impl.executor.async with parameters of type HealthCheckResultCache Modifier and Type Method Description void
AsyncHealthCheckExecutor. collectAsyncResults(List<org.apache.felix.hc.api.execution.HealthCheckMetadata> healthCheckDescriptors, Collection<org.apache.felix.hc.api.execution.HealthCheckExecutionResult> results, HealthCheckResultCache cache)
Called by the main Executor to get results from async HCs
-