Uses of Class
org.linuxforhealth.fhir.bucket.api.BucketPath
-
Packages that use BucketPath Package Description org.linuxforhealth.fhir.bucket.persistence org.linuxforhealth.fhir.bucket.scanner -
-
Uses of BucketPath in org.linuxforhealth.fhir.bucket.persistence
Constructor parameters in org.linuxforhealth.fhir.bucket.persistence with type arguments of type BucketPath Constructor Description AllocateJobs(java.lang.String schemaName, java.util.List<BucketLoaderJob> jobList, FileType fileType, long loaderInstanceId, int free, java.util.Collection<BucketPath> bucketPaths)
Public constructor -
Uses of BucketPath in org.linuxforhealth.fhir.bucket.scanner
Method parameters in org.linuxforhealth.fhir.bucket.scanner with type arguments of type BucketPath Modifier and Type Method Description void
DataAccess. allocateJobs(java.util.List<BucketLoaderJob> jobList, FileType fileType, int free, int recycleSeconds, java.util.Collection<BucketPath> bucketPaths)
Allocate up to free jobs to this loader instanceConstructor parameters in org.linuxforhealth.fhir.bucket.scanner with type arguments of type BucketPath Constructor Description BaseFileReader(java.util.concurrent.ExecutorService commonPool, FileType fileType, java.util.function.Consumer<ResourceEntry> resourceHandler, int maxInflight, DataAccess da, boolean incremental, int recycleSeconds, boolean incrementalExact, double bundleCostFactor, java.util.Collection<BucketPath> bucketPaths)
Public constructorCOSReader(java.util.concurrent.ExecutorService commonPool, FileType fileType, COSClient client, java.util.function.Consumer<ResourceEntry> resourceHandler, int maxInflight, DataAccess da, boolean incremental, int recycleSeconds, boolean incrementalExact, double bundleCostFactor, java.util.Collection<BucketPath> bucketPaths)
Public constructorLocalFileReader(java.util.concurrent.ExecutorService commonPool, FileType fileType, java.util.function.Consumer<ResourceEntry> resourceHandler, int maxInflight, DataAccess da, boolean incremental, int recycleSeconds, boolean incrementalExact, double bundleCostFactor, java.util.Collection<BucketPath> bucketPaths)
Public constructor
-