
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
ConstructorsConstructorDescriptionTypedResourceStream(RequestPartitionId theRequestPartitionId, StreamTemplate<TypedResourcePid> theStreamSupplier) -
Method Summary
Modifier and TypeMethodDescriptionThe partition info for the query.<T> TvisitStream(Function<Stream<TypedResourcePid>, T> theCallback) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
visitStreamin interfaceIResourcePidStream
-
getRequestPartitionId
Description copied from interface:IResourcePidStreamThe partition info for the query.- Specified by:
getRequestPartitionIdin interfaceIResourcePidStream
-