Uses of Enum
com.couchbase.client.core.topology.ClusterCapability
-
Uses of ClusterCapability in com.couchbase.client.core.topology
Modifier and TypeMethodDescriptionstatic ClusterCapability
Returns the enum constant of this type with the specified name.static ClusterCapability[]
ClusterCapability.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionClusterTopology.capabilities()
static List<ClusterCapability>
ClusterCapability.valueList()
Modifier and TypeMethodDescriptionboolean
ClusterTopology.hasCapability
(ClusterCapability capability) Modifier and TypeMethodDescriptionstatic ClusterTopology
ClusterTopology.of
(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, BucketTopology bucket) ModifierConstructorDescriptionprotected
ClusterTopology
(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector)