Uses of Class
com.couchbase.client.core.config.DefaultConfigurationProvider.AlternateAddressHolder
-
Packages that use DefaultConfigurationProvider.AlternateAddressHolder Package Description com.couchbase.client.core.config -
-
Uses of DefaultConfigurationProvider.AlternateAddressHolder in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return types with arguments of type DefaultConfigurationProvider.AlternateAddressHolder Modifier and Type Method Description static List<DefaultConfigurationProvider.AlternateAddressHolder>
DefaultConfigurationProvider. extractAlternateAddressInfos(ClusterConfig config)
Helper method to turn either the port info or the node info into a list of hosts to use for the alternate address resolution.Method parameters in com.couchbase.client.core.config with type arguments of type DefaultConfigurationProvider.AlternateAddressHolder Modifier and Type Method Description static String
DefaultConfigurationProvider. determineNetworkResolution(List<DefaultConfigurationProvider.AlternateAddressHolder> nodes, NetworkResolution nr, Set<String> seedHosts)
Helper method to figure out which network resolution should be used.
-