Uses of Class
com.couchbase.client.core.env.NetworkResolution
-
Uses of NetworkResolution in com.couchbase.client.core.env
Modifier 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.Modifier and TypeMethodDescriptionIoConfig.networkResolution()
static NetworkResolution
Returns a network resolution option with the given name.Modifier and TypeMethodDescriptionIoConfig.Builder.networkResolution
(NetworkResolution networkResolution) static IoConfig.Builder
IoConfig.networkResolution
(NetworkResolution networkResolution) Deprecated.This method creates a new builder. -
Uses of NetworkResolution in com.couchbase.client.core.topology
Modifier and TypeMethodDescriptionNetworkSelector.AutoNetworkSelector.selectNetwork
(List<Map<NetworkResolution, HostAndServicePorts>> nodes) NetworkSelector.selectNetwork
(List<Map<NetworkResolution, HostAndServicePorts>> nodes) Modifier and TypeMethodDescriptionstatic NetworkSelector
NetworkSelector.create
(NetworkResolution network, Set<SeedNode> seedNodes) static ClusterTopology
ClusterTopology.of
(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, BucketTopology bucket) Modifier and TypeMethodDescriptionNetworkSelector.AutoNetworkSelector.selectNetwork
(List<Map<NetworkResolution, HostAndServicePorts>> nodes) NetworkSelector.selectNetwork
(List<Map<NetworkResolution, HostAndServicePorts>> nodes) ModifierConstructorDescriptionprotected
ClusterTopology
(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector)