Uses of Class
org.lightcouch.ReplicatorDocument
-
-
Uses of ReplicatorDocument in org.lightcouch
Fields in org.lightcouch declared as ReplicatorDocument Modifier and Type Field Description private ReplicatorDocument
Replicator. replicatorDoc
Methods in org.lightcouch that return ReplicatorDocument Modifier and Type Method Description ReplicatorDocument
Replicator. find()
Finds a document in the replicator database.Methods in org.lightcouch that return types with arguments of type ReplicatorDocument Modifier and Type Method Description java.util.List<ReplicatorDocument>
Replicator. findAll()
Finds all documents in the replicator database.
-