Uses of Class
com.couchbase.client.core.env.KeyValueServiceConfig
Package | Description |
---|---|
com.couchbase.client.core.env |
-
Uses of KeyValueServiceConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return KeyValueServiceConfig Modifier and Type Method Description static KeyValueServiceConfig
KeyValueServiceConfig. create(int endpoints)
Creates a new configuration for the KV service.KeyValueServiceConfig
CoreEnvironment. kvServiceConfig()
Returns the current service configuration for the KV service.KeyValueServiceConfig
DefaultCoreEnvironment. kvServiceConfig()
Methods in com.couchbase.client.core.env with parameters of type KeyValueServiceConfig Modifier and Type Method Description SELF
DefaultCoreEnvironment.Builder. keyValueServiceConfig(KeyValueServiceConfig keyValueServiceConfig)
Allows to set a custom configuration for the KV service.