Uses of Class
com.couchbase.client.core.config.PortInfo
-
Packages that use PortInfo Package Description com.couchbase.client.core.config -
-
Uses of PortInfo in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return types with arguments of type PortInfo Modifier and Type Method Description List<PortInfo>AbstractBucketConfig. portInfos()List<PortInfo>BucketConfig. portInfos()Returns the port information from the "nodesExt" section.List<PortInfo>GlobalConfig. portInfos()The node/port infos for each node in the list.Constructor parameters in com.couchbase.client.core.config with type arguments of type PortInfo Constructor Description GlobalConfig(long rev, long revEpoch, List<PortInfo> portInfos, Map<String,Set<ClusterCapabilities>> clusterCapabilities, String origin)
-