Interface SnIndexerCronJobDao

All Known Implementing Classes:
DefaultSnIndexerCronJobDao

public interface SnIndexerCronJobDao
DAO to retrieve CronJobModel related data.
  • Method Details

    • getMaxFullLastSuccessfulStartTime

      Optional<Date> getMaxFullLastSuccessfulStartTime(SnIndexTypeModel indexType)
      Retrieves the maximum last starttime of any successful full indexer job for the given type.
      Parameters:
      indexType - the index type
      Returns:
      optional start time