Uses of Interface
org.springframework.data.couchbase.CouchbaseClientFactory
Packages that use CouchbaseClientFactory
Package
Description
This package contains all classes needed for specific configuration of Spring Data Couchbase.
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
-
Uses of CouchbaseClientFactory in org.springframework.data.couchbase
Classes in org.springframework.data.couchbase that implement CouchbaseClientFactoryMethods in org.springframework.data.couchbase that return CouchbaseClientFactoryModifier and TypeMethodDescriptionReturns a newCouchbaseClientFactoryset to the scope given as an argument. -
Uses of CouchbaseClientFactory in org.springframework.data.couchbase.cache
Methods in org.springframework.data.couchbase.cache with parameters of type CouchbaseClientFactoryModifier and TypeMethodDescriptionCouchbaseCacheManager.builder(CouchbaseClientFactory clientFactory) Entry point for builder styleCouchbaseCacheManagerconfiguration.static CouchbaseCacheManagerCouchbaseCacheManager.create(CouchbaseClientFactory clientFactory) Create a newCouchbaseCacheManagerwith defaults applied.CouchbaseCacheManager.CouchbaseCacheManagerBuilder.fromConnectionFactory(CouchbaseClientFactory clientFactory) Entry point for builder styleCouchbaseCacheManagerconfiguration.Constructors in org.springframework.data.couchbase.cache with parameters of type CouchbaseClientFactory -
Uses of CouchbaseClientFactory in org.springframework.data.couchbase.config
Methods in org.springframework.data.couchbase.config that return CouchbaseClientFactoryModifier and TypeMethodDescriptionAbstractCouchbaseConfiguration.couchbaseClientFactory(com.couchbase.client.java.Cluster couchbaseCluster) TheCouchbaseClientFactoryprovides access to the lower level SDK resources.Methods in org.springframework.data.couchbase.config with parameters of type CouchbaseClientFactoryModifier and TypeMethodDescriptionAbstractCouchbaseConfiguration.couchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory, MappingCouchbaseConverter mappingCouchbaseConverter, TranslationService couchbaseTranslationService) AbstractCouchbaseConfiguration.reactiveCouchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory, MappingCouchbaseConverter mappingCouchbaseConverter, TranslationService couchbaseTranslationService) -
Uses of CouchbaseClientFactory in org.springframework.data.couchbase.core
Methods in org.springframework.data.couchbase.core that return CouchbaseClientFactoryModifier and TypeMethodDescriptionCouchbaseOperations.getCouchbaseClientFactory()Returns the underlying client factory.CouchbaseTemplate.getCouchbaseClientFactory()ReactiveCouchbaseOperations.getCouchbaseClientFactory()Returns the underlying client factory.ReactiveCouchbaseTemplate.getCouchbaseClientFactory()Constructors in org.springframework.data.couchbase.core with parameters of type CouchbaseClientFactoryModifierConstructorDescriptionCouchbaseTemplate(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) -
Uses of CouchbaseClientFactory in org.springframework.data.couchbase.transaction
Constructors in org.springframework.data.couchbase.transaction with parameters of type CouchbaseClientFactoryModifierConstructorDescriptionCouchbaseCallbackTransactionManager(CouchbaseClientFactory couchbaseClientFactory) CouchbaseCallbackTransactionManager(CouchbaseClientFactory couchbaseClientFactory, com.couchbase.client.java.transactions.config.TransactionOptions options) This override is for users manually creating a CouchbaseCallbackTransactionManager, and allows the TransactionOptions to be overridden.