接口 CouchbaseConnectionDetails
- 所有超级接口:
ConnectionDetails
Details required to establish a connection to a Couchbase service.
- 从以下版本开始:
- 3.1.0
- 作者:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
方法概要
修饰符和类型方法说明Connection string used to locate the Couchbase cluster.Cluster password.Cluster username.
-
方法详细资料
-
getConnectionString
String getConnectionString()Connection string used to locate the Couchbase cluster.- 返回:
- the connection string used to locate the Couchbase cluster
-
getUsername
String getUsername()Cluster username.- 返回:
- the cluster username
-
getPassword
String getPassword()Cluster password.- 返回:
- the cluster password
-