Class ComputeNodeInformation


  • public class ComputeNodeInformation
    extends Object
    Information about the Compute Node on which a Task ran.
    • Constructor Detail

      • ComputeNodeInformation

        public ComputeNodeInformation()
    • Method Detail

      • affinityId

        public String affinityId()
        Get the affinityId value.
        Returns:
        the affinityId value
      • withAffinityId

        public ComputeNodeInformation withAffinityId​(String affinityId)
        Set the affinityId value.
        Parameters:
        affinityId - the affinityId value to set
        Returns:
        the ComputeNodeInformation object itself.
      • nodeUrl

        public String nodeUrl()
        Get the nodeUrl value.
        Returns:
        the nodeUrl value
      • withNodeUrl

        public ComputeNodeInformation withNodeUrl​(String nodeUrl)
        Set the nodeUrl value.
        Parameters:
        nodeUrl - the nodeUrl value to set
        Returns:
        the ComputeNodeInformation object itself.
      • poolId

        public String poolId()
        Get the poolId value.
        Returns:
        the poolId value
      • withPoolId

        public ComputeNodeInformation withPoolId​(String poolId)
        Set the poolId value.
        Parameters:
        poolId - the poolId value to set
        Returns:
        the ComputeNodeInformation object itself.
      • nodeId

        public String nodeId()
        Get the nodeId value.
        Returns:
        the nodeId value
      • withNodeId

        public ComputeNodeInformation withNodeId​(String nodeId)
        Set the nodeId value.
        Parameters:
        nodeId - the nodeId value to set
        Returns:
        the ComputeNodeInformation object itself.
      • taskRootDirectory

        public String taskRootDirectory()
        Get the taskRootDirectory value.
        Returns:
        the taskRootDirectory value
      • withTaskRootDirectory

        public ComputeNodeInformation withTaskRootDirectory​(String taskRootDirectory)
        Set the taskRootDirectory value.
        Parameters:
        taskRootDirectory - the taskRootDirectory value to set
        Returns:
        the ComputeNodeInformation object itself.
      • taskRootDirectoryUrl

        public String taskRootDirectoryUrl()
        Get the taskRootDirectoryUrl value.
        Returns:
        the taskRootDirectoryUrl value
      • withTaskRootDirectoryUrl

        public ComputeNodeInformation withTaskRootDirectoryUrl​(String taskRootDirectoryUrl)
        Set the taskRootDirectoryUrl value.
        Parameters:
        taskRootDirectoryUrl - the taskRootDirectoryUrl value to set
        Returns:
        the ComputeNodeInformation object itself.