Package com.ibm.cloud.cloudant.v1.model
Class ActiveTask
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.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.
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getChangesDone
Gets the changesDone. Processed changes.- Returns:
- the changesDone
-
getDatabase
Gets the database. Source database.- Returns:
- the database
-
getNode
Gets the node. Cluster node where the task is running.- Returns:
- the node
-
getPid
Gets the pid. Process ID.- Returns:
- the pid
-
getProgress
Gets the progress. Current percentage progress.- Returns:
- the progress
-
getStartedOn
Gets the startedOn. Schema for a Unix epoch timestamp.- Returns:
- the startedOn
-
getStatus
Gets the status. Task status message.- Returns:
- the status
-
getTask
Gets the task. Task name.- Returns:
- the task
-
getTotalChanges
Gets the totalChanges. Total changes to process.- Returns:
- the totalChanges
-
getType
Gets the type. Operation type.- Returns:
- the type
-
getUpdatedOn
Gets the updatedOn. Schema for a Unix epoch timestamp.- Returns:
- the updatedOn
-