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.
-
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.
-
Method Details
-
any
Finds one document based on the given ID. -
any
Finds a list of documents based on the given IDs.
-