Interface ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
- All Superinterfaces:
AnyId<T>
- All Known Subinterfaces:
ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T>, ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>, ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>
- Enclosing interface:
ExecutableFindFromReplicasByIdOperation
public static interface ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
extends AnyId<T>
Terminating operations invoking the actual get execution.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionFinds one document based on the given ID.Collection<? extends T> any(Collection<String> ids) Finds a list of documents based on the given IDs.