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.
-
-
Constructor Summary
Constructors Constructor Description ActiveTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getChangesDone()
Gets the changesDone.String
getDatabase()
Gets the database.String
getNode()
Gets the node.String
getPid()
Gets the pid.Long
getProgress()
Gets the progress.Long
getStartedOn()
Gets the startedOn.String
getStatus()
Gets the status.String
getTask()
Gets the task.Long
getTotalChanges()
Gets the totalChanges.String
getType()
Gets the type.Long
getUpdatedOn()
Gets the updatedOn.
-
-
-
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
-
-