Uses of Class
org.ektorp.StreamingChangesResult

Packages that use StreamingChangesResult
org.ektorp   
org.ektorp.impl   
 

Uses of StreamingChangesResult in org.ektorp
 

Methods in org.ektorp that return StreamingChangesResult
 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
 

Uses of StreamingChangesResult in org.ektorp.impl
 

Methods in org.ektorp.impl that return StreamingChangesResult
 StreamingChangesResult StdCouchDbConnector.changesAsStream(ChangesCommand cmd)
           
 



Copyright © 2011. All Rights Reserved.