Class DocumentReplication

java.lang.Object
com.couchbase.lite.DocumentReplication

public final class DocumentReplication extends Object
The representation of the replication of a document.
  • Method Details

    • getReplicator

      @NonNull public Replicator getReplicator()
      Return the source replicator.
    • isPush

      public boolean isPush()
      The direction of replication for the affected documents.
    • getDocuments

      @NonNull public List<ReplicatedDocument> getDocuments()
      The list of affected documents.
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object