|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentOperationResult | |
|---|---|
| org.ektorp | |
| org.ektorp.impl | |
| Uses of DocumentOperationResult in org.ektorp |
|---|
| Methods in org.ektorp that return DocumentOperationResult | |
|---|---|
static DocumentOperationResult |
DocumentOperationResult.newInstance(String id,
String revision)
|
static DocumentOperationResult |
DocumentOperationResult.newInstance(String id,
String error,
String reason)
|
| Methods in org.ektorp that return types with arguments of type DocumentOperationResult | |
|---|---|
List<DocumentOperationResult> |
CouchDbConnector.executeAllOrNothing(Collection<?> objects)
Creates, updates or deletes all objects in the supplied collection. |
List<DocumentOperationResult> |
CouchDbConnector.executeBulk(Collection<?> objects)
Creates, updates or deletes all objects in the supplied collection. |
List<DocumentOperationResult> |
CouchDbConnector.flushBulkBuffer()
Sends the bulk buffer attached the the executing thread to the database (through a executeBulk call). |
| Uses of DocumentOperationResult in org.ektorp.impl |
|---|
| Methods in org.ektorp.impl that return DocumentOperationResult | |
|---|---|
DocumentOperationResult |
RevisionResponseHandler.success(HttpResponse hr)
|
| Methods in org.ektorp.impl that return types with arguments of type DocumentOperationResult | |
|---|---|
List<DocumentOperationResult> |
StdCouchDbConnector.executeAllOrNothing(Collection<?> objects)
|
List<DocumentOperationResult> |
StdCouchDbConnector.executeBulk(Collection<?> objects)
|
List<DocumentOperationResult> |
StdCouchDbConnector.flushBulkBuffer()
|
List<DocumentOperationResult> |
BulkOperationResponseHandler.success(HttpResponse hr)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||