Class ClusterIdentifier

java.lang.Object
com.couchbase.client.core.topology.ClusterIdentifier

@Internal public class ClusterIdentifier extends Object
  • Method Details

    • parse

      public static @Nullable ClusterIdentifier parse(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode config)
    • clusterUuid

      public String clusterUuid()
    • clusterName

      public String clusterName()
    • toString

      public String toString()
      Overrides:
      toString in class Object