Uses of Class
com.ibm.fhir.bucket.api.BucketPath
-
Packages that use BucketPath Package Description com.ibm.fhir.bucket.persistence com.ibm.fhir.bucket.scanner -
-
Uses of BucketPath in com.ibm.fhir.bucket.persistence
Constructor parameters in com.ibm.fhir.bucket.persistence with type arguments of type BucketPath Constructor Description AllocateJobs(String schemaName, List<BucketLoaderJob> jobList, FileType fileType, long loaderInstanceId, int free, Collection<BucketPath> bucketPaths)
Public constructor -
Uses of BucketPath in com.ibm.fhir.bucket.scanner
Method parameters in com.ibm.fhir.bucket.scanner with type arguments of type BucketPath 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 instanceConstructor parameters in com.ibm.fhir.bucket.scanner with type arguments of type BucketPath Constructor Description COSReader(ExecutorService commonPool, FileType fileType, COSClient client, Consumer<ResourceEntry> resourceHandler, int maxInflight, DataAccess da, boolean incremental, int recycleSeconds, boolean incrementalExact, double bundleCostFactor, Collection<BucketPath> bucketPaths)
Public constructor
-