Package | Description |
---|---|
com.couchbase.client.core.env |
Modifier and Type | Method and Description |
---|---|
static ViewServiceConfig |
ViewServiceConfig.create(int minEndpoints,
int maxEndpoints)
Creates a
ViewServiceConfig with the default idle time. |
static ViewServiceConfig |
ViewServiceConfig.create(int minEndpoints,
int maxEndpoints,
int idleTime)
Creates a
ViewServiceConfig with a custom idle time. |
ViewServiceConfig |
DefaultCoreEnvironment.viewServiceConfig() |
ViewServiceConfig |
CoreEnvironment.viewServiceConfig()
Returns the current service configuration for the View service.
|
Modifier and Type | Method and Description |
---|---|
SELF |
DefaultCoreEnvironment.Builder.viewServiceConfig(ViewServiceConfig viewServiceConfig)
Allows to set a custom configuration for the View service.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.