Class CloudTask


  • public class CloudTask
    extends Object
    An Azure Batch Task. Batch will retry Tasks when a recovery operation is triggered on a Node. Examples of recovery operations include (but are not limited to) when an unhealthy Node is rebooted or a Compute Node disappeared due to host failure. Retries due to recovery operations are independent of and are not counted against the maxTaskRetryCount. Even if the maxTaskRetryCount is 0, an internal retry due to a recovery operation may occur. Because of this, all Tasks should be idempotent. This means Tasks need to tolerate being interrupted and restarted without causing any corruption or duplicate data. The best practice for long running Tasks is to use some form of checkpointing.
    • Constructor Detail

      • CloudTask

        public CloudTask()
    • Method Detail

      • id

        public String id()
        Get the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
        Returns:
        the id value
      • withId

        public CloudTask withId​(String id)
        Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.
        Parameters:
        id - the id value to set
        Returns:
        the CloudTask object itself.
      • displayName

        public String displayName()
        Get the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
        Returns:
        the displayName value
      • withDisplayName

        public CloudTask withDisplayName​(String displayName)
        Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
        Parameters:
        displayName - the displayName value to set
        Returns:
        the CloudTask object itself.
      • url

        public String url()
        Get the url value.
        Returns:
        the url value
      • withUrl

        public CloudTask withUrl​(String url)
        Set the url value.
        Parameters:
        url - the url value to set
        Returns:
        the CloudTask object itself.
      • eTag

        public String eTag()
        Get this is an opaque string. You can use it to detect whether the Task has changed between requests. In particular, you can be pass the ETag when updating a Task to specify that your changes should take effect only if nobody else has modified the Task in the meantime.
        Returns:
        the eTag value
      • withETag

        public CloudTask withETag​(String eTag)
        Set this is an opaque string. You can use it to detect whether the Task has changed between requests. In particular, you can be pass the ETag when updating a Task to specify that your changes should take effect only if nobody else has modified the Task in the meantime.
        Parameters:
        eTag - the eTag value to set
        Returns:
        the CloudTask object itself.
      • lastModified

        public org.joda.time.DateTime lastModified()
        Get the lastModified value.
        Returns:
        the lastModified value
      • withLastModified

        public CloudTask withLastModified​(org.joda.time.DateTime lastModified)
        Set the lastModified value.
        Parameters:
        lastModified - the lastModified value to set
        Returns:
        the CloudTask object itself.
      • creationTime

        public org.joda.time.DateTime creationTime()
        Get the creationTime value.
        Returns:
        the creationTime value
      • withCreationTime

        public CloudTask withCreationTime​(org.joda.time.DateTime creationTime)
        Set the creationTime value.
        Parameters:
        creationTime - the creationTime value to set
        Returns:
        the CloudTask object itself.
      • exitConditions

        public ExitConditions exitConditions()
        Get how the Batch service should respond when the Task completes.
        Returns:
        the exitConditions value
      • withExitConditions

        public CloudTask withExitConditions​(ExitConditions exitConditions)
        Set how the Batch service should respond when the Task completes.
        Parameters:
        exitConditions - the exitConditions value to set
        Returns:
        the CloudTask object itself.
      • state

        public TaskState state()
        Get possible values include: 'active', 'preparing', 'running', 'completed'.
        Returns:
        the state value
      • withState

        public CloudTask withState​(TaskState state)
        Set possible values include: 'active', 'preparing', 'running', 'completed'.
        Parameters:
        state - the state value to set
        Returns:
        the CloudTask object itself.
      • stateTransitionTime

        public org.joda.time.DateTime stateTransitionTime()
        Get the stateTransitionTime value.
        Returns:
        the stateTransitionTime value
      • withStateTransitionTime

        public CloudTask withStateTransitionTime​(org.joda.time.DateTime stateTransitionTime)
        Set the stateTransitionTime value.
        Parameters:
        stateTransitionTime - the stateTransitionTime value to set
        Returns:
        the CloudTask object itself.
      • previousState

        public TaskState previousState()
        Get this property is not set if the Task is in its initial Active state. Possible values include: 'active', 'preparing', 'running', 'completed'.
        Returns:
        the previousState value
      • withPreviousState

        public CloudTask withPreviousState​(TaskState previousState)
        Set this property is not set if the Task is in its initial Active state. Possible values include: 'active', 'preparing', 'running', 'completed'.
        Parameters:
        previousState - the previousState value to set
        Returns:
        the CloudTask object itself.
      • previousStateTransitionTime

        public org.joda.time.DateTime previousStateTransitionTime()
        Get this property is not set if the Task is in its initial Active state.
        Returns:
        the previousStateTransitionTime value
      • withPreviousStateTransitionTime

        public CloudTask withPreviousStateTransitionTime​(org.joda.time.DateTime previousStateTransitionTime)
        Set this property is not set if the Task is in its initial Active state.
        Parameters:
        previousStateTransitionTime - the previousStateTransitionTime value to set
        Returns:
        the CloudTask object itself.
      • commandLine

        public String commandLine()
        Get for multi-instance Tasks, the command line is executed as the primary Task, after the primary Task and all subtasks have finished executing the coordination command line. The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path (relative to the Task working directory), or use the Batch provided environment variable (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables).
        Returns:
        the commandLine value
      • withCommandLine

        public CloudTask withCommandLine​(String commandLine)
        Set for multi-instance Tasks, the command line is executed as the primary Task, after the primary Task and all subtasks have finished executing the coordination command line. The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path (relative to the Task working directory), or use the Batch provided environment variable (https://docs.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables).
        Parameters:
        commandLine - the commandLine value to set
        Returns:
        the CloudTask object itself.
      • containerSettings

        public TaskContainerSettings containerSettings()
        Get if the Pool that will run this Task has containerConfiguration set, this must be set as well. If the Pool that will run this Task doesn't have containerConfiguration set, this must not be set. When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container. Files produced in the container outside of AZ_BATCH_NODE_ROOT_DIR might not be reflected to the host disk, meaning that Batch file APIs will not be able to access those files.
        Returns:
        the containerSettings value
      • withContainerSettings

        public CloudTask withContainerSettings​(TaskContainerSettings containerSettings)
        Set if the Pool that will run this Task has containerConfiguration set, this must be set as well. If the Pool that will run this Task doesn't have containerConfiguration set, this must not be set. When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all Task environment variables are mapped into the container, and the Task command line is executed in the container. Files produced in the container outside of AZ_BATCH_NODE_ROOT_DIR might not be reflected to the host disk, meaning that Batch file APIs will not be able to access those files.
        Parameters:
        containerSettings - the containerSettings value to set
        Returns:
        the CloudTask object itself.
      • resourceFiles

        public List<ResourceFile> resourceFiles()
        Get for multi-instance Tasks, the resource files will only be downloaded to the Compute Node on which the primary Task is executed. There is a maximum size for the list of resource files. When the max size is exceeded, the request will fail and the response error code will be RequestEntityTooLarge. If this occurs, the collection of ResourceFiles must be reduced in size. This can be achieved using .zip files, Application Packages, or Docker Containers.
        Returns:
        the resourceFiles value
      • withResourceFiles

        public CloudTask withResourceFiles​(List<ResourceFile> resourceFiles)
        Set for multi-instance Tasks, the resource files will only be downloaded to the Compute Node on which the primary Task is executed. There is a maximum size for the list of resource files. When the max size is exceeded, the request will fail and the response error code will be RequestEntityTooLarge. If this occurs, the collection of ResourceFiles must be reduced in size. This can be achieved using .zip files, Application Packages, or Docker Containers.
        Parameters:
        resourceFiles - the resourceFiles value to set
        Returns:
        the CloudTask object itself.
      • outputFiles

        public List<OutputFile> outputFiles()
        Get for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
        Returns:
        the outputFiles value
      • withOutputFiles

        public CloudTask withOutputFiles​(List<OutputFile> outputFiles)
        Set for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.
        Parameters:
        outputFiles - the outputFiles value to set
        Returns:
        the CloudTask object itself.
      • environmentSettings

        public List<EnvironmentSetting> environmentSettings()
        Get the environmentSettings value.
        Returns:
        the environmentSettings value
      • withEnvironmentSettings

        public CloudTask withEnvironmentSettings​(List<EnvironmentSetting> environmentSettings)
        Set the environmentSettings value.
        Parameters:
        environmentSettings - the environmentSettings value to set
        Returns:
        the CloudTask object itself.
      • affinityInfo

        public AffinityInformation affinityInfo()
        Get the affinityInfo value.
        Returns:
        the affinityInfo value
      • withAffinityInfo

        public CloudTask withAffinityInfo​(AffinityInformation affinityInfo)
        Set the affinityInfo value.
        Parameters:
        affinityInfo - the affinityInfo value to set
        Returns:
        the CloudTask object itself.
      • constraints

        public TaskConstraints constraints()
        Get the constraints value.
        Returns:
        the constraints value
      • withConstraints

        public CloudTask withConstraints​(TaskConstraints constraints)
        Set the constraints value.
        Parameters:
        constraints - the constraints value to set
        Returns:
        the CloudTask object itself.
      • requiredSlots

        public Integer requiredSlots()
        Get the default is 1. A Task can only be scheduled to run on a compute node if the node has enough free scheduling slots available. For multi-instance Tasks, this must be 1.
        Returns:
        the requiredSlots value
      • withRequiredSlots

        public CloudTask withRequiredSlots​(Integer requiredSlots)
        Set the default is 1. A Task can only be scheduled to run on a compute node if the node has enough free scheduling slots available. For multi-instance Tasks, this must be 1.
        Parameters:
        requiredSlots - the requiredSlots value to set
        Returns:
        the CloudTask object itself.
      • userIdentity

        public UserIdentity userIdentity()
        Get if omitted, the Task runs as a non-administrative user unique to the Task.
        Returns:
        the userIdentity value
      • withUserIdentity

        public CloudTask withUserIdentity​(UserIdentity userIdentity)
        Set if omitted, the Task runs as a non-administrative user unique to the Task.
        Parameters:
        userIdentity - the userIdentity value to set
        Returns:
        the CloudTask object itself.
      • executionInfo

        public TaskExecutionInformation executionInfo()
        Get the executionInfo value.
        Returns:
        the executionInfo value
      • withExecutionInfo

        public CloudTask withExecutionInfo​(TaskExecutionInformation executionInfo)
        Set the executionInfo value.
        Parameters:
        executionInfo - the executionInfo value to set
        Returns:
        the CloudTask object itself.
      • withNodeInfo

        public CloudTask withNodeInfo​(ComputeNodeInformation nodeInfo)
        Set the nodeInfo value.
        Parameters:
        nodeInfo - the nodeInfo value to set
        Returns:
        the CloudTask object itself.
      • multiInstanceSettings

        public MultiInstanceSettings multiInstanceSettings()
        Get the multiInstanceSettings value.
        Returns:
        the multiInstanceSettings value
      • withMultiInstanceSettings

        public CloudTask withMultiInstanceSettings​(MultiInstanceSettings multiInstanceSettings)
        Set the multiInstanceSettings value.
        Parameters:
        multiInstanceSettings - the multiInstanceSettings value to set
        Returns:
        the CloudTask object itself.
      • stats

        public TaskStatistics stats()
        Get the stats value.
        Returns:
        the stats value
      • withStats

        public CloudTask withStats​(TaskStatistics stats)
        Set the stats value.
        Parameters:
        stats - the stats value to set
        Returns:
        the CloudTask object itself.
      • dependsOn

        public TaskDependencies dependsOn()
        Get this Task will not be scheduled until all Tasks that it depends on have completed successfully. If any of those Tasks fail and exhaust their retry counts, this Task will never be scheduled.
        Returns:
        the dependsOn value
      • withDependsOn

        public CloudTask withDependsOn​(TaskDependencies dependsOn)
        Set this Task will not be scheduled until all Tasks that it depends on have completed successfully. If any of those Tasks fail and exhaust their retry counts, this Task will never be scheduled.
        Parameters:
        dependsOn - the dependsOn value to set
        Returns:
        the CloudTask object itself.
      • applicationPackageReferences

        public List<ApplicationPackageReference> applicationPackageReferences()
        Get application packages are downloaded and deployed to a shared directory, not the Task working directory. Therefore, if a referenced package is already on the Node, and is up to date, then it is not re-downloaded; the existing copy on the Compute Node is used. If a referenced Package cannot be installed, for example because the package has been deleted or because download failed, the Task fails.
        Returns:
        the applicationPackageReferences value
      • withApplicationPackageReferences

        public CloudTask withApplicationPackageReferences​(List<ApplicationPackageReference> applicationPackageReferences)
        Set application packages are downloaded and deployed to a shared directory, not the Task working directory. Therefore, if a referenced package is already on the Node, and is up to date, then it is not re-downloaded; the existing copy on the Compute Node is used. If a referenced Package cannot be installed, for example because the package has been deleted or because download failed, the Task fails.
        Parameters:
        applicationPackageReferences - the applicationPackageReferences value to set
        Returns:
        the CloudTask object itself.
      • authenticationTokenSettings

        public AuthenticationTokenSettings authenticationTokenSettings()
        Get if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key. The token is provided via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations that the Task can carry out using the token depend on the settings. For example, a Task can request Job permissions in order to add other Tasks to the Job, or check the status of the Job or of other Tasks under the Job.
        Returns:
        the authenticationTokenSettings value
      • withAuthenticationTokenSettings

        public CloudTask withAuthenticationTokenSettings​(AuthenticationTokenSettings authenticationTokenSettings)
        Set if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key. The token is provided via the AZ_BATCH_AUTHENTICATION_TOKEN environment variable. The operations that the Task can carry out using the token depend on the settings. For example, a Task can request Job permissions in order to add other Tasks to the Job, or check the status of the Job or of other Tasks under the Job.
        Parameters:
        authenticationTokenSettings - the authenticationTokenSettings value to set
        Returns:
        the CloudTask object itself.