Uses of Class
com.couchbase.client.core.topology.ClusterIdentifier
Packages that use ClusterIdentifier
Package
Description
-
Uses of ClusterIdentifier in com.couchbase.client.core.cnc.metrics
Methods in com.couchbase.client.core.cnc.metrics with parameters of type ClusterIdentifierModifier and TypeMethodDescriptionstatic ResponseMetricIdentifierResponseMetricIdentifier.fromRequest(Request<?> request, @Nullable String exceptionSimpleName, @Nullable ClusterIdentifier clusterIdent, boolean isDefaultLoggingMeter) Constructors in com.couchbase.client.core.cnc.metrics with parameters of type ClusterIdentifierModifierConstructorDescriptionResponseMetricIdentifier(String serviceTracingId, String requestName, @Nullable String bucketName, @Nullable String scopeName, @Nullable String collectionName, @Nullable String exceptionSimpleName, @Nullable ClusterIdentifier clusterIdent, boolean isDefaultLoggingMeter) -
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(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) Constructors in com.couchbase.client.core.topology with parameters of type ClusterIdentifierModifierConstructorDescriptionprotectedClusterTopology(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)