Uses of Enum Class
com.couchbase.client.dcp.core.config.PortSelector
Packages that use PortSelector
-
Uses of PortSelector in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp that return PortSelector -
Uses of PortSelector in com.couchbase.client.dcp.core.config
Methods in com.couchbase.client.dcp.core.config that return PortSelectorModifier and TypeMethodDescriptionstatic PortSelectorReturns the enum constant of this class with the specified name.static PortSelector[]PortSelector.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.core.config with parameters of type PortSelectorModifier and TypeMethodDescriptionstatic ClusterConfigClusterConfigParser.parse(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode clusterConfig, String originHost, PortSelector portSelector, NetworkSelector networkSelector) static CouchbaseBucketConfigCouchbaseBucketConfigParser.parse(byte[] json, String originHost, PortSelector portSelector, NetworkSelector networkSelector) static 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.