November 2018
Beginner to intermediate
260 pages
6h 12m
English
We configured closures and jobs, and executed them on remote nodes using the MapReduce/distributed closure API. Apache Ignite's job scheduler API can execute remote jobs periodically. The IgniteScheduler.scheduleLocal() method can be configured to execute periodically on a local node using the UNIX cron syntax. The IgniteScheduler APIs operate on Runnable and Callable. The following are the IgniteScheduler methods:

In this section, we will examine local job scheduling. If you want to execute a code snippet after N secs/minutes/hours and so on, the steps are as follows:
Read now
Unlock full access