类 CouchbaseProperties.Endpoints
- java.lang.Object
- org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
public static class CouchbaseProperties.Endpoints extends Object
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCouchbaseProperties.Endpoints.CouchbaseService
构造器概要
构造器 构造器 说明 Endpoints()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetKeyValue()CouchbaseProperties.Endpoints.CouchbaseServicegetQueryservice()CouchbaseProperties.Endpoints.CouchbaseServicegetViewservice()voidsetKeyValue(int keyValue)
构造器详细资料
Endpoints
public Endpoints()
方法详细资料
getKeyValue
public int getKeyValue()
setKeyValue
public void setKeyValue(int keyValue)
getQueryservice
public CouchbaseProperties.Endpoints.CouchbaseService getQueryservice()
getViewservice
public CouchbaseProperties.Endpoints.CouchbaseService getViewservice()