Class ActiveTask

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ActiveTask
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for information about a running task.
    • Constructor Detail

      • ActiveTask

        public ActiveTask()
    • Method Detail

      • getChangesDone

        public Long getChangesDone()
        Gets the changesDone. Processed changes.
        Returns:
        the changesDone
      • getDatabase

        public String getDatabase()
        Gets the database. Source database.
        Returns:
        the database
      • getNode

        public String getNode()
        Gets the node. Cluster node where the task is running.
        Returns:
        the node
      • getPid

        public String getPid()
        Gets the pid. Process ID.
        Returns:
        the pid
      • getProgress

        public Long getProgress()
        Gets the progress. Current percentage progress.
        Returns:
        the progress
      • getStartedOn

        public Long getStartedOn()
        Gets the startedOn. Schema for a Unix epoch timestamp.
        Returns:
        the startedOn
      • getStatus

        public String getStatus()
        Gets the status. Task status message.
        Returns:
        the status
      • getTask

        public String getTask()
        Gets the task. Task name.
        Returns:
        the task
      • getTotalChanges

        public Long getTotalChanges()
        Gets the totalChanges. Total changes to process.
        Returns:
        the totalChanges
      • getType

        public String getType()
        Gets the type. Operation type.
        Returns:
        the type
      • getUpdatedOn

        public Long getUpdatedOn()
        Gets the updatedOn. Schema for a Unix epoch timestamp.
        Returns:
        the updatedOn