Uses of Class
com.couchbase.client.dcp.core.env.NetworkResolution
Packages that use NetworkResolution
-
Uses of NetworkResolution in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return NetworkResolutionModifier and TypeMethodDescriptionClient.Environment.networkResolution()Returns the configured hostname selection strategy.Methods in com.couchbase.client.dcp with parameters of type NetworkResolutionModifier and TypeMethodDescriptionClient.Builder.networkResolution(NetworkResolution nr) Network selection strategy for connecting to clusters whose nodes have alternate hostnames. -
Uses of NetworkResolution in com.couchbase.client.dcp.core.env
Fields in com.couchbase.client.dcp.core.env declared as NetworkResolutionModifier and TypeFieldDescriptionstatic NetworkResolutionNetworkResolution.AUTOBased on heuristics discovers if internal or external resolution will be used.static NetworkResolutionNetworkResolution.DEFAULTPick whatever the server returns in the config, this is the old and backwards compatible mode (server default).static NetworkResolutionNetworkResolution.EXTERNALPins it to external resolution.Methods in com.couchbase.client.dcp.core.env that return NetworkResolutionModifier and TypeMethodDescriptionstatic NetworkResolutionProvide a network resolution option which is not covered by the statics defined in this class.