Uses of Class
com.couchbase.client.core.env.NetworkResolution
-
Packages that use NetworkResolution Package Description com.couchbase.client.core.env -
-
Uses of NetworkResolution in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env declared as NetworkResolution Modifier and Type Field Description static NetworkResolution
NetworkResolution. AUTO
Based on heuristics discovers if internal or external resolution will be used.static NetworkResolution
NetworkResolution. DEFAULT
Pick whatever the server returns in the config, this is the old and backwards compatible mode (server default).static NetworkResolution
NetworkResolution. EXTERNAL
Pins it to external resolution.Methods in com.couchbase.client.core.env that return NetworkResolution Modifier and Type Method Description static NetworkResolution
NetworkResolution. custom(String name)
Provide a network resolution option which is not covered by the statics defined in this class.
-