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