Uses of Class
fr.gouv.vitam.storage.engine.common.referential.model.StorageOffer
Packages that use 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
Methods in fr.gouv.vitam.driver.fake with parameters of type StorageOfferModifier and TypeMethodDescriptionFakeDriverImpl.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters) -
Uses of StorageOffer in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver with parameters of type StorageOfferModifier 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
Methods in fr.gouv.vitam.storage.engine.common.referential that return StorageOfferModifier 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
Constructor parameters in fr.gouv.vitam.storage.engine.server.distribution.impl with type arguments of type StorageOfferModifierConstructorDescriptionOffersToCopyIn
(List<StorageOffer> storageOffers) * create OffersToCopyIn lists -
Uses of StorageOffer in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk
Constructors in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk with parameters of type StorageOfferModifierConstructorDescriptionMultiplexedStreamTransferThread
(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
Methods in fr.gouv.vitam.storage.offers.workspace.driver with parameters of type StorageOfferModifier and TypeMethodDescriptionprotected VitamClientFactoryInterface<? extends AbstractConnection>
DriverImpl.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters)