@InterfaceStability.Committed
@InterfaceAudience.Public
public interface CouchbaseEnvironment
extends com.couchbase.client.core.env.CoreEnvironment
The CouchbaseEnvironment which shares state across Clusters.
| Modifier and Type | Method and Description |
|---|---|
long |
connectTimeout()
The default timeout for connect operations, set to
DefaultCouchbaseEnvironment.CONNECT_TIMEOUT. |
long |
disconnectTimeout()
The default timeout for disconnect operations, set to
DefaultCouchbaseEnvironment.DISCONNECT_TIMEOUT. |
boolean |
dnsSrvEnabled()
Returns whether DNS SRV lookup for the bootstrap nodes is enabled or not.
|
long |
kvTimeout()
The default timeout for binary (key/value) operations, set to
DefaultCouchbaseEnvironment.KV_TIMEOUT. |
long |
managementTimeout()
The default timeout for management operations, set to
DefaultCouchbaseEnvironment.MANAGEMENT_TIMEOUT. |
long |
queryTimeout()
The default timeout for query operations, set to
DefaultCouchbaseEnvironment.QUERY_TIMEOUT. |
long |
viewTimeout()
The default timeout for view operations, set to
DefaultCouchbaseEnvironment.VIEW_TIMEOUT. |
autoreleaseAfter, bootstrapCarrierDirectPort, bootstrapCarrierEnabled, bootstrapCarrierSslPort, bootstrapHttpDirectPort, bootstrapHttpEnabled, bootstrapHttpSslPort, bufferPoolingEnabled, computationPoolSize, dcpEnabled, eventBus, ioPool, ioPoolSize, keepAliveInterval, kvEndpoints, maxRequestLifetime, mutationTokensEnabled, networkLatencyMetricsCollector, observeIntervalDelay, packageNameAndVersion, queryEnabled, queryEndpoints, queryPort, reconnectDelay, requestBufferSize, responseBufferSize, retryDelay, retryStrategy, runtimeMetricsCollector, scheduler, shutdown, socketConnectTimeout, sslEnabled, sslKeystoreFile, sslKeystorePassword, tcpNodelayEnabled, userAgent, viewEndpointslong managementTimeout()
The default timeout for management operations, set to DefaultCouchbaseEnvironment.MANAGEMENT_TIMEOUT.
long queryTimeout()
The default timeout for query operations, set to DefaultCouchbaseEnvironment.QUERY_TIMEOUT.
long viewTimeout()
The default timeout for view operations, set to DefaultCouchbaseEnvironment.VIEW_TIMEOUT.
long kvTimeout()
The default timeout for binary (key/value) operations, set to DefaultCouchbaseEnvironment.KV_TIMEOUT.
long connectTimeout()
The default timeout for connect operations, set to DefaultCouchbaseEnvironment.CONNECT_TIMEOUT.
long disconnectTimeout()
The default timeout for disconnect operations, set to DefaultCouchbaseEnvironment.DISCONNECT_TIMEOUT.
boolean dnsSrvEnabled()
Returns whether DNS SRV lookup for the bootstrap nodes is enabled or not.
Copyright © 2015 Couchbase, Inc.. All rights reserved.