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 BucketLoaderJobResourceEntry. getJob()Method parameters in com.ibm.fhir.bucket.api with type arguments of type BucketLoaderJob Modifier and Type Method Description voidBucketLoaderJob. 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)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 voidCosReader. markJobDone(BucketLoaderJob job)Callback when the last record in the job completesvoidDataAccess. markJobDone(BucketLoaderJob job)protected booleanCosReader. process(BucketLoaderJob job, Resource resource, int lineNumber, String line)Process the resource parsed from the input streamvoidCosReader. 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 voidDataAccess. allocateJobs(List<BucketLoaderJob> jobList, FileType fileType, int free, int recycleSeconds)Allocate up to free jobs to this loader instance
-