Class RestoreOfferBackupService

java.lang.Object
fr.gouv.vitam.storage.engine.server.offersynchronization.RestoreOfferBackupService

public class RestoreOfferBackupService extends Object
Service used to recover Backup copies.
  • Constructor Details

    • RestoreOfferBackupService

      public RestoreOfferBackupService(StorageDistribution distribution)
      constructor.
  • Method Details

    • getListing

      public List<OfferLog> getListing(String strategy, String offerId, DataCategory category, Long offset, int limit, Order order) throws StorageException
      Retrieve listing of offerLogs defining objects to synchronize
      Parameters:
      strategy - storage strategy
      offerId - offer identifier
      category - container category
      offset - offset
      limit - limit
      order - the search order
      Returns:
      list of offerLogs by bulkSize
      Throws:
      StorageException