Uses of Interface
org.apache.ignite.IgniteScheduler
-
Packages that use IgniteScheduler Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation. -
-
Uses of IgniteScheduler in org.apache.ignite
Methods in org.apache.ignite that return IgniteScheduler Modifier and Type Method Description IgniteSchedulerIgnite. scheduler()Gets an instance of cron-based scheduler. -
Uses of IgniteScheduler in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement IgniteScheduler Modifier and Type Class Description classIgniteSchedulerImplIgniteSchedulerimplementation.Methods in org.apache.ignite.internal that return IgniteScheduler Modifier and Type Method Description IgniteSchedulerIgniteKernal. scheduler()Gets an instance of cron-based scheduler.
-