public interface CouchbaseConfigurer
| Modifier and Type | Method and Description |
|---|---|
com.couchbase.client.java.Bucket |
couchbaseClient()
Set up the underlying main
Bucket, the primary Couchbase SDK entry point to be used by the Spring Data
framework for the CouchbaseOperations. |
com.couchbase.client.java.Cluster |
couchbaseCluster()
Set up the underlying main Couchbase
Cluster reference to be used by the Spring Data framework
when storing into Couchbase. |
com.couchbase.client.java.cluster.ClusterInfo |
couchbaseClusterInfo()
Set up the underlying main
ClusterInfo, allowing to check feature availability and cluster configuration. |
com.couchbase.client.java.env.CouchbaseEnvironment |
couchbaseEnvironment()
Set up the underlying main
CouchbaseEnvironment, allowing tuning of the Couchbase SDK. |
com.couchbase.client.java.env.CouchbaseEnvironment couchbaseEnvironment()
throws Exception
CouchbaseEnvironment, allowing tuning of the Couchbase SDK.Exception - in case of error during the CouchbaseEnvironment instantiation.com.couchbase.client.java.Cluster couchbaseCluster()
throws Exception
Cluster reference to be used by the Spring Data framework
when storing into Couchbase.Exception - in case of error during the Cluster instantiation.com.couchbase.client.java.cluster.ClusterInfo couchbaseClusterInfo()
throws Exception
ClusterInfo, allowing to check feature availability and cluster configuration.Exception - in case of error during the ClusterInfo instantiation.com.couchbase.client.java.Bucket couchbaseClient()
throws Exception
Bucket, the primary Couchbase SDK entry point to be used by the Spring Data
framework for the CouchbaseOperations.Exception - in case of error during the bucket instantiation.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.