See: Description
| Interface | Description |
|---|---|
| CouchbaseConfigurer |
Strategy interface for users to provide as a factory for custom components needed
by the Couchbase integration.
|
| Class | Description |
|---|---|
| AbstractCouchbaseConfiguration |
Base class for Spring Data Couchbase configuration using JavaConfig.
|
| AbstractCouchbaseDataConfiguration |
Provides beans to setup SDC using
CouchbaseConfigurer. |
| AbstractReactiveCouchbaseConfiguration |
Base class for Reactive Spring Data Couchbase configuration java config
|
| AbstractReactiveCouchbaseDataConfiguration |
Provides beans to setup reactive repositories in SDC using
CouchbaseConfigurer. |
| BeanNames |
Contains default bean names for Couchbase beans.
|
| CouchbaseBucketFactoryBean |
The Factory Bean to help
CouchbaseBucketParser constructing a Bucket from a given
Cluster reference. |
| CouchbaseBucketParser |
The parser for XML definition of a
Bucket, to be constructed from a Cluster reference. |
| CouchbaseClusterInfoFactoryBean |
The Factory Bean to help
CouchbaseClusterInfoParser constructing a ClusterInfo from a given
Cluster reference. |
| CouchbaseClusterInfoParser |
The parser for XML definition of a
ClusterInfo, to be constructed from a Cluster reference. |
| CouchbaseClusterParser |
The XML parser for a
Cluster definition. |
| CouchbaseConfigurationSupport |
Provides configuration support for common beans in both
AbstractCouchbaseDataConfiguration
and AbstractReactiveCouchbaseDataConfiguration configurations |
| CouchbaseEnvironmentNoShutdownInvocationHandler |
A dynamic proxy around a
CouchbaseEnvironment that prevents its CoreEnvironment.shutdown() method
to be invoked. |
| CouchbaseEnvironmentParser |
Allows creation of a
DefaultCouchbaseEnvironment via spring XML configuration. |
| CouchbaseIndexManagerParser |
The XML parser for a
IndexManager definition. |
| CouchbaseJmxParser |
Enables Parsing of the "
|
| CouchbaseNamespaceHandler |
NamespaceHandler for Couchbase configuration. |
| CouchbaseTemplateParser |
Parser for "
|
| CouchbaseTranslationServiceParser |
Enables Parsing of the "
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.