Package | Description |
---|---|
org.apache.felix.hc.core.impl.scheduling | |
org.apache.felix.hc.core.impl.scheduling.cron.embedded | |
org.apache.felix.hc.core.impl.scheduling.cron.quartz |
Modifier and Type | Class and Description |
---|---|
class |
AsyncIntervalJob
Runs health checks that are configured with an interval (ScheduledThreadPoolExecutor.scheduleAtFixedRate()) for asynchronous execution.
|
Modifier and Type | Method and Description |
---|---|
AsyncJob |
CronJobFactory.createAsyncCronJob(Runnable runnable,
String id,
String group,
String cronExpression) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncEmbeddedCronJob
Runs health checks/monitors that are configured with a cron expression for
asynchronous execution.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncQuartzCronJob
Async job to be used by async health checks and async monitor.
|
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.