Class CouchbaseProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
@ConfigurationProperties(prefix="spring.couchbase") public class CouchbaseProperties extends Object
Configuration properties for Couchbase.- Since:
- 1.4.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCouchbaseProperties.Bucketstatic classCouchbaseProperties.Endpointsstatic classCouchbaseProperties.Envstatic classCouchbaseProperties.Sslstatic classCouchbaseProperties.Timeouts
Constructor Summary
Constructors Constructor Description CouchbaseProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getBootstrapHosts()CouchbaseProperties.BucketgetBucket()CouchbaseProperties.EnvgetEnv()voidsetBootstrapHosts(List<String> bootstrapHosts)
Constructor Detail
CouchbaseProperties
public CouchbaseProperties()
Method Detail
getBootstrapHosts
public List<String> getBootstrapHosts()
setBootstrapHosts
public void setBootstrapHosts(List<String> bootstrapHosts)
getBucket
public CouchbaseProperties.Bucket getBucket()
getEnv
public CouchbaseProperties.Env getEnv()