Interface ReactiveCouchbaseOperations

All Superinterfaces:
ReactiveExistsByIdOperation, ReactiveFindByAnalyticsOperation, ReactiveFindByIdOperation, ReactiveFindByQueryOperation, ReactiveFindFromReplicasByIdOperation, ReactiveFluentCouchbaseOperations, ReactiveInsertByIdOperation, ReactiveRemoveByIdOperation, ReactiveRemoveByQueryOperation, ReactiveReplaceByIdOperation, ReactiveUpsertByIdOperation
All Known Implementing Classes:
ReactiveCouchbaseTemplate

public interface ReactiveCouchbaseOperations extends ReactiveFluentCouchbaseOperations
Defines common operations on the Couchbase data source, most commonly implemented by ReactiveCouchbaseTemplate.
Author:
Michael Nitschinger, Michael Reiche
  • 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