Uses of Class
fr.gouv.vitam.storage.engine.common.exception.StorageDriverMapperException
Packages that use StorageDriverMapperException
Package
Description
Provides the SPI implementation and configuration for the Storage Engine Server module
Provides the SPI mapper implementation and configuration for the Storage Engine Server module,
allowing the persistence of association between drivers and offers
-
Uses of StorageDriverMapperException in fr.gouv.vitam.storage.engine.server.spi
Methods in fr.gouv.vitam.storage.engine.server.spi that throw StorageDriverMapperExceptionModifier and TypeMethodDescriptionstatic voidDriverManager.addOffersToDriver(String name, List<String> offerIds) Add offer to a driverstatic voidDriverManager.addOfferToDriver(String name, String offerId) Add offer to a driverstatic voidDriverManager.removeOffer(String offerId) Remove one offer to a driver -
Uses of StorageDriverMapperException in fr.gouv.vitam.storage.engine.server.spi.mapper
Methods in fr.gouv.vitam.storage.engine.server.spi.mapper that throw StorageDriverMapperExceptionModifier and TypeMethodDescriptionvoidDriverMapper.addOffersTo(List<String> offersIdsToAdd, String driverName) Add list of offers to a driver's offers persisted list (and persists it)voidFileDriverMapper.addOffersTo(List<String> offersIdsToAdd, String driverName) voidDriverMapper.addOfferTo(String offerId, String driverName) Add one offer to a driver's offers persisted list (and persists it)voidFileDriverMapper.addOfferTo(String offerId, String driverName) static FileDriverMapperFileDriverMapper.getInstance()Get the driver mapper instanceDriverMapper.getOffersFor(String driverName) Get persisted offers list for a driverFileDriverMapper.getOffersFor(String driverName) voidDriverMapper.removeOffersTo(List<String> offersIdsToRemove, String driverName) Remove list of offers to a driver's offers persisted list (and persist it)voidFileDriverMapper.removeOffersTo(List<String> offersIdsToRemove, String driverName) voidDriverMapper.removeOfferTo(String offerId, String driverName) Remove one offer to a driver's offers persisted list (and persists it)voidFileDriverMapper.removeOfferTo(String offerId, String driverName)