public class ComputeTaskView extends Object
SystemView
.Constructor and Description |
---|
ComputeTaskView(IgniteUuid id,
org.apache.ignite.internal.processors.task.GridTaskWorker worker) |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
affinityCacheName() |
int |
affinityPartitionId() |
long |
endTime() |
String |
execName() |
IgniteUuid |
id() |
boolean |
internal() |
IgniteUuid |
jobId()
Deprecated.
Use
id() or sessionId() instead. |
IgniteUuid |
sessionId()
sessionId() value equal to the value of ComputeJobView.sessionId()
if both records represents parts of the same computation. |
long |
startTime() |
String |
taskClassName() |
String |
taskName() |
UUID |
taskNodeId() |
String |
userVersion() |
public ComputeTaskView(IgniteUuid id, org.apache.ignite.internal.processors.task.GridTaskWorker worker)
id
- Task id.worker
- Worker for task.public IgniteUuid id()
public IgniteUuid sessionId()
sessionId()
value equal to the value of ComputeJobView.sessionId()
if both records represents parts of the same computation.ComputeJobView.sessionId()
public UUID taskNodeId()
public boolean internal()
True
if task is internal.public String taskName()
public String taskClassName()
public long startTime()
public long endTime()
public String execName()
@Nullable public @Nullable String affinityCacheName()
null
for non affinity call.public int affinityPartitionId()
-1
for non affinity call.@Deprecated public IgniteUuid jobId()
id()
or sessionId()
instead.public String userVersion()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024