Uses of Class
com.couchbase.client.core.env.ViewServiceConfig
Package | Description |
---|---|
com.couchbase.client.core.env |
-
Uses of ViewServiceConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return ViewServiceConfig Modifier and Type Method Description static ViewServiceConfig
ViewServiceConfig. create(int minEndpoints, int maxEndpoints)
Creates aViewServiceConfig
with the default idle time.static ViewServiceConfig
ViewServiceConfig. create(int minEndpoints, int maxEndpoints, int idleTime)
Creates aViewServiceConfig
with a custom idle time.ViewServiceConfig
CoreEnvironment. viewServiceConfig()
Returns the current service configuration for the View service.ViewServiceConfig
DefaultCoreEnvironment. viewServiceConfig()
Methods in com.couchbase.client.core.env with parameters of type ViewServiceConfig Modifier and Type Method Description SELF
DefaultCoreEnvironment.Builder. viewServiceConfig(ViewServiceConfig viewServiceConfig)
Allows to set a custom configuration for the View service.