Package | Description |
---|---|
fr.gouv.vitam.storage.engine.server.spi |
Provides the SPI implementation and configuration for the Storage Engine
Server module
|
fr.gouv.vitam.storage.engine.server.spi.mapper |
Provides the SPI mapper implementation and configuration for the Storage
Engine Server module, allowing the persistence of association between drivers
and offers
|
Modifier and Type | Method and Description |
---|---|
static void |
DriverManager.addOffersToDriver(String name,
List<String> offerIds)
Add offer to a driver
|
static void |
DriverManager.addOfferToDriver(String name,
String offerId)
Add offer to a driver
|
static void |
DriverManager.removeOffer(String offerId)
Remove one offer to a driver
|
Modifier and Type | Method and Description |
---|---|
void |
DriverMapper.addOffersTo(List<String> offersIdsToAdd,
String driverName)
Add list of offers to a driver's offers persisted list (and persists it)
|
void |
FileDriverMapper.addOffersTo(List<String> offersIdsToAdd,
String driverName) |
void |
DriverMapper.addOfferTo(String offerId,
String driverName)
Add one offer to a driver's offers persisted list (and persists it)
|
void |
FileDriverMapper.addOfferTo(String offerId,
String driverName) |
static FileDriverMapper |
FileDriverMapper.getInstance()
Get the driver mapper instance
|
List<String> |
DriverMapper.getOffersFor(String driverName)
Get persisted offers list for a driver
|
List<String> |
FileDriverMapper.getOffersFor(String driverName) |
void |
DriverMapper.removeOffersTo(List<String> offersIdsToRemove,
String driverName)
Remove list of offers to a driver's offers persisted list (and persist
it)
|
void |
FileDriverMapper.removeOffersTo(List<String> offersIdsToRemove,
String driverName) |
void |
DriverMapper.removeOfferTo(String offerId,
String driverName)
Remove one offer to a driver's offers persisted list (and persists it)
|
void |
FileDriverMapper.removeOfferTo(String offerId,
String driverName) |
Copyright © 2018 Vitam. All rights reserved.