Uses of Class
fr.gouv.vitam.storage.driver.AbstractConnection
-
Packages that use AbstractConnection Package Description fr.gouv.vitam.driver.fake Provides a fake Driver implementation for tests purposefr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.offers.workspace.driver Provides implementation of the driver for the Workspace Driver module. -
-
Uses of AbstractConnection in fr.gouv.vitam.driver.fake
Subclasses of AbstractConnection in fr.gouv.vitam.driver.fake Modifier and Type Class Description class
FakeDriverImpl.FakeConnectionImpl
-
Uses of AbstractConnection in fr.gouv.vitam.storage.driver
Fields in fr.gouv.vitam.storage.driver with type parameters of type AbstractConnection Modifier and Type Field Description protected java.util.Map<java.lang.String,VitamClientFactoryInterface<? extends AbstractConnection>>
AbstractDriver. connectionFactories
Methods in fr.gouv.vitam.storage.driver that return types with arguments of type AbstractConnection Modifier and Type Method Description protected abstract VitamClientFactoryInterface<? extends AbstractConnection>
AbstractDriver. addInternalOfferAsFactory(StorageOffer offer, java.util.Properties parameters)
This method must be implemented in the final Driver Implementation to add the ClientFactory to the driverConstructor parameters in fr.gouv.vitam.storage.driver with type arguments of type AbstractConnection Constructor Description AbstractConnection(java.lang.String driverName, VitamClientFactoryInterface<? extends AbstractConnection> factory)
Constructor using given scheme (http) -
Uses of AbstractConnection in fr.gouv.vitam.storage.offers.workspace.driver
Subclasses of AbstractConnection in fr.gouv.vitam.storage.offers.workspace.driver Modifier and Type Class Description class
ConnectionImpl
Workspace Connection ImplementationMethods in fr.gouv.vitam.storage.offers.workspace.driver that return types with arguments of type AbstractConnection Modifier and Type Method Description protected VitamClientFactoryInterface<? extends AbstractConnection>
DriverImpl. addInternalOfferAsFactory(StorageOffer offer, java.util.Properties parameters)
-