Interface RepositoryCleanupService


  • public interface RepositoryCleanupService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cleanUp​(java.time.Instant referenceTime)
      Deletes all records corresponding to paths/metadata deleted more than x days before the referenceTime.
    • Method Detail

      • cleanUp

        void cleanUp​(java.time.Instant referenceTime)
        Deletes all records corresponding to paths/metadata deleted more than x days before the referenceTime.
        Parameters:
        referenceTime - Deletion reference time.