Uses of Interface
fr.gouv.vitam.storage.driver.Driver
-
Packages that use Driver Package Description fr.gouv.vitam.driver.fake Provides a fake Driver implementation for tests purposefr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl.bulk fr.gouv.vitam.storage.engine.server.spi Provides the SPI implementation and configuration for the Storage Engine Server modulefr.gouv.vitam.storage.offers.workspace.driver 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 Modifier and Type Class Description class
FakeDriverImpl
Driver implementation for test only -
Uses of Driver in fr.gouv.vitam.storage.driver
Classes in fr.gouv.vitam.storage.driver that implement Driver Modifier and Type Class Description class
AbstractDriver
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 Driver Constructor Description TransferThread(int tenantId, java.lang.String requestId, Driver driver, OfferReference offerReference, StoragePutRequest request, Digest globalDigest, long size)
Default constructorTransferThread(int tenantId, java.lang.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 Driver Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
BulkStorageDistribution. bulkCreateFromWorkspaceWithRetries(java.lang.String strategyId, int tenantId, java.util.List<java.lang.String> allOfferIds, java.util.Map<java.lang.String,Driver> storageDrivers, java.util.Map<java.lang.String,StorageOffer> storageOffers, DataCategory dataCategory, java.lang.String workspaceContainerGUID, java.util.List<java.lang.String> workspaceObjectURIs, java.util.List<java.lang.String> objectIds, java.lang.String requester)
Constructors in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk with parameters of type Driver Constructor Description MultiplexedStreamTransferThread(int tenantId, java.lang.String requestId, DataCategory dataCategory, java.util.List<java.lang.String> objectIds, java.io.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 Driver Modifier and Type Method Description static Driver
DriverManager. addDriver(Driver driver)
Add a driver from the DriverManagerstatic Driver
DriverManager. getDriverFor(java.lang.String offerId)
Get the driver for one offerMethods in fr.gouv.vitam.storage.engine.server.spi with parameters of type Driver Modifier and Type Method Description static Driver
DriverManager. addDriver(Driver driver)
Add a driver from the DriverManager -
Uses of Driver in fr.gouv.vitam.storage.offers.workspace.driver
Classes in fr.gouv.vitam.storage.offers.workspace.driver that implement Driver Modifier and Type Class Description class
DriverImpl
Workspace Driver Implementation
-