Uses of Class
com.couchbase.client.dcp.core.env.NetworkResolution
Packages that use NetworkResolution
Package
Description
-
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.config
Methods in com.couchbase.client.dcp.core.config that return NetworkResolutionMethods in com.couchbase.client.dcp.core.config that return types with arguments of type NetworkResolutionModifier and TypeMethodDescriptionstatic Map<NetworkResolution,NodeInfo> NodeInfoParser.parse(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json, PortSelector portSelector) Parses one element of the "nodesExt" array.NetworkSelector.AutoNetworkSelector.selectNetwork(List<Map<NetworkResolution, NodeInfo>> nodes) NetworkSelector.selectNetwork(List<Map<NetworkResolution, NodeInfo>> nodes) Methods in com.couchbase.client.dcp.core.config with parameters of type NetworkResolutionModifier and TypeMethodDescriptionstatic NetworkSelectorNetworkSelector.create(NetworkResolution network, Set<SeedNode> seedNodes) Method parameters in com.couchbase.client.dcp.core.config with type arguments of type NetworkResolutionModifier and TypeMethodDescriptionNetworkSelector.AutoNetworkSelector.selectNetwork(List<Map<NetworkResolution, NodeInfo>> nodes) NetworkSelector.selectNetwork(List<Map<NetworkResolution, NodeInfo>> nodes) Constructors in com.couchbase.client.dcp.core.config with parameters of type NetworkResolutionModifierConstructorDescriptionClusterConfig(ConfigRevision revision, List<NodeInfo> nodes, Set<ClusterCapability> capabilities, NetworkResolution network) -
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.