
Package ca.uhn.fhir.jpa.search
Class StaleSearchDeletingSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.search.StaleSearchDeletingSvcImpl
- All Implemented Interfaces:
- ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs,- IStaleSearchDeletingSvc
public class StaleSearchDeletingSvcImpl
extends Object
implements IStaleSearchDeletingSvc, ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
Deletes old searches
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected InstantCalculate a deadline to finish before the next scheduled run.voidvoidscheduleJobs(ca.uhn.fhir.jpa.model.sched.ISchedulerService theSchedulerService) void
- 
Constructor Details- 
StaleSearchDeletingSvcImplpublic StaleSearchDeletingSvcImpl()
 
- 
- 
Method Details- 
pollForStaleSearchesAndDeleteThem- Specified by:
- pollForStaleSearchesAndDeleteThemin interface- IStaleSearchDeletingSvc
 
- 
getDeadlineCalculate a deadline to finish before the next scheduled run.
- 
scheduleJobs- Specified by:
- scheduleJobsin interface- ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
 
- 
schedulePollForStaleSearches- Specified by:
- schedulePollForStaleSearchesin interface- IStaleSearchDeletingSvc
 
 
-