| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.schedule |
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
<R> SchedulerFuture<R> |
IgniteScheduler.scheduleLocal(@NotNull Callable<R> job,
String ptrn)
Schedules job for execution using local cron-based scheduling.
|
SchedulerFuture<?> |
IgniteScheduler.scheduleLocal(@NotNull Runnable job,
String ptrn)
Schedules job for execution using local cron-based scheduling.
|
| Modifier and Type | Method and Description |
|---|---|
<R> SchedulerFuture<R> |
IgniteSchedulerImpl.scheduleLocal(@NotNull Callable<R> job,
String ptrn)
Schedules job for execution using local cron-based scheduling.
|
SchedulerFuture<?> |
IgniteSchedulerImpl.scheduleLocal(@NotNull Runnable job,
String ptrn)
Schedules job for execution using local cron-based scheduling.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <R> SchedulerFuture<R> |
IgniteScheduleProcessorAdapter.schedule(Callable<R> c,
String pattern) |
<R> SchedulerFuture<R> |
IgniteNoopScheduleProcessor.schedule(Callable<R> c,
String pattern) |
abstract SchedulerFuture<?> |
IgniteScheduleProcessorAdapter.schedule(Runnable c,
String pattern) |
SchedulerFuture<?> |
IgniteNoopScheduleProcessor.schedule(Runnable c,
String pattern) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021