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 ClusterIdentifierClusterIdentifierUtil.fromConfig(@Nullable ClusterConfig config) @Nullable ClusterIdentifierClusterTopology.id()static @Nullable 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, @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 ClusterIdentifierModifierConstructorDescriptionprotectedClusterTopology(TopologyRevision revision, List<HostAndServicePorts> nodes, Set<ClusterCapability> capabilities, NetworkResolution network, PortSelector portSelector, @Nullable ClusterIdentifier clusterIdent)