Interface CouchbaseOperations

All Superinterfaces:
ExecutableExistsByIdOperation, ExecutableFindByAnalyticsOperation, ExecutableFindByIdOperation, ExecutableFindByQueryOperation, ExecutableFindFromReplicasByIdOperation, ExecutableInsertByIdOperation, ExecutableRemoveByIdOperation, ExecutableRemoveByQueryOperation, ExecutableReplaceByIdOperation, ExecutableUpsertByIdOperation, FluentCouchbaseOperations
All Known Implementing Classes:
CouchbaseTemplate

public interface CouchbaseOperations extends FluentCouchbaseOperations
Defines common operations on the Couchbase data source, most commonly implemented by CouchbaseTemplate.
  • Method Details

    • getConverter

      CouchbaseConverter getConverter()
      Returns the converter used for this template/operations.
    • getBucketName

      String getBucketName()
      The name of the bucket used.
    • getScopeName

      String getScopeName()
      The name of the scope used, null if the default scope is used.
    • getCouchbaseClientFactory

      CouchbaseClientFactory getCouchbaseClientFactory()
      Returns the underlying client factory.
    • getConsistency

      com.couchbase.client.java.query.QueryScanConsistency getConsistency()
      Returns the default consistency to use for queries