Package | Description |
---|---|
fr.gouv.vitam.driver.fake |
Provides a fake Driver implementation for tests purpose
|
fr.gouv.vitam.driver.mock |
Provides a Mock 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.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.
|
mon.module.driver | |
the.driver |
Modifier and Type | Class and Description |
---|---|
class |
FakeDriverImpl
Driver implementation for test only
|
Modifier and Type | Class and Description |
---|---|
class |
MockDriverImpl
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 |
---|
DeleteThread(Driver driver,
StorageRemoveRequest request,
String offerId)
Default constructor
|
TransferThread(Driver driver,
OfferReference offerReference,
StoragePutRequest request,
Digest globalDigest,
long size)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static Driver |
DriverManager.addDriver(Driver driver)
Add a driver from the DriverManager
|
static Driver |
DriverManager.getDriver(String driverName) |
static Driver |
DriverManager.getDriverFor(String offerId)
Get the driver for one offer
|
static Driver |
DriverManager.removeDriver(String driverName)
Remove a Driver from the DriverManager and shutdown all Offers Factory attached to it
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
MonDriver
Driver class extending AbstractDriver
|
Modifier and Type | Class and Description |
---|---|
class |
TheDriver
Implementation of driver
|
Copyright © 2018 Vitam. All rights reserved.