Package com.ibm.cloud.cloudant.v1.model
Class SchedulerInfo
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.SchedulerInfo
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SchedulerInfo extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for scheduler document information. A JSON object that may contain additional information about the state. For error states this will contain an error field and string value.
-
-
Constructor Summary
Constructors Constructor Description SchedulerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getChangesPending()
Gets the changesPending.String
getCheckpointedSourceSeq()
Gets the checkpointedSourceSeq.Long
getDocsRead()
Gets the docsRead.Long
getDocsWritten()
Gets the docsWritten.Long
getDocWriteFailures()
Gets the docWriteFailures.String
getError()
Gets the error.Long
getMissingRevisionsFound()
Gets the missingRevisionsFound.Long
getRevisionsChecked()
Gets the revisionsChecked.String
getSourceSeq()
Gets the sourceSeq.String
getThroughSeq()
Gets the throughSeq.
-
-
-
Method Detail
-
getChangesPending
public Long getChangesPending()
Gets the changesPending. The count of changes not yet replicated.- Returns:
- the changesPending
-
getCheckpointedSourceSeq
public String getCheckpointedSourceSeq()
Gets the checkpointedSourceSeq. The source sequence id which was last successfully replicated.- Returns:
- the checkpointedSourceSeq
-
getDocWriteFailures
public Long getDocWriteFailures()
Gets the docWriteFailures. The count of docs which failed to be written to the target.- Returns:
- the docWriteFailures
-
getDocsRead
public Long getDocsRead()
Gets the docsRead. The count of docs which have been read from the source.- Returns:
- the docsRead
-
getDocsWritten
public Long getDocsWritten()
Gets the docsWritten. The count of docs which have been written to the target.- Returns:
- the docsWritten
-
getError
public String getError()
Gets the error. Replication error message.- Returns:
- the error
-
getMissingRevisionsFound
public Long getMissingRevisionsFound()
Gets the missingRevisionsFound. The count of revisions which were found on the source, but missing from the target.- Returns:
- the missingRevisionsFound
-
getRevisionsChecked
public Long getRevisionsChecked()
Gets the revisionsChecked. The count of revisions which have been checked since this replication began.- Returns:
- the revisionsChecked
-
getSourceSeq
public String getSourceSeq()
Gets the sourceSeq. The last sequence number obtained from the source database changes feed.- Returns:
- the sourceSeq
-
getThroughSeq
public String getThroughSeq()
Gets the throughSeq. The last sequence number processed by the replicator.- Returns:
- the throughSeq
-
-