| Package | Description |
|---|---|
| fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
| fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,VitamClientFactoryInterface<? extends AbstractConnection>> |
AbstractDriver.connectionFactories |
| Modifier and Type | Method and Description |
|---|---|
protected abstract VitamClientFactoryInterface<AbstractConnection> |
AbstractDriver.addInternalOfferAsFactory(StorageOffer offer,
Properties parameters)
This method must be implemented in the final Driver Implementation to add the ClientFactory to the driver
|
| Constructor and Description |
|---|
AbstractConnection(String driverName,
VitamClientFactoryInterface<? extends AbstractConnection> factory)
Constructor using given scheme (http)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionImpl
Workspace Connection Implementation
|
| Constructor and Description |
|---|
ConnectionImpl(String driverName,
VitamClientFactoryInterface<? extends AbstractConnection> factory,
Properties parameters)
Constructor
|
Copyright © 2018 Vitam. All rights reserved.