Interface SnIndexerCronJobDao
- All Known Implementing Classes:
DefaultSnIndexerCronJobDao
public interface SnIndexerCronJobDao
DAO to retrieve
CronJobModel related data.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the maximum last starttime of any successful full indexer job for the given type.
-
Method Details
-
getMaxFullLastSuccessfulStartTime
Retrieves the maximum last starttime of any successful full indexer job for the given type.- Parameters:
indexType- the index type- Returns:
- optional start time
-