@ConfigurationProperties(prefix="spring.couchbase") public class CouchbaseProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CouchbaseProperties.Bootstrap |
static class |
CouchbaseProperties.Bucket |
static class |
CouchbaseProperties.Endpoints |
static class |
CouchbaseProperties.Env |
static class |
CouchbaseProperties.Ssl |
static class |
CouchbaseProperties.Timeouts |
Constructor and Description |
---|
CouchbaseProperties() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getBootstrapHosts() |
CouchbaseProperties.Bucket |
getBucket() |
CouchbaseProperties.Env |
getEnv() |
String |
getPassword() |
String |
getUsername() |
void |
setBootstrapHosts(List<String> bootstrapHosts) |
void |
setPassword(String password) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public CouchbaseProperties.Bucket getBucket()
public CouchbaseProperties.Env getEnv()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.