Uses of Class
com.ibm.fhir.bucket.cos.COSClient
- 
Packages that use COSClient Package Description com.ibm.fhir.bucket.scanner  - 
- 
Uses of COSClient in com.ibm.fhir.bucket.scanner
Constructors in com.ibm.fhir.bucket.scanner with parameters of type COSClient Constructor Description BundleBreakerResourceProcessor(COSClient cosClient, int maxBundleSize, String targetBucket, String targetPrefix)Public constructorCOSReader(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 constructorCosScanner(COSClient client, Collection<String> buckets, DataAccess dataAccess, Set<FileType> fileTypes, String pathPrefix, int scanIntervalMs)Public constructor 
 -