Uses of Class
com.ibm.fhir.model.util.SaltHash
-
Packages that use SaltHash Package Description com.ibm.fhir.bulkdata.jbatch.load com.ibm.fhir.model.visitor -
-
Uses of SaltHash in com.ibm.fhir.bulkdata.jbatch.load
Method parameters in com.ibm.fhir.bulkdata.jbatch.load with type arguments of type SaltHash Modifier and Type Method Description OperationOutcome
ChunkWriter. conditionalFingerprintUpdate(ImportTransientUserData chunkData, boolean skip, Map<String,SaltHash> localCache, FHIRPersistence persistence, FHIRPersistenceContext context, String logicalId, Resource resource)
conditional update checks to see if our cache contains the key, if not reads from the db, and calculates the cache. -
Uses of SaltHash in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor that return SaltHash Modifier and Type Method Description SaltHash
ResourceFingerprintVisitor. getSaltAndHash()
Compute the digest and return the result along with the salt that was usedConstructors in com.ibm.fhir.model.visitor with parameters of type SaltHash Constructor Description ResourceFingerprintVisitor(SaltHash baseline)
Public constructor.
-