@ConfigurationProperties(prefix="spring.data.couchbase") public class CouchbaseProperties extends Object
Constructor and Description |
---|
CouchbaseProperties() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getBootstrapHosts() |
org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket |
getBucket() |
Consistency |
getConsistency() |
boolean |
isAutoIndex() |
void |
setAutoIndex(boolean autoIndex) |
void |
setBootstrapHosts(List<String> bootstrapHosts) |
void |
setConsistency(Consistency consistency) |
public boolean isAutoIndex()
public void setAutoIndex(boolean autoIndex)
public org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket getBucket()
public Consistency getConsistency()
public void setConsistency(Consistency consistency)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.