public interface DurableBackgroundTask extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Method that marks task as complete.
|
void |
execute(GridKernalContext ctx)
Method that executes the task.
|
boolean |
isCompleted()
Method that return completion flag.
|
void |
onCancel()
Callback for task cancellation.
|
String |
shortName()
Short unique name of the task is used to build metastorage key for saving this task and for logging.
|
String shortName()
void execute(GridKernalContext ctx)
ctx - Grid kernal context.void complete()
boolean isCompleted()
void onCancel()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021