Uses of Interface
fr.gouv.vitam.storage.driver.Driver
Packages that use Driver
Package
Description
Provides a fake Driver implementation for tests purpose
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides a Distribution implementation for the Storage Engine Server module
Provides the SPI implementation and configuration for the Storage Engine Server module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of Driver in fr.gouv.vitam.driver.fake
Classes in fr.gouv.vitam.driver.fake that implement Driver -
Uses of Driver in fr.gouv.vitam.storage.driver
Classes in fr.gouv.vitam.storage.driver that implement DriverModifier and TypeClassDescriptionclass
This class must be the reference to create new drivers implementation compatible with vitam -
Uses of Driver in fr.gouv.vitam.storage.engine.server.distribution.impl
Constructors in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type DriverModifierConstructorDescriptionTransferThread
(int tenantId, String requestId, Driver driver, OfferReference offerReference, StoragePutRequest request, Digest globalDigest, long size) Default constructorTransferThread
(int tenantId, String requestId, Driver driver, OfferReference offerReference, StoragePutRequest request, Digest globalDigest, long size, StorageOfferProvider offerProvider) -
Uses of Driver in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk
Method parameters in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk with type arguments of type DriverModifier and TypeMethodDescriptionBulkStorageDistribution.bulkCreateFromWorkspaceWithRetries
(String strategyId, int tenantId, List<String> allOfferIds, Map<String, Driver> storageDrivers, Map<String, StorageOffer> storageOffers, DataCategory dataCategory, String workspaceContainerGUID, List<String> workspaceObjectURIs, List<String> objectIds, String requester) Constructors in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk with parameters of type DriverModifierConstructorDescriptionMultiplexedStreamTransferThread
(int tenantId, String requestId, DataCategory dataCategory, List<String> objectIds, InputStream inputStream, long size, Driver driver, StorageOffer storageOffer, DigestType digestType) -
Uses of Driver in fr.gouv.vitam.storage.engine.server.spi
Methods in fr.gouv.vitam.storage.engine.server.spi that return DriverModifier and TypeMethodDescriptionstatic Driver
Add a driver from the DriverManagerstatic Driver
DriverManager.getDriverFor
(String offerId) Get the driver for one offerMethods in fr.gouv.vitam.storage.engine.server.spi with parameters of type Driver -
Uses of Driver in fr.gouv.vitam.storage.offers.workspace.driver
Classes in fr.gouv.vitam.storage.offers.workspace.driver that implement Driver