Package | Description |
---|---|
org.ektorp | |
org.ektorp.impl |
Modifier and Type | Method and Description |
---|---|
static DocumentOperationResult |
DocumentOperationResult.newInstance(String id,
String revision) |
static DocumentOperationResult |
DocumentOperationResult.newInstance(String id,
String error,
String reason) |
Modifier and Type | Method and Description |
---|---|
List<DocumentOperationResult> |
CouchDbConnector.executeAllOrNothing(Collection<?> objects)
Creates, updates or deletes all objects in the supplied collection.
|
List<DocumentOperationResult> |
CouchDbConnector.executeAllOrNothing(InputStream inputStream)
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.executeBulk(InputStream inputStream)
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).
|
Modifier and Type | Method and Description |
---|---|
DocumentOperationResult |
RevisionResponseHandler.success(HttpResponse hr) |
Modifier and Type | Method and Description |
---|---|
List<DocumentOperationResult> |
StdCouchDbConnector.executeAllOrNothing(Collection<?> objects) |
List<DocumentOperationResult> |
StdCouchDbConnector.executeAllOrNothing(InputStream inputStream) |
List<DocumentOperationResult> |
StdCouchDbConnector.executeBulk(Collection<?> objects) |
List<DocumentOperationResult> |
StdCouchDbConnector.executeBulk(InputStream inputStream) |
List<DocumentOperationResult> |
StdCouchDbConnector.flushBulkBuffer() |
List<DocumentOperationResult> |
BulkOperationResponseHandler.success(HttpResponse hr) |
Copyright © 2013. All Rights Reserved.