JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.couchbase.client.core.env.IoConfig
Packages that use
IoConfig
Package
Description
com.couchbase.client.core.env
Uses of
IoConfig
in
com.couchbase.client.core.env
Methods in
com.couchbase.client.core.env
that return
IoConfig
Modifier and Type
Method
Description
IoConfig
IoConfig.Builder.
build
()
static
IoConfig
IoConfig.
create
()
Deprecated.
Instead, please use
CoreEnvironment.Builder.ioConfig(Consumer)
and configure the builder passed to the consumer.
IoConfig
CoreEnvironment.
ioConfig
()
Returns the current configuration for all I/O-related settings.
CoreEnvironment.Builder.ioConfig(Consumer)
and configure the builder passed to the consumer.