Uses of Class
fr.gouv.vitam.storage.engine.common.referential.model.StorageOffer
Package
Description
Provides a fake Driver implementation for tests purpose
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides common Referential interfaces and factories for the Storage Engine
module :
Provides a Distribution implementation for the Storage Engine Server module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of StorageOffer in fr.gouv.vitam.driver.fake
Modifier and TypeMethodDescriptionFakeDriverImpl.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters) -
Uses of StorageOffer in fr.gouv.vitam.storage.driver
Modifier and TypeMethodDescriptionprotected abstract VitamClientFactoryInterface<? extends AbstractConnection>
AbstractDriver.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters) This method must be implemented in the final Driver Implementation to add the ClientFactory to the driverfinal boolean
AbstractDriver.addOffer
(StorageOffer offer, Properties parameters) boolean
Driver.addOffer
(StorageOffer offer, Properties parameters) Add one offer to the Driver (from DriverManager) The driver MUST provide a way to check the availability of the storage offer based on storage offer and configuration parameters. -
Uses of StorageOffer in fr.gouv.vitam.storage.engine.common.referential
Modifier and TypeMethodDescriptionStorageOfferProvider.getStorageOffer
(String idOffer) Retrieve an offer full configuration by its idStorageOfferProvider.getStorageOffer
(String idOffer, boolean includeDisabled) Retrieve an offer full configuration by its id, may include disabled one (ActivationStatus.INACTIVE
)StorageStrategyProvider.getStorageOffer
(String idOffer) StorageOfferHACapabilityProvider.getStorageOfferForHA
(String idOffer, boolean includeDisabled) Retrieve an offer full configuration by its id, may include disabled one (ActivationStatus.INACTIVE
) -
Uses of StorageOffer in fr.gouv.vitam.storage.engine.server.distribution.impl
ModifierConstructorDescriptionOffersToCopyIn
(List<StorageOffer> storageOffers) * create OffersToCopyIn lists -
Uses of StorageOffer in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk
ModifierConstructorDescriptionMultiplexedStreamTransferThread
(int tenantId, String requestId, DataCategory dataCategory, List<String> objectIds, InputStream inputStream, long size, Driver driver, StorageOffer storageOffer, DigestType digestType) -
Uses of StorageOffer in fr.gouv.vitam.storage.offers.workspace.driver
Modifier and TypeMethodDescriptionprotected VitamClientFactoryInterface<? extends AbstractConnection>
DriverImpl.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters)