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