Class DefaultSnIndexerCronJobDao
- java.lang.Object
-
- de.hybris.platform.searchservices.indexer.dao.impl.DefaultSnIndexerCronJobDao
-
- All Implemented Interfaces:
SnIndexerCronJobDao
public class DefaultSnIndexerCronJobDao extends java.lang.Object implements SnIndexerCronJobDao
Default implementation ofSnIndexerCronJobDao.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexerCronJobDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlexibleSearchServicegetFlexibleSearchService()java.util.Optional<java.util.Date>getMaxFullLastSuccessfulStartTime(SnIndexTypeModel indexType)Retrieves the maximum last starttime of any successful full indexer job for the given type.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
getMaxFullLastSuccessfulStartTime
public java.util.Optional<java.util.Date> getMaxFullLastSuccessfulStartTime(SnIndexTypeModel indexType)
Description copied from interface:SnIndexerCronJobDaoRetrieves the maximum last starttime of any successful full indexer job for the given type.- Specified by:
getMaxFullLastSuccessfulStartTimein interfaceSnIndexerCronJobDao- Parameters:
indexType- the index type- Returns:
- optional start time
-
getFlexibleSearchService
public FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-