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.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.analytics.AnalyticsOptions options) Fluent method to specify options to use for executionMethods inherited from interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery
matchingMethods inherited from interface 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
-