Uses of Interface
org.linuxforhealth.fhir.bulkdata.provider.Provider
-
Packages that use Provider Package Description org.linuxforhealth.fhir.bulkdata.provider org.linuxforhealth.fhir.bulkdata.provider.impl -
-
Uses of Provider in org.linuxforhealth.fhir.bulkdata.provider
Methods in org.linuxforhealth.fhir.bulkdata.provider that return Provider Modifier and Type Method Description static Provider
ProviderFactory. getSourceWrapper(java.lang.String source, java.lang.String type)
get the SourceWrapper based on the type -
Uses of Provider in org.linuxforhealth.fhir.bulkdata.provider.impl
Classes in org.linuxforhealth.fhir.bulkdata.provider.impl that implement Provider Modifier and Type Class Description class
AzureProvider
AzureProvider integrates the BulkData feature with Azure Blob Storage.class
FileProvider
Wraps behaviors on the File objects on the local volumes.class
HttpsProvider
Https Providerclass
S3Provider
S3Provider for ibm-cos and aws-s3
-