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
 List<DocumentChange> CouchDbConnector.changes(ChangesCommand cmd)
          Queries the database for changes.
 StreamingChangesResult CouchDbConnector.changesAsStream(ChangesCommand cmd)
          Queries the database for changes. this operation gives you the result as a iterable stream of documentchange objects, the stream should be closed when finished
 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
 List<DocumentChange> StdCouchDbConnector.changes(ChangesCommand cmd)
           
 StreamingChangesResult StdCouchDbConnector.changesAsStream(ChangesCommand cmd)
           
 ChangesFeed StdCouchDbConnector.changesFeed(ChangesCommand cmd)
           
 



Copyright © 2011. All Rights Reserved.