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 @Nullable ClusterIdentifier
ClusterIdentifierUtil.fromConfig
(@Nullable ClusterConfig config) @Nullable ClusterIdentifier
ClusterTopology.id()
static @Nullable ClusterIdentifier
ClusterIdentifier.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 ClusterTopology
ClusterTopology.of
(TopologyRevision revision, @Nullable ClusterIdentifier clusterIdent, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, @Nullable BucketTopology bucket) Constructors in com.couchbase.client.core.topology with parameters of type ClusterIdentifierModifierConstructorDescriptionprotected
ClusterTopology
(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, @Nullable ClusterIdentifier clusterIdent)