public static class CouchbaseProperties.Endpoints extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CouchbaseProperties.Endpoints.CouchbaseService |
Constructor and Description |
---|
Endpoints() |
Modifier and Type | Method and Description |
---|---|
int |
getKeyValue() |
Integer |
getQuery()
Deprecated.
|
CouchbaseProperties.Endpoints.CouchbaseService |
getQueryservice() |
Integer |
getView()
Deprecated.
|
CouchbaseProperties.Endpoints.CouchbaseService |
getViewservice() |
void |
setKeyValue(int keyValue) |
void |
setQuery(Integer query)
Deprecated.
|
void |
setView(Integer view)
Deprecated.
|
public int getKeyValue()
public void setKeyValue(int keyValue)
@Deprecated @DeprecatedConfigurationProperty(replacement="spring.couchbase.env.endpoints.queryservice.max-endpoints") public Integer getQuery()
@Deprecated public void setQuery(Integer query)
public CouchbaseProperties.Endpoints.CouchbaseService getQueryservice()
@Deprecated @DeprecatedConfigurationProperty(replacement="spring.couchbase.env.endpoints.viewservice.max-endpoints") public Integer getView()
@Deprecated public void setView(Integer view)
public CouchbaseProperties.Endpoints.CouchbaseService getViewservice()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.