Interface TaskLogKiller

  • All Known Subinterfaces:
    TaskLogs
    All Known Implementing Classes:
    NoopTaskLogs

    public interface TaskLogKiller
    Cleans up stale task logs from deep storage.
    • Method Detail

      • killOlderThan

        void killOlderThan​(long timestamp)
                    throws IOException
        Removes logs older than the provided timestamp
        Parameters:
        timestamp - Timestamp in milliseconds
        Throws:
        IOException