Class 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 Detail

      • SchedulerInfo

        public SchedulerInfo()
    • 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