Uses of Enum
com.couchbase.client.core.topology.ClusterCapability
Packages that use ClusterCapability
-
Uses of ClusterCapability in com.couchbase.client.core.topology
Methods in com.couchbase.client.core.topology that return ClusterCapabilityModifier 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.Methods in com.couchbase.client.core.topology that return types with arguments of type ClusterCapabilityModifier and TypeMethodDescriptionClusterTopology.capabilities()
static List
<ClusterCapability> ClusterCapability.valueList()
Methods in com.couchbase.client.core.topology with parameters of type ClusterCapabilityModifier and TypeMethodDescriptionboolean
ClusterTopology.hasCapability
(ClusterCapability capability) Method parameters in com.couchbase.client.core.topology with type arguments of type ClusterCapabilityModifier and TypeMethodDescriptionClusterTopologyBuilder.capabilities
(Set<ClusterCapability> capabilities) static ClusterTopology
ClusterTopology.of
(TopologyRevision revision, @Nullable ClusterIdentifier clusterIdent, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, @Nullable BucketTopology bucket) Constructor parameters in com.couchbase.client.core.topology with type arguments of type ClusterCapabilityModifierConstructorDescriptionprotected
ClusterTopology
(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, @Nullable ClusterIdentifier clusterIdent)