Uses of Interface
ca.uhn.fhir.batch2.api.IJobDataSink
Packages that use IJobDataSink
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of IJobDataSink in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api with parameters of type IJobDataSinkModifier and TypeMethodDescriptionIJobStepWorker.run(StepExecutionDetails<PT, IT> theStepExecutionDetails, IJobDataSink<OT> theDataSink) Executes a step -
Uses of IJobDataSink in ca.uhn.fhir.batch2.coordinator
Classes in ca.uhn.fhir.batch2.coordinator that implement IJobDataSinkModifier and TypeClassDescriptionclassReductionStepDataSink<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson> -
Uses of IJobDataSink in ca.uhn.fhir.batch2.jobs.step
Methods in ca.uhn.fhir.batch2.jobs.step with parameters of type IJobDataSinkModifier and TypeMethodDescriptionGenerateRangeChunksStep.run(StepExecutionDetails<PT, VoidModel> theStepExecutionDetails, IJobDataSink<ChunkRangeJson> theDataSink) LoadIdsStep.run(StepExecutionDetails<PT, ChunkRangeJson> theStepExecutionDetails, IJobDataSink<ResourceIdListWorkChunkJson> theDataSink) ResourceIdListStep.run(StepExecutionDetails<PT, ChunkRangeJson> theStepExecutionDetails, IJobDataSink<ResourceIdListWorkChunkJson> theDataSink)