Package ca.uhn.fhir.jpa.api.pid
Class TypedResourceStream
java.lang.Object
ca.uhn.fhir.jpa.api.pid.TypedResourceStream
- All Implemented Interfaces:
IResourcePidStream
-
Constructor Summary
ConstructorDescriptionTypedResourceStream
(RequestPartitionId theRequestPartitionId, StreamTemplate<TypedResourcePid> theStreamSupplier) -
Method Summary
Modifier and TypeMethodDescriptionThe partition info for the query.<T> T
visitStream
(Function<Stream<TypedResourcePid>, T> theCallback) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.jpa.api.pid.IResourcePidStream
visitStreamNoResult
-
Constructor Details
-
TypedResourceStream
public TypedResourceStream(RequestPartitionId theRequestPartitionId, StreamTemplate<TypedResourcePid> theStreamSupplier)
-
-
Method Details
-
visitStream
- Specified by:
visitStream
in interfaceIResourcePidStream
-
getRequestPartitionId
Description copied from interface:IResourcePidStream
The partition info for the query.- Specified by:
getRequestPartitionId
in interfaceIResourcePidStream
-