| Package | Description |
|---|---|
| org.ektorp | |
| org.ektorp.changes | |
| org.ektorp.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ChangesCommand |
ChangesCommand.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ChangesCommand.Builder |
ChangesCommand.Builder.merge(ChangesCommand other) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentChange> |
StdCouchDbConnector.changes(ChangesCommand cmd) |
StreamingChangesResult |
StdCouchDbConnector.changesAsStream(ChangesCommand cmd) |
ChangesFeed |
StdCouchDbConnector.changesFeed(ChangesCommand cmd) |
Copyright © 2017. All rights reserved.