Uses of Interface
org.linuxforhealth.fhir.persistence.payload.FHIRPayloadPersistence
-
-
Uses of FHIRPayloadPersistence in org.linuxforhealth.fhir.persistence
Methods in org.linuxforhealth.fhir.persistence that return FHIRPayloadPersistence Modifier and Type Method Description default FHIRPayloadPersistence
FHIRPersistenceFactory. getPayloadPersistence()
Returns an instance of a concrete implementation of the FHIRPayloadPersistence interface which may be used by FHIRPersistence implementations to handle storage and retrieval of FHIR resource payloads. -
Uses of FHIRPayloadPersistence in org.linuxforhealth.fhir.persistence.blob
Classes in org.linuxforhealth.fhir.persistence.blob that implement FHIRPayloadPersistence Modifier and Type Class Description class
FHIRPayloadPersistenceBlobImpl
Implementation to store and retrieve FHIR payload data using Azure Blob.Methods in org.linuxforhealth.fhir.persistence.blob that return FHIRPayloadPersistence Modifier and Type Method Description FHIRPayloadPersistence
FHIRPersistenceJDBCBlobFactory. getPayloadPersistence()
-
Uses of FHIRPayloadPersistence in org.linuxforhealth.fhir.persistence.cassandra
Methods in org.linuxforhealth.fhir.persistence.cassandra that return FHIRPayloadPersistence Modifier and Type Method Description FHIRPayloadPersistence
FHIRPersistenceJDBCCassandraFactory. getPayloadPersistence()
-
Uses of FHIRPayloadPersistence in org.linuxforhealth.fhir.persistence.cassandra.payload
Classes in org.linuxforhealth.fhir.persistence.cassandra.payload that implement FHIRPayloadPersistence Modifier and Type Class Description class
FHIRPayloadPersistenceCassandraImpl
Implementation to store and retrieve FHIR payload data using Cassandra. -
Uses of FHIRPayloadPersistence in org.linuxforhealth.fhir.persistence.jdbc.impl
Constructors in org.linuxforhealth.fhir.persistence.jdbc.impl with parameters of type FHIRPayloadPersistence Constructor Description FHIRPersistenceJDBCImpl(FHIRPersistenceJDBCCache cache, FHIRPayloadPersistence payloadPersistence, SearchHelper searchHelper)
Constructor for use when running as web application in WLP.
-