TASKS
Compute tasks
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This view exposes information about currently running compute tasks started by a node. For instance, let's assume that an application started a compute task using the thick client's API, and a task's job was executed on a server node. In this case, the thick client will report statistics related to the task through this system view while and not the server node. The latter will only update its job execution statistics.
NAME | TYPE | DESCRIPTION |
|---|---|---|
AFFINITY_CACHE_NAME | string | Cache name |
AFFINITY_PARTITION_ID | int | Cache partition id |
END_TIME | long | End time |
EXEC_NAME | string | Thread pool name executing task |
INTERNAL | boolean | True if task is internal |
JOB_ID | UUID | Compute job ID |
START_TIME | long | Start time |
TASK_CLASS_NAME | string | Task class name |
TASK_NAME | string | Task name |
TASK_NODE_ID | UUID | Task originating node id |
USER_VERSION | string | Task user version |
Updated 9 months ago
