Package ca.uhn.fhir.batch2.api
Interface IJobInstance
- All Known Implementing Classes:
JobInstance
public interface IJobInstance
-
Method Summary
Modifier and TypeMethodDescriptionintintdoublebooleanbooleanbooleanvoidsetFastTracking(boolean theFastTracking)
-
Method Details
-
getCurrentGatedStepId
-
getErrorCount
int getErrorCount() -
getEstimatedTimeRemaining
-
isWorkChunksPurged
boolean isWorkChunksPurged() -
getStatus
-
getJobDefinitionVersion
int getJobDefinitionVersion() -
getInstanceId
-
getStartTime
-
getEndTime
-
getCombinedRecordsProcessed
-
getCombinedRecordsProcessedPerSecond
-
getCreateTime
-
getTotalElapsedMillis
-
getProgress
double getProgress() -
getErrorMessage
-
getWarningMessages
-
isCancelled
boolean isCancelled() -
getReport
-
isFastTracking
boolean isFastTracking()- Returns:
- true if every step of the job has produced exactly 1 chunk.
-
setFastTracking
-