Package | Description |
---|---|
org.ektorp | |
org.ektorp.changes | |
org.ektorp.impl | |
org.ektorp.impl.changes |
Modifier and Type | Method and Description |
---|---|
List<DocumentChange> |
CouchDbConnector.changes(ChangesCommand cmd)
Queries the database for changes.
|
Iterator<DocumentChange> |
StreamingChangesResult.iterator() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
List<DocumentChange> |
StdCouchDbConnector.changes(ChangesCommand cmd) |
Modifier and Type | Class and Description |
---|---|
class |
StdDocumentChange |
Modifier and Type | Method and Description |
---|---|
DocumentChange |
ContinuousChangesFeed.next() |
DocumentChange |
ContinuousChangesFeed.next(long timeout,
TimeUnit unit) |
DocumentChange |
ContinuousChangesFeed.poll() |
Copyright © 2013. All Rights Reserved.