public abstract class IgniteScheduleProcessorAdapter extends GridProcessorAdapter
GridComponent.DiscoveryDataExchangeTypectx, log| Modifier | Constructor and Description |
|---|---|
protected |
IgniteScheduleProcessorAdapter(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
abstract <R> SchedulerFuture<R> |
schedule(Callable<R> c,
String pattern) |
abstract SchedulerFuture<?> |
schedule(Runnable c,
String pattern) |
assertParameter, collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, toString, validateNodeprotected IgniteScheduleProcessorAdapter(GridKernalContext ctx)
ctx - Kernal context.public abstract SchedulerFuture<?> schedule(Runnable c, String pattern)
c - 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 abstract <R> SchedulerFuture<R> schedule(Callable<R> c, String pattern)
c - 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 Fabric : ver. 2.0.0 Release Date : April 30 2017