Interface StagingCleanupTask

All Superinterfaces:
Runnable
All Known Implementing Classes:
AzureStagingCleanupTask, LocalStagingCleanupTask, S3StagingCleanupTask, SftpStagingCleanupTask
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface StagingCleanupTask extends Runnable

Staging 暫存物件清理任務。

儲存後端提供清理演算法,應用層只負責選擇執行時機與叢集排程。每個已啟用的 FileStorage 後端應至多提供一個此型別的任務。

此介面刻意只標記語意並沿用 Runnable:清理可能由 Spring @Scheduled、Quartz、 command line 或管理端點驅動,capability 不綁定任何排程框架。

  • Method Summary

    Methods inherited from interface Runnable

    run