Class RestoreBackupService


  • public class RestoreBackupService
    extends java.lang.Object
    Service used to recover a Backup copy of the given metadata Vitam collection.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<OfferLog> getListing​(java.lang.String strategy, java.lang.String offerId, DataCategory category, java.lang.Long offset, java.lang.Integer limit, Order order, int batchSize)
      Retrieve list of offer log defining objects to reconstruct from offer log
      MetadataBackupModel loadData​(java.lang.String strategy, java.lang.String referentOffer, MetadataCollections collection, java.lang.String filename, long offset)
      Load data from storage
      java.io.InputStream loadData​(java.lang.String strategy, java.lang.String referentOffer, DataCategory category, java.lang.String filename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait