Uses of Class
ca.uhn.fhir.batch2.jobs.chunk.ChunkRangeJson
Packages that use ChunkRangeJson
-
Uses of ChunkRangeJson in ca.uhn.fhir.batch2.jobs.chunk
Methods in ca.uhn.fhir.batch2.jobs.chunk that return ChunkRangeJsonModifier and TypeMethodDescriptionChunkRangeJson.setPartitionId(ca.uhn.fhir.interceptor.model.RequestPartitionId thePartitionId) ChunkRangeJson.setResourceType(String theResourceType) -
Uses of ChunkRangeJson in ca.uhn.fhir.batch2.jobs.step
Classes in ca.uhn.fhir.batch2.jobs.step with type parameters of type ChunkRangeJsonModifier and TypeInterfaceDescriptioninterfaceIIdChunkProducer<IT extends ChunkRangeJson>A service that produces pages of resource pids based on the data provided by a previous batch step.Methods in ca.uhn.fhir.batch2.jobs.step with parameters of type ChunkRangeJsonMethod parameters in ca.uhn.fhir.batch2.jobs.step with type arguments of type ChunkRangeJsonModifier 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) Constructor parameters in ca.uhn.fhir.batch2.jobs.step with type arguments of type ChunkRangeJsonModifierConstructorDescriptionResourceIdListStep(IIdChunkProducer<ChunkRangeJson> theIdChunkProducer)