Package com.couchbase.lite
Class PeerDocumentReplication
java.lang.Object
com.couchbase.lite.PeerDocumentReplication
Document replication status for a peer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A listener for document replication status. -
Method Summary
-
Method Details
-
getPeer
The associated peer.- Returns:
- The peer ID.
-
isPush
public boolean isPush()A flag indicating the direction of the replication.- Returns:
- true if the replication is inbound, false if it is outbound.
-
getDocuments
Replicated documents.- Returns:
- The list of replicated documents.
-