Class RestoreOfferBackupService
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.server.offersynchronization.RestoreOfferBackupService
-
public class RestoreOfferBackupService extends java.lang.Object
Service used to recover Backup copies.
-
-
Constructor Summary
Constructors Constructor Description RestoreOfferBackupService(StorageDistribution distribution)
constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OfferLog>
getListing(java.lang.String strategy, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order)
Retrieve listing of offerLogs defining objects to synchronize
-
-
-
Constructor Detail
-
RestoreOfferBackupService
public RestoreOfferBackupService(StorageDistribution distribution)
constructor.
-
-
Method Detail
-
getListing
public java.util.List<OfferLog> getListing(java.lang.String strategy, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order) throws StorageException
Retrieve listing of offerLogs defining objects to synchronize- Parameters:
strategy
- storage strategyofferId
- offer identifiercategory
- container categoryoffset
- offsetlimit
- limitorder
- the search order- Returns:
- list of offerLogs by bulkSize
- Throws:
StorageException
-
-