Class QueryServiceConfig
java.lang.Object
com.couchbase.client.core.service.AbstractPooledEndpointServiceConfig
com.couchbase.client.core.service.QueryServiceConfig
- All Implemented Interfaces:
ServiceConfig
public class QueryServiceConfig extends AbstractPooledEndpointServiceConfig
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryServiceConfig.Builder
-
Field Summary
Fields inherited from class com.couchbase.client.core.service.AbstractPooledEndpointServiceConfig
DEFAULT_IDLE_TIME, DEFAULT_MAX_ENDPOINTS, DEFAULT_MIN_ENDPOINTS
-
Method Summary
Modifier and Type Method Description static QueryServiceConfig.Builder
builder()
static QueryServiceConfig.Builder
idleTime(Duration idleTime)
static QueryServiceConfig.Builder
maxEndpoints(int maxEndpoints)
static QueryServiceConfig.Builder
minEndpoints(int minEndpoints)
Methods inherited from class com.couchbase.client.core.service.AbstractPooledEndpointServiceConfig
idleTime, maxEndpoints, minEndpoints, pipelined, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.service.ServiceConfig
exportAsMap
-
Method Details
-
builder
-
minEndpoints
-
maxEndpoints
-
idleTime
-