See: Description
| Interface | Description |
|---|---|
| BucketCallback<T> |
Defines the callback which will be wrapped and executed on a bucket.
|
| CouchbaseOperations |
Defines common operations on the Couchbase data source, most commonly implemented by
CouchbaseTemplate. |
| RxJavaCouchbaseOperations |
| Class | Description |
|---|---|
| CouchbaseExceptionTranslator |
Simple
PersistenceExceptionTranslator for Couchbase. |
| CouchbaseTemplate | |
| RxJavaCouchbaseTemplate |
RxJavaCouchbaseTemplate implements operations using rxjava1 observables
|
| Enum | Description |
|---|---|
| WriteResultChecking |
How failing write results should be handled.
|
| Exception | Description |
|---|---|
| CouchbaseDataIntegrityViolationException |
A Couchbase specific integrity violation exception, thrown as a result of failing db operations.
|
| CouchbaseQueryExecutionException |
An
DataRetrievalFailureException that denotes an error during a query (N1QL). |
| OperationCancellationException |
Data Access Exception that identifies Operations cancelled while being processed.
|
| OperationInterruptedException |
Data Access Exception that identifies Operations interrupted while being processed.
|
| UnsupportedCouchbaseFeatureException |
A
NonTransientDataAccessException that denotes that a particular feature is expected
on the server side but is not available. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.