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 TypeMethodDescriptionClusterTopologyBuilder.capabilities(Set<ClusterCapability> capabilities) static ClusterTopologyClusterTopology.of(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json, 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 ClusterCapabilityModifierConstructorDescriptionprotectedClusterTopology(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json, TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, @Nullable ClusterIdentifier clusterIdent)