Class RestoreOfferBackupService


  • public class RestoreOfferBackupService
    extends java.lang.Object
    Service used to recover Backup copies.
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 strategy
        offerId - offer identifier
        category - container category
        offset - offset
        limit - limit
        order - the search order
        Returns:
        list of offerLogs by bulkSize
        Throws:
        StorageException