| Package | Description |
|---|---|
| org.springframework.data.couchbase | |
| org.springframework.data.couchbase.cache | |
| org.springframework.data.couchbase.config |
This package contains all classes needed for specific configuration of Spring Data Couchbase.
|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCouchbaseClientFactory
The default implementation of a
CouchbaseClientFactory. |
| Modifier and Type | Method and Description |
|---|---|
CouchbaseClientFactory |
CouchbaseClientFactory.withScope(String scopeName)
Returns a new
CouchbaseClientFactory set to the scope given as an argument. |
CouchbaseClientFactory |
SimpleCouchbaseClientFactory.withScope(String scopeName) |
| Modifier and Type | Method and Description |
|---|---|
static CouchbaseCacheManager.CouchbaseCacheManagerBuilder |
CouchbaseCacheManager.builder(CouchbaseClientFactory clientFactory)
Entry point for builder style
CouchbaseCacheManager configuration. |
static CouchbaseCacheManager |
CouchbaseCacheManager.create(CouchbaseClientFactory clientFactory)
Create a new
CouchbaseCacheManager with defaults applied. |
static CouchbaseCacheManager.CouchbaseCacheManagerBuilder |
CouchbaseCacheManager.CouchbaseCacheManagerBuilder.fromConnectionFactory(CouchbaseClientFactory clientFactory)
Entry point for builder style
CouchbaseCacheManager configuration. |
| Constructor and Description |
|---|
DefaultCouchbaseCacheWriter(CouchbaseClientFactory clientFactory) |
| Modifier and Type | Method and Description |
|---|---|
CouchbaseClientFactory |
AbstractCouchbaseConfiguration.couchbaseClientFactory(com.couchbase.client.java.Cluster couchbaseCluster)
The
CouchbaseClientFactory provides access to the lower level SDK resources. |
| Modifier and Type | Method and Description |
|---|---|
CouchbaseTemplate |
AbstractCouchbaseConfiguration.couchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter) |
CouchbaseTemplate |
AbstractCouchbaseConfiguration.couchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter,
TranslationService couchbaseTranslationService) |
ReactiveCouchbaseTemplate |
AbstractCouchbaseConfiguration.reactiveCouchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter) |
ReactiveCouchbaseTemplate |
AbstractCouchbaseConfiguration.reactiveCouchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter,
TranslationService couchbaseTranslationService) |
| Modifier and Type | Method and Description |
|---|---|
CouchbaseClientFactory |
CouchbaseTemplate.getCouchbaseClientFactory() |
CouchbaseClientFactory |
ReactiveCouchbaseOperations.getCouchbaseClientFactory()
Returns the underlying client factory.
|
CouchbaseClientFactory |
ReactiveCouchbaseTemplate.getCouchbaseClientFactory() |
CouchbaseClientFactory |
CouchbaseOperations.getCouchbaseClientFactory()
Returns the underlying client factory.
|
| Constructor and Description |
|---|
CouchbaseTemplate(CouchbaseClientFactory clientFactory,
CouchbaseConverter converter) |
CouchbaseTemplate(CouchbaseClientFactory clientFactory,
CouchbaseConverter converter,
TranslationService translationService) |
CouchbaseTemplate(CouchbaseClientFactory clientFactory,
CouchbaseConverter converter,
TranslationService translationService,
com.couchbase.client.java.query.QueryScanConsistency scanConsistency) |
ReactiveCouchbaseTemplate(CouchbaseClientFactory clientFactory,
CouchbaseConverter converter) |
ReactiveCouchbaseTemplate(CouchbaseClientFactory clientFactory,
CouchbaseConverter converter,
TranslationService translationService) |
ReactiveCouchbaseTemplate(CouchbaseClientFactory clientFactory,
CouchbaseConverter converter,
TranslationService translationService,
com.couchbase.client.java.query.QueryScanConsistency scanConsistency) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.