Uses of Interface
org.ektorp.changes.DocumentChange

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

Uses of DocumentChange in org.ektorp
 

Methods in org.ektorp that return types with arguments of type DocumentChange
 List<DocumentChange> CouchDbConnector.changes(ChangesCommand cmd)
          Queries the database for changes.
 Iterator<DocumentChange> StreamingChangesResult.iterator()
           
 

Uses of DocumentChange in org.ektorp.changes
 

Methods in org.ektorp.changes that return DocumentChange
 DocumentChange ChangesFeed.next()
          Retrieves and removes the head of this changes feed, waiting if necessary until an element becomes available.
 DocumentChange ChangesFeed.next(long timeout, TimeUnit unit)
          Retrieves and removes the head of this changes feed, waiting up to the specified wait time if necessary for an element to become available.
 DocumentChange ChangesFeed.poll()
          Retrieves and removes the head of this changes feed, do not wait until an element becomes available. returns null if empty
 

Uses of DocumentChange in org.ektorp.impl
 

Methods in org.ektorp.impl that return types with arguments of type DocumentChange
 List<DocumentChange> StdCouchDbConnector.changes(ChangesCommand cmd)
           
 

Uses of DocumentChange in org.ektorp.impl.changes
 

Classes in org.ektorp.impl.changes that implement DocumentChange
 class StdDocumentChange
           
 

Methods in org.ektorp.impl.changes that return DocumentChange
 DocumentChange ContinuousChangesFeed.next()
           
 DocumentChange ContinuousChangesFeed.next(long timeout, TimeUnit unit)
           
 DocumentChange ContinuousChangesFeed.poll()
           
 



Copyright © 2011. All Rights Reserved.