Interface PurgeService

All Known Implementing Classes:
MgPurgeService

public interface PurgeService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    purgeObjectsOnExpiredDate(String clientId, String bucketForReadyExpired, long futureExpireAddSeconds)
     
  • Method Details

    • purgeObjectsOnExpiredDate

      void purgeObjectsOnExpiredDate(String clientId, String bucketForReadyExpired, long futureExpireAddSeconds) throws CcsDbException
      Parameters:
      bucketForReadyExpired - if null, means delete, else move to this bucket. If the object is already in this archive bucket, it will then be purged
      futureExpireAddSeconds - number of seconds > 0 to set a future expiration on archival process if any or 0 to keep it forever
      Throws:
      CcsDbException