| Package | Description |
|---|---|
| fr.gouv.vitam.driver.fake |
Provides a fake Driver implementation for tests purpose
|
| fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
| fr.gouv.vitam.storage.engine.server.distribution.impl |
Provides a Distribution implementation for the Storage Engine Server module
|
| fr.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 module
|
| fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FakeDriverImpl
Driver implementation for test only
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDriver
This class must be the reference to create new drivers implementation compatible with vitam
|
| Constructor and Description |
|---|
TransferThread(Driver driver,
OfferReference offerReference,
StoragePutRequest request,
Digest globalDigest,
long size)
Default constructor
|
TransferThread(Driver driver,
OfferReference offerReference,
StoragePutRequest request,
Digest globalDigest,
long size,
StorageOfferProvider offerProvider) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
BulkStorageDistribution.bulkCreateFromWorkspaceWithRetries(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) |
| Constructor and Description |
|---|
MultiplexedStreamTransferThread(int tenantId,
DataCategory dataCategory,
List<String> objectIds,
InputStream inputStream,
long size,
Driver driver,
StorageOffer storageOffer,
DigestType digestType) |
| Modifier and Type | Method and Description |
|---|---|
static Driver |
DriverManager.addDriver(Driver driver)
Add a driver from the DriverManager
|
static Driver |
DriverManager.getDriverFor(String offerId)
Get the driver for one offer
|
| Modifier and Type | Method and Description |
|---|---|
static Driver |
DriverManager.addDriver(Driver driver)
Add a driver from the DriverManager
|
| Modifier and Type | Class and Description |
|---|---|
class |
DriverImpl
Workspace Driver Implementation
|
Copyright © 2019 Vitam. All rights reserved.