Interface SchedulerService
-
- All Known Implementing Classes:
ExpiredHousekeepingMetadataSchedulerService,UnreferencedHousekeepingPathSchedulerService
public interface SchedulerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifecycleEventTypegetLifecycleEventType()voidscheduleForHousekeeping(HousekeepingEntity housekeepingEntity)Schedules a file system path for deletion.
-
-
-
Method Detail
-
getLifecycleEventType
LifecycleEventType getLifecycleEventType()
-
scheduleForHousekeeping
void scheduleForHousekeeping(HousekeepingEntity housekeepingEntity)
Schedules a file system path for deletion.- Parameters:
housekeepingEntity- housekeeping entity encapsulation
-
-