Uses of Class
fr.gouv.vitam.storage.driver.AbstractConnection
Package
Description
Provides a fake Driver implementation for tests purpose
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of AbstractConnection in fr.gouv.vitam.driver.fake
-
Uses of AbstractConnection in fr.gouv.vitam.storage.driver
Modifier and TypeFieldDescriptionprotected final Map<String,
VitamClientFactoryInterface<? extends AbstractConnection>> AbstractDriver.connectionFactories
Modifier and TypeMethodDescriptionprotected abstract VitamClientFactoryInterface<? extends AbstractConnection>
AbstractDriver.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters) This method must be implemented in the final Driver Implementation to add the ClientFactory to the driverModifierConstructorDescriptionAbstractConnection
(String driverName, VitamClientFactoryInterface<? extends AbstractConnection> factory) Constructor using given scheme (http) -
Uses of AbstractConnection in fr.gouv.vitam.storage.offers.workspace.driver
Modifier and TypeMethodDescriptionprotected VitamClientFactoryInterface<? extends AbstractConnection>
DriverImpl.addInternalOfferAsFactory
(StorageOffer offer, Properties parameters)