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:
ObjectModel
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.
-
Method Summary
Modifier and TypeMethodDescriptionGets the changesPending.Gets the checkpointedSourceSeq.Gets the docsRead.Gets the docsWritten.Gets the docWriteFailures.getError()
Gets the error.Gets the missingRevisionsFound.Gets the revisionsChecked.Gets the sourceSeq.Gets the throughSeq.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getChangesPending
Gets the changesPending. The count of changes not yet replicated.- Returns:
- the changesPending
-
getCheckpointedSourceSeq
Gets the checkpointedSourceSeq. The source sequence id which was last successfully replicated.- Returns:
- the checkpointedSourceSeq
-
getDocWriteFailures
Gets the docWriteFailures. The count of docs which failed to be written to the target.- Returns:
- the docWriteFailures
-
getDocsRead
Gets the docsRead. The count of docs which have been read from the source.- Returns:
- the docsRead
-
getDocsWritten
Gets the docsWritten. The count of docs which have been written to the target.- Returns:
- the docsWritten
-
getError
Gets the error. Replication error message.- Returns:
- the error
-
getMissingRevisionsFound
Gets the missingRevisionsFound. The count of revisions which were found on the source, but missing from the target.- Returns:
- the missingRevisionsFound
-
getRevisionsChecked
Gets the revisionsChecked. The count of revisions which have been checked since this replication began.- Returns:
- the revisionsChecked
-
getSourceSeq
Gets the sourceSeq. The last sequence number obtained from the source database changes feed.- Returns:
- the sourceSeq
-
getThroughSeq
Gets the throughSeq. The last sequence number processed by the replicator.- Returns:
- the throughSeq
-