Interface ExecutableRangeScanOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableRangeScanOperationSupport
public interface ExecutableRangeScanOperation
Get Operations
- Author:
- Michael Reiche
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing query operations in a fluent way.static interface
Fluent method to specify scan consistency.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
static interface
static interface
Fluent method to specify options.static interface
Fluent method to specify a return type different than the the entity type to use for the results.static interface
static interface
Terminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionLoads a document from a bucket.
-
Method Details
-
rangeScan
Loads a document from a bucket.- Parameters:
domainType
- the entity type to use for the results.
-