Class DefaultSnIndexerCronJobDao
java.lang.Object
de.hybris.platform.searchservices.indexer.dao.impl.DefaultSnIndexerCronJobDao
- All Implemented Interfaces:
SnIndexerCronJobDao
Default implementation of
SnIndexerCronJobDao.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the maximum last starttime of any successful full indexer job for the given type.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultSnIndexerCronJobDao
public DefaultSnIndexerCronJobDao()
-
-
Method Details
-
getMaxFullLastSuccessfulStartTime
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
-
setFlexibleSearchService
-