Uses of Interface
fr.gouv.vitam.storage.driver.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
-
Uses of Driver in fr.gouv.vitam.storage.driver
Modifier 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
ModifierConstructorDescriptionTransferThread
(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
Modifier 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) ModifierConstructorDescriptionMultiplexedStreamTransferThread
(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
Modifier and TypeMethodDescriptionstatic Driver
Add a driver from the DriverManagerstatic Driver
DriverManager.getDriverFor
(String offerId) Get the driver for one offer -
Uses of Driver in fr.gouv.vitam.storage.offers.workspace.driver