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 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
-