Uses of Enum Class
com.couchbase.client.dcp.core.config.ClusterCapability
Packages that use ClusterCapability
-
Uses of ClusterCapability in com.couchbase.client.dcp.core.config
Fields in com.couchbase.client.dcp.core.config with type parameters of type ClusterCapabilityMethods in com.couchbase.client.dcp.core.config that return ClusterCapabilityModifier and TypeMethodDescriptionstatic ClusterCapabilityReturns the enum constant of this class with the specified name.static ClusterCapability[]ClusterCapability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.core.config that return types with arguments of type ClusterCapabilityMethods in com.couchbase.client.dcp.core.config with parameters of type ClusterCapabilityModifier and TypeMethodDescriptionbooleanClusterConfig.hasCapability(ClusterCapability capability) Constructor parameters in com.couchbase.client.dcp.core.config with type arguments of type ClusterCapabilityModifierConstructorDescriptionClusterConfig(ConfigRevision revision, List<NodeInfo> nodes, Set<ClusterCapability> capabilities, com.couchbase.client.core.env.NetworkResolution network, BucketConfig bucket)