Package org.apache.ignite.compute.task
Interface TaskExecutionContext
public interface TaskExecutionContext
Context of the compute task execution.
-
Method Summary
Modifier and TypeMethodDescriptionignite()
Ignite API entry point.boolean
Flag indicating whether the task was cancelled.
-
Method Details
-
ignite
Ignite ignite()Ignite API entry point.- Returns:
- Ignite instance.
-
isCancelled
boolean isCancelled()Flag indicating whether the task was cancelled.- Returns:
true
when the task was cancelled.
-