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