Interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
AnyId<T>,ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>,WithGetAnyReplicaOptions<T>
- All Known Subinterfaces:
ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T>,ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>,ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
- Enclosing interface:
- ExecutableFindFromReplicasByIdOperation
public static interface ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>
extends ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>, WithGetAnyReplicaOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.GetAnyReplicaOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
any, any
-
Method Details
-
withOptions
ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> withOptions(com.couchbase.client.java.kv.GetAnyReplicaOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithGetAnyReplicaOptions<T>- Parameters:
options- options to use for execution
-