| Class | Description |
|---|---|
| BaseCouchbaseTableFunction<V> |
Base class for
CouchbaseTableReadFunction and CouchbaseTableWriteFunction |
| CouchbaseBucketRegistry |
The CouchbaseBucketRegistry is intended to reuse the same
Cluster instance given same clusterNodes and reuse
the same Bucket given same bucketName. |
| CouchbaseTableReadFunction<V> |
TableReadFunction implementation for reading from Couchbase.
|
| CouchbaseTableWriteFunction<V> |
TableWriteFunction implementation for writing to Couchbase.
|