Class DocumentReplication


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

      • getReplicator

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

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

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

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