| Package | Description |
|---|---|
| org.xbib.elasticsearch.plugin.jdbc.cron |
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
CronThreadPoolExecutor.schedule(Runnable task,
CronExpression expression) |
Future<?> |
CronExecutorService.schedule(Runnable task,
CronExpression expression)
Schedules the specified task to execute according to the specified cron expression.
|
| Constructor and Description |
|---|
CronExpression(CronExpression expression)
Constructs a new
CronExpression as a copy of an existing
instance. |
elasticsearch-river-jdbc