public interface StorageStrategyProvider
Modifier and Type | Method and Description |
---|---|
StorageOffer |
getStorageOffer(String idOffer) |
Map<String,StorageStrategy> |
getStorageStrategies()
Retrieve all the available storage strategies
|
StorageStrategy |
getStorageStrategy(String idStrategy)
Retrieve a storage strategy by its id
|
StorageStrategy getStorageStrategy(String idStrategy) throws StorageTechnicalException
idStrategy
- the id of the storage strategy to retrieveStorageTechnicalException
- if any unwanted technical issue happensMap<String,StorageStrategy> getStorageStrategies() throws StorageTechnicalException
StorageTechnicalException
- if any unwanted technical issue happensStorageOffer getStorageOffer(String idOffer) throws StorageException
StorageException
Copyright © 2019 Vitam. All rights reserved.