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 ClusterCapabilityReturns 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 TypeMethodDescriptionbooleanClusterTopology.hasCapability(ClusterCapability capability) Method parameters in com.couchbase.client.core.topology with type arguments of type ClusterCapabilityModifier and TypeMethodDescriptionstatic ClusterTopologyClusterTopology.of(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, BucketTopology bucket) Constructor parameters in com.couchbase.client.core.topology with type arguments of type ClusterCapabilityModifierConstructorDescriptionprotectedClusterTopology(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector)