Uses of Class
com.couchbase.client.core.topology.ClusterIdentifier
Packages that use ClusterIdentifier
Package
Description
-
Uses of ClusterIdentifier in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return ClusterIdentifier -
Uses of ClusterIdentifier in com.couchbase.client.core.env
Constructor parameters in com.couchbase.client.core.env with type arguments of type ClusterIdentifierModifierConstructorDescriptionRequestTracerDecorator(RequestTracer wrapped, Supplier<ClusterIdentifier> clusterIdentSupplier) -
Uses of ClusterIdentifier in com.couchbase.client.core.topology
Methods in com.couchbase.client.core.topology that return ClusterIdentifierModifier and TypeMethodDescriptionstatic ClusterIdentifierClusterIdentifierUtil.fromConfig(ClusterConfig config) ClusterTopology.id()static ClusterIdentifierClusterIdentifier.parse(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode config) Methods in com.couchbase.client.core.topology with parameters of type ClusterIdentifierModifier and TypeMethodDescriptionstatic ClusterTopologyClusterTopology.of(TopologyRevision revision, ClusterIdentifier clusterIdent, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, BucketTopology bucket) Constructors in com.couchbase.client.core.topology with parameters of type ClusterIdentifierModifierConstructorDescriptionprotectedClusterTopology(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, ClusterIdentifier clusterIdent)