Interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>
- All Superinterfaces:
ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>,ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T>,InCollection<T>,InScope<T>,OneAndAll<T>,WithAnalyticsConsistency<T>,WithAnalyticsOptions<T>,WithAnalyticsQuery<T>
- All Known Subinterfaces:
ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
- Enclosing interface:
- ExecutableFindByAnalyticsOperation
public static interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>
extends ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T>, WithAnalyticsConsistency<T>
-
Method Summary
Modifier and TypeMethodDescriptionwithConsistency(com.couchbase.client.java.analytics.AnalyticsScanConsistency scanConsistency) Allows to override the default scan consistency.Methods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith
consistentWithMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery
matchingMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
all, count, exists, first, firstValue, one, oneValue, stream
-
Method Details
-
withConsistency
ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> withConsistency(com.couchbase.client.java.analytics.AnalyticsScanConsistency scanConsistency) Allows to override the default scan consistency.- Specified by:
withConsistencyin interfaceWithAnalyticsConsistency<T>- Parameters:
scanConsistency- the custom scan consistency to use for this analytics query.
-