Uses of Class
com.ibm.fhir.persistence.blob.BlobManagedContainer
-
Packages that use BlobManagedContainer Package Description com.ibm.fhir.persistence.blob com.ibm.fhir.persistence.blob.app -
-
Uses of BlobManagedContainer in com.ibm.fhir.persistence.blob
Methods in com.ibm.fhir.persistence.blob that return BlobManagedContainer Modifier and Type Method Description protected BlobManagedContainerFHIRPayloadPersistenceBlobImpl. getBlobManagedContainer()Get a tenant-specific connectionstatic BlobManagedContainerBlobContainerManager. getSessionForTenantDatasource()Get the (shared, thread-safe) connection object representing the Azure Blob connection for the current tenant/datasource (seeFHIRRequestContext).Methods in com.ibm.fhir.persistence.blob with parameters of type BlobManagedContainer Modifier and Type Method Description voidBlobDeletePayload. run(BlobManagedContainer client)Execute this command against the given client<T extends Resource>
java.util.concurrent.CompletableFuture<T>BlobReadPayload. run(java.lang.Class<T> resourceType, BlobManagedContainer client)Execute this command against the given clientjava.util.concurrent.CompletableFuture<PayloadPersistenceResult>BlobStorePayload. run(BlobManagedContainer client)Execute this command against the given client -
Uses of BlobManagedContainer in com.ibm.fhir.persistence.blob.app
Methods in com.ibm.fhir.persistence.blob.app with parameters of type BlobManagedContainer Modifier and Type Method Description voidBlobResourceScanner. run(BlobManagedContainer bmc, int maxScanSeconds)Start scanning using the givenBlobManagedContainer
-