Class ExpiredHousekeepingMetadataSchedulerService
- java.lang.Object
-
- com.expediagroup.beekeeper.scheduler.service.ExpiredHousekeepingMetadataSchedulerService
-
- All Implemented Interfaces:
SchedulerService
@Service public class ExpiredHousekeepingMetadataSchedulerService extends java.lang.Object implements SchedulerService
-
-
Constructor Summary
Constructors Constructor Description ExpiredHousekeepingMetadataSchedulerService(HousekeepingMetadataRepository housekeepingMetadataRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LifecycleEventTypegetLifecycleEventType()voidscheduleForHousekeeping(HousekeepingEntity housekeepingEntity)Schedules a file system path for deletion.
-
-
-
Constructor Detail
-
ExpiredHousekeepingMetadataSchedulerService
@Autowired public ExpiredHousekeepingMetadataSchedulerService(HousekeepingMetadataRepository housekeepingMetadataRepository)
-
-
Method Detail
-
getLifecycleEventType
public LifecycleEventType getLifecycleEventType()
- Specified by:
getLifecycleEventTypein interfaceSchedulerService
-
scheduleForHousekeeping
public void scheduleForHousekeeping(HousekeepingEntity housekeepingEntity)
Description copied from interface:SchedulerServiceSchedules a file system path for deletion.- Specified by:
scheduleForHousekeepingin interfaceSchedulerService- Parameters:
housekeepingEntity- housekeeping entity encapsulation
-
-