Uses of Enum
com.couchbase.client.core.topology.PortSelector
Packages that use PortSelector
-
Uses of PortSelector in com.couchbase.client.core.topology
Methods in com.couchbase.client.core.topology that return PortSelectorModifier and TypeMethodDescriptionstatic PortSelectorReturns the enum constant of this type with the specified name.static PortSelector[]PortSelector.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.topology with parameters of type PortSelectorModifier and TypeMethodDescriptionstatic ClusterTopologyClusterTopology.of(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, BucketTopology bucket) Constructors in com.couchbase.client.core.topology with parameters of type PortSelectorModifierConstructorDescriptionprotectedClusterTopology(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector) TopologyParser(NetworkSelector networkSelector, PortSelector portSelector, MemcachedHashingStrategy memcachedHashingStrategy)