| BulkDocumentBean<T> |
This bean is designed so that, when marshaled as JSON using Jackson, it is handled as a bulk request by CouchDB.
|
| BulkDocumentWriter |
|
| BulkOperation |
|
| BulkOperationCollectionBulkExecutor |
|
| BulkOperationResponseHandler |
|
| DefaultLocalBulkBuffer |
|
| DefaultQueryExecutor |
This is the default implementation of the executeQuery method of StdCouchDbConnector,
as of before the method was delegating to the QueryExecutor strategy interface.
|
| DocIdResponseHandler |
|
| EmbeddedDocViewResponseHandler<T> |
Reads view result and extracts documents and maps them to the specified type.
|
| EntityCollectionBulkExecutor |
This is designed to replace the BulkOperationCollectionBulkExecutor
|
| InputStreamBulkEntityBulkExecutor |
|
| InputStreamWrapperBulkExecutor |
|
| NameConventions |
|
| PageResponseHandler<T> |
|
| QueryResultParser<T> |
|
| RevisionResponseHandler |
Extracts the document revision if the operation was successful
|
| StdActiveTask |
|
| StdCouchDbConnector |
|
| StdCouchDbInstance |
|
| StdDatabaseCompactionTask |
|
| StdIndexerTask |
|
| StdObjectMapperFactory |
|
| StdReplicationTask |
|
| StdViewCompactionTask |
|
| StreamedCouchDbConnector |
|
| StreamingJsonSerializer |
|
| ThreadLocalBulkBufferHolder |
|