Uses of Class
org.ektorp.changes.ChangesCommand

Packages that use ChangesCommand
org.ektorp   
org.ektorp.changes   
org.ektorp.impl   
 

Uses of ChangesCommand in org.ektorp
 

Methods in org.ektorp with parameters of type ChangesCommand
 java.util.List<DocumentChange> CouchDbConnector.changes(ChangesCommand cmd)
          Queries the database for changes.
 ChangesFeed CouchDbConnector.changesFeed(ChangesCommand cmd)
          Sets up a continuous changes feed.
 

Uses of ChangesCommand in org.ektorp.changes
 

Methods in org.ektorp.changes that return ChangesCommand
 ChangesCommand ChangesCommand.Builder.build()
           
 

Methods in org.ektorp.changes with parameters of type ChangesCommand
 ChangesCommand.Builder ChangesCommand.Builder.merge(ChangesCommand other)
           
 

Uses of ChangesCommand in org.ektorp.impl
 

Methods in org.ektorp.impl with parameters of type ChangesCommand
 java.util.List<DocumentChange> StdCouchDbConnector.changes(ChangesCommand cmd)
           
 ChangesFeed StdCouchDbConnector.changesFeed(ChangesCommand cmd)
           
 



Copyright © 2011. All Rights Reserved.