Class HttpsProvider
- java.lang.Object
 - 
- org.linuxforhealth.fhir.bulkdata.provider.impl.HttpsProvider
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HttpsProvider(java.lang.String source) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Closes the StorageProvider wrapped resources.longgetNumberOfLoaded()longgetNumberOfParseFailures()java.util.List<Resource>getResources()gets the read resources.longgetSize(java.lang.String workItem)gets the size of the given work item.voidreadResources(long numOfLinesToSkip, java.lang.String workItem)reads from a given workitem (or file) in a source and skips a certain noumber of linesvoidregisterTransient(long executionId, ExportTransientUserData transientUserData, java.lang.String cosBucketPathPrefix, java.lang.String fhirResourceType)voidregisterTransient(ImportTransientUserData transientUserData)- 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.linuxforhealth.fhir.bulkdata.provider.Provider
createSource, pushEndOfJobOperationOutcomes, pushOperationOutcomes, writeResources 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSize
public long getSize(java.lang.String workItem) throws FHIRExceptionDescription copied from interface:Providergets the size of the given work item.- Specified by:
 getSizein interfaceProvider- Returns:
 - Throws:
 FHIRException
 
- 
getResources
public java.util.List<Resource> getResources() throws FHIRException
Description copied from interface:Providergets the read resources.- Specified by:
 getResourcesin interfaceProvider- Returns:
 - Throws:
 FHIRException
 
- 
getNumberOfParseFailures
public long getNumberOfParseFailures() throws FHIRException- Specified by:
 getNumberOfParseFailuresin interfaceProvider- Throws:
 FHIRException
 
- 
registerTransient
public void registerTransient(ImportTransientUserData transientUserData)
- Specified by:
 registerTransientin interfaceProvider
 
- 
readResources
public void readResources(long numOfLinesToSkip, java.lang.String workItem) throws FHIRExceptionDescription copied from interface:Providerreads from a given workitem (or file) in a source and skips a certain noumber of lines- Specified by:
 readResourcesin interfaceProvider- Throws:
 FHIRException
 
- 
getNumberOfLoaded
public long getNumberOfLoaded() throws FHIRException- Specified by:
 getNumberOfLoadedin interfaceProvider- Throws:
 FHIRException
 
- 
registerTransient
public void registerTransient(long executionId, ExportTransientUserData transientUserData, java.lang.String cosBucketPathPrefix, java.lang.String fhirResourceType)- Specified by:
 registerTransientin interfaceProvider
 
 - 
 
 -