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 StringDefaultConfigurationProvider.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 NetworkResolutionNetworkResolution.AUTOBased on heuristics discovers if internal or external resolution will be used.static final NetworkResolutionNetworkResolution.DEFAULTPick whatever the server returns in the config, this is the old and backwards compatible mode (server default).static final NetworkResolutionIoConfig.DEFAULT_NETWORK_RESOLUTIONstatic final NetworkResolutionNetworkResolution.EXTERNALPins it to external resolution.Methods in com.couchbase.client.core.env that return NetworkResolutionModifier and TypeMethodDescriptionIoConfig.networkResolution()static NetworkResolutionReturns 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.BuilderIoConfig.networkResolution(NetworkResolution networkResolution)