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 CosReader(ExecutorService commonPool, FileType fileType, CosClient client, Consumer<ResourceEntry> resourceHandler, int maxInflight, DataAccess da, boolean incremental, int recycleSeconds, boolean incrementalExact, int bundleCostFactor)
Public constructorCosScanner(CosClient client, Collection<String> buckets, DataAccess dataAccess, Set<FileType> fileTypes, String pathPrefix, int scanIntervalMs)
Public constructor
-