Class ComputeTaskView


  • public class ComputeTaskView
    extends Object
    Compute task representation for a SystemView.
    • Constructor Detail

      • ComputeTaskView

        public ComputeTaskView​(IgniteUuid id,
                               org.apache.ignite.internal.processors.task.GridTaskWorker worker)
        Parameters:
        id - Task id.
        worker - Worker for task.
    • Method Detail

      • taskNodeId

        public UUID taskNodeId()
        Returns:
        Task node id.
      • internal

        public boolean internal()
        Returns:
        True if task is internal.
      • taskName

        public String taskName()
        Returns:
        Task name.
      • taskClassName

        public String taskClassName()
        Returns:
        Task class name.
      • startTime

        public long startTime()
        Returns:
        Start time in milliseconds.
      • endTime

        public long endTime()
        Returns:
        End time in milliseconds.
      • execName

        public String execName()
        Returns:
        Executor name.
      • affinityCacheName

        @Nullable
        public @Nullable String affinityCacheName()
        Returns:
        Affinity cache name or null for non affinity call.
      • affinityPartitionId

        public int affinityPartitionId()
        Returns:
        Affinity partition id or -1 for non affinity call.
      • userVersion

        public String userVersion()
        Returns:
        User provided version.