@ConfigurationProperties(prefix="spring.data.couchbase") public class CouchbaseDataProperties extends Object
Constructor and Description |
---|
CouchbaseDataProperties() |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.couchbase.core.query.Consistency |
getConsistency() |
boolean |
isAutoIndex() |
void |
setAutoIndex(boolean autoIndex) |
void |
setConsistency(org.springframework.data.couchbase.core.query.Consistency consistency) |
public boolean isAutoIndex()
public void setAutoIndex(boolean autoIndex)
public org.springframework.data.couchbase.core.query.Consistency getConsistency()
public void setConsistency(org.springframework.data.couchbase.core.query.Consistency consistency)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.