ComputeNodeInformation 类
定义
Information about the compute node on which a task ran.
public class ComputeNodeInformation
- 继承
-
java.lang.ObjectComputeNodeInformation
方法
affinityId() |
Get the affinityId value.
|
nodeId() |
Get the nodeId value.
|
nodeUrl() |
Get the nodeUrl value.
|
poolId() |
Get the poolId value.
|
taskRootDirectory() |
Get the taskRootDirectory value.
|
taskRootDirectoryUrl() |
Get the taskRootDirectoryUrl value.
|
withAffinityId(String affinityId) |
Set the affinityId value.
|
withNodeId(String nodeId) |
Set the nodeId value.
|
withNodeUrl(String nodeUrl) |
Set the nodeUrl value.
|
withPoolId(String poolId) |
Set the poolId value.
|
withTaskRootDirectory(String taskRootDirectory) |
Set the taskRootDirectory value.
|
withTaskRootDirectoryUrl(String taskRootDirectoryUrl) |
Set the taskRootDirectoryUrl value.
|