Interface CleanupHistoryManager

    • Method Detail

      • cleanupStarted

        void cleanupStarted​(@NotNull
                            Date startTime)
        Opens new cleanup history record with given start time
        Parameters:
        startTime - start time of the cleanup
      • cleanupFinished

        void cleanupFinished​(@NotNull
                             Date finishTime,
                             @Nullable
                             InterruptReason reason)
        Closes last cleanup history record with finish time
        Parameters:
        finishTime - time of cleanup finish
        reason - reason of cleanup finish. Must be null to indicate that cleanup was finished correctly