Interface CleanupService


  • public interface CleanupService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cleanUp​(java.time.Instant referenceTime)
      Deletes all paths and tables which are older than referenceTime.
    • Method Detail

      • cleanUp

        void cleanUp​(java.time.Instant referenceTime)
        Deletes all paths and tables which are older than referenceTime.
        Parameters:
        referenceTime - Deletion reference time.