public class IgniteNoopScheduleProcessor extends IgniteScheduleProcessorAdapter
IgniteScheduleProcessorAdapter, throws exception on usage attempt.GridComponent.DiscoveryDataExchangeTypectx, diagnosticLog, log| Constructor and Description |
|---|
IgniteNoopScheduleProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<R> SchedulerFuture<R> |
schedule(Callable<R> c,
String pattern) |
SchedulerFuture<?> |
schedule(Runnable c,
String pattern) |
assertParameter, collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, toString, validateNode, validateNodepublic IgniteNoopScheduleProcessor(GridKernalContext ctx)
ctx - Kernal context.public SchedulerFuture<?> schedule(Runnable c, String pattern)
schedule in class IgniteScheduleProcessorAdapterc - Closure to schedule to run as a background cron-based job.pattern - Scheduling pattern in UNIX cron format with prefix "{n1, n2} " where n1 is delay of scheduling
and n2 is the number of task calls.public <R> SchedulerFuture<R> schedule(Callable<R> c, String pattern)
schedule in class IgniteScheduleProcessorAdapterc - Closure to schedule to run as a background cron-based job.pattern - Scheduling pattern in UNIX cron format with prefix "{n1, n2} " where n1 is delay of scheduling
and n2 is the number of task calls.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023