Uses of Class
fr.gouv.vitam.storage.driver.exception.StorageDriverNotFoundException
-
Packages that use StorageDriverNotFoundException Package Description fr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.offers.workspace.driver Provides implementation of the driver for the Workspace Driver module. -
-
Uses of StorageDriverNotFoundException in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver that throw StorageDriverNotFoundException Modifier and Type Method Description StorageCapacityResult
Connection. getStorageCapacity(java.lang.Integer tenantId)
Retrieve the remaining storage capacity available on the distant offer.CloseableIterator<ObjectEntry>
Connection. listObjects(StorageListRequest request)
List object on a container type -
Uses of StorageDriverNotFoundException in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that throw StorageDriverNotFoundException Modifier and Type Method Description StorageCapacityResult
ConnectionImpl. getStorageCapacity(java.lang.Integer tenantId)
CloseableIterator<ObjectEntry>
ConnectionImpl. listObjects(StorageListRequest request)
-