Uses of Class
com.couchbase.client.core.env.NetworkResolution
Packages that use NetworkResolution
-
Uses of NetworkResolution in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config with parameters of type NetworkResolutionModifier and TypeMethodDescriptionstatic String
DefaultConfigurationProvider.determineNetworkResolution
(List<DefaultConfigurationProvider.AlternateAddressHolder> nodes, NetworkResolution nr, Set<String> seedHosts) Helper method to figure out which network resolution should be used. -
Uses of NetworkResolution in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env declared as NetworkResolutionModifier and TypeFieldDescriptionstatic final NetworkResolution
NetworkResolution.AUTO
Based on heuristics discovers if internal or external resolution will be used.static final NetworkResolution
NetworkResolution.DEFAULT
Pick whatever the server returns in the config, this is the old and backwards compatible mode (server default).static final NetworkResolution
IoConfig.DEFAULT_NETWORK_RESOLUTION
static final NetworkResolution
NetworkResolution.EXTERNAL
Pins it to external resolution.Methods in com.couchbase.client.core.env that return NetworkResolutionModifier and TypeMethodDescriptionIoConfig.networkResolution()
static NetworkResolution
Returns a network resolution option with the given name.Methods in com.couchbase.client.core.env with parameters of type NetworkResolutionModifier and TypeMethodDescriptionIoConfig.Builder.networkResolution
(NetworkResolution networkResolution) static IoConfig.Builder
IoConfig.networkResolution
(NetworkResolution networkResolution)