Uses of Class
fr.gouv.vitam.storage.engine.common.exception.StorageDriverNotFoundException
-
Packages that use StorageDriverNotFoundException Package Description fr.gouv.vitam.storage.engine.server.spi Provides the SPI implementation and configuration for the Storage Engine Server module -
-
Uses of StorageDriverNotFoundException in fr.gouv.vitam.storage.engine.server.spi
Methods in fr.gouv.vitam.storage.engine.server.spi that throw StorageDriverNotFoundException Modifier and Type Method Description static Driver
DriverManager. getDriverFor(java.lang.String offerId)
Get the driver for one offerstatic void
DriverManager. removeOffer(java.lang.String offerId)
Remove one offer to a driver
-