| Package | Description |
|---|---|
| com.couchbase.client.core.env |
| Modifier and Type | Method and Description |
|---|---|
IoEnvironment |
IoEnvironment.Builder.build() |
static IoEnvironment |
IoEnvironment.create()
Deprecated.
Instead, please use
CoreEnvironment.Builder.ioEnvironment(Consumer)
and configure the builder passed to the consumer.
Note: CoreEnvironment is a base class; you'll
probably call that method via a subclass named
ClusterEnvironment. |
IoEnvironment |
CoreEnvironment.ioEnvironment()
Holds the environmental configuration/state that is tied to the IO layer.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.