Class CouchbaseRemoteAnalyticsLink


  • public class CouchbaseRemoteAnalyticsLink
    extends AnalyticsLink
    An analytics link to a remote couchbase cluster.
    • Method Detail

      • hostname

        public String hostname()
        Returns the hostname of the remote cluster.
        Returns:
        the hostname of the remote cluster.
      • username

        public String username()
        Returns the username when connecting to the remote cluster.
        Returns:
        the username when connecting to the remote cluster.
      • password

        public String password()
        Sets the password when connecting to the remote cluster.
        Returns:
        the password when connecting to the remote cluster.
      • certificate

        public String certificate()
        Returns the certificate when encryption is used.
        Returns:
        the certificate when encryption is used.
      • clientCertificate

        public String clientCertificate()
        Returns the client certificate when encryption is used.
        Returns:
        the client certificate when encryption is used.
      • clientKey

        public String clientKey()
        Returns the client key.
        Returns:
        the client key.