Interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>
- Type Parameters:
T- the entity type to use.
- All Superinterfaces:
ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>,ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T>,OneAndAll<T>,WithAnalyticsOptions<T>,WithAnalyticsQuery<T>
- All Known Subinterfaces:
ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>,ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
- Enclosing interface:
- ExecutableFindByAnalyticsOperation
public static interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>
extends ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>, WithAnalyticsOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.analytics.AnalyticsOptions options) Fluent method to specify options to use for executionMethods 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
-
withOptions
ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> withOptions(com.couchbase.client.java.analytics.AnalyticsOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithAnalyticsOptions<T>- Parameters:
options- to use for execution
-