Uses of Class
com.ibm.fhir.bucket.api.BucketLoaderJob
-
Packages that use BucketLoaderJob Package Description com.ibm.fhir.bucket.api com.ibm.fhir.bucket.persistence com.ibm.fhir.bucket.scanner -
-
Uses of BucketLoaderJob in com.ibm.fhir.bucket.api
Methods in com.ibm.fhir.bucket.api that return BucketLoaderJob Modifier and Type Method Description BucketLoaderJob
ResourceEntry. getJob()
Method parameters in com.ibm.fhir.bucket.api with type arguments of type BucketLoaderJob Modifier and Type Method Description void
BucketLoaderJob. registerCallback(Consumer<BucketLoaderJob> cb)
Register a Consumer to call back when the job is doneConstructors in com.ibm.fhir.bucket.api with parameters of type BucketLoaderJob Constructor Description ResourceEntry(BucketLoaderJob job, Resource resource, int lineNumber, int cost)
Public constructor -
Uses of BucketLoaderJob in com.ibm.fhir.bucket.persistence
Constructor parameters in com.ibm.fhir.bucket.persistence with type arguments of type BucketLoaderJob Constructor Description AllocateJobs(String schemaName, List<BucketLoaderJob> jobList, FileType fileType, long loaderInstanceId, int free, Collection<BucketPath> bucketPaths)
Public constructor -
Uses of BucketLoaderJob in com.ibm.fhir.bucket.scanner
Methods in com.ibm.fhir.bucket.scanner with parameters of type BucketLoaderJob Modifier and Type Method Description protected void
COSReader. markJobDone(BucketLoaderJob job)
Callback when the last record in the job completesvoid
DataAccess. markJobDone(BucketLoaderJob job)
protected boolean
COSReader. process(BucketLoaderJob job, Resource resource, int lineNumber, String line)
Process the resource parsed from the input streamvoid
COSReader. processNDJSON(BucketLoaderJob job, BufferedReader br)
Read the resources from the given readerMethod parameters in com.ibm.fhir.bucket.scanner with type arguments of type BucketLoaderJob Modifier and Type Method Description void
DataAccess. allocateJobs(List<BucketLoaderJob> jobList, FileType fileType, int free, int recycleSeconds, Collection<BucketPath> bucketPaths)
Allocate up to free jobs to this loader instance
-