|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.List<DocumentChange> |
CouchDbConnector.changes(ChangesCommand cmd)
Queries the database for changes. |
| 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,
java.util.concurrent.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. |
| Uses of DocumentChange in org.ektorp.impl |
|---|
| Methods in org.ektorp.impl that return types with arguments of type DocumentChange | |
|---|---|
java.util.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,
java.util.concurrent.TimeUnit unit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||