Class SimpleCouchbaseClientFactory

java.lang.Object
org.springframework.data.couchbase.SimpleCouchbaseClientFactory
All Implemented Interfaces:
Closeable, AutoCloseable, CouchbaseClientFactory

public class SimpleCouchbaseClientFactory extends Object implements CouchbaseClientFactory
The default implementation of a CouchbaseClientFactory.
Author:
Michael Nitschinger, Michael Reiche
  • Constructor Details

    • SimpleCouchbaseClientFactory

      public SimpleCouchbaseClientFactory(String connectionString, com.couchbase.client.core.env.Authenticator authenticator, String bucketName)
    • SimpleCouchbaseClientFactory

      public SimpleCouchbaseClientFactory(String connectionString, com.couchbase.client.core.env.Authenticator authenticator, String bucketName, String scopeName)
    • SimpleCouchbaseClientFactory

      public SimpleCouchbaseClientFactory(String connectionString, com.couchbase.client.core.env.Authenticator authenticator, String bucketName, String scopeName, com.couchbase.client.java.env.ClusterEnvironment environment)
    • SimpleCouchbaseClientFactory

      public SimpleCouchbaseClientFactory(com.couchbase.client.java.Cluster cluster, String bucketName, String scopeName)
  • Method Details