Uses of Class
ca.uhn.fhir.batch2.model.WorkChunk
Packages that use WorkChunk
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of WorkChunk in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api that return WorkChunkModifier and TypeMethodDescriptionIJobPersistence.createWorkChunk(WorkChunk theWorkChunk) StepExecutionDetails.getWorkChunk()Methods in ca.uhn.fhir.batch2.api that return types with arguments of type WorkChunkModifier and TypeMethodDescriptionIJobPersistence.fetchAllWorkChunksForStepStream(String theInstanceId, String theStepId) Fetch all chunks with data for a given instance for a given step id - read-only.IWorkChunkPersistence.fetchAllWorkChunksForStepStream(String theInstanceId, String theStepId) Fetch all chunks with data for a given instance for a given step idIJobPersistence.fetchAllWorkChunksIterator(String theInstanceId, boolean theWithData) Fetch all chunks for a given instance.IWorkChunkPersistence.fetchAllWorkChunksIterator(String theInstanceId, boolean theWithData) Fetch all chunks for a given instance.IWorkChunkPersistence.onWorkChunkDequeue(String theChunkId) On arrival at a worker.Methods in ca.uhn.fhir.batch2.api with parameters of type WorkChunkConstructors in ca.uhn.fhir.batch2.api with parameters of type WorkChunkModifierConstructorDescriptionStepExecutionDetails(PT theParameters, IT theData, JobInstance theInstance, WorkChunk theChunk) -
Uses of WorkChunk in ca.uhn.fhir.batch2.coordinator
Methods in ca.uhn.fhir.batch2.coordinator with parameters of type WorkChunkModifier and TypeMethodDescriptionvoidReductionStepChunkProcessingResponse.addFailedChunkId(WorkChunk theWorChunk) voidReductionStepChunkProcessingResponse.addSuccessfulChunkId(WorkChunk theWorkChunk) <PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson>
JobStepExecutorOutput<PT,IT, OT> WorkChunkProcessor.doExecution(JobWorkCursor<PT, IT, OT> theCursor, JobInstance theInstance, WorkChunk theWorkChunk) Execute the work chunk.<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson>
JobStepExecutor<PT,IT, OT> JobStepExecutorFactory.newJobStepExecutor(JobInstance theInstance, WorkChunk theWorkChunk, JobWorkCursor<PT, IT, OT> theCursor) -
Uses of WorkChunk in ca.uhn.fhir.batch2.maintenance
Methods in ca.uhn.fhir.batch2.maintenance with parameters of type WorkChunk -
Uses of WorkChunk in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model that return WorkChunkModifier and TypeMethodDescriptionWorkChunk.setData(ca.uhn.fhir.model.api.IModelJson theData) WorkChunk.setEndTime(Date theEndTime) WorkChunk.setErrorCount(int theErrorCount) WorkChunk.setErrorMessage(String theErrorMessage) WorkChunk.setInstanceId(String theInstanceId) WorkChunk.setJobDefinitionId(String theJobDefinitionId) WorkChunk.setJobDefinitionVersion(int theJobDefinitionVersion) WorkChunk.setRecordsProcessed(Integer theRecordsProcessed) WorkChunk.setStartTime(Date theStartTime) WorkChunk.setStatus(WorkChunkStatusEnum theStatus) WorkChunk.setTargetStepId(String theTargetStepId) WorkChunk.setWarningMessage(String theWarningMessage) WorkChunkMetadata.toWorkChunk() -
Uses of WorkChunk in ca.uhn.fhir.batch2.progress
Methods in ca.uhn.fhir.batch2.progress with parameters of type WorkChunk