Class IndexStatusInfoImpl
java.lang.Object
org.broadleafcommerce.core.search.service.solr.index.IndexStatusInfoImpl
- All Implemented Interfaces:
IndexStatusInfo
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArbitrary information about the index.Events that exceeded the retry limit and are considered deadError information about previously attempted eventsThe most recent index datevoidsetAdditionalInfo(Map<String, String> additionalInfo) voidsetDeadIndexEvents(Map<Long, Date> deadIndexEvents) voidsetIndexErrors(Map<Long, Integer> indexErrors) voidsetLastIndexDate(Date lastIndexDate)
-
Constructor Details
-
IndexStatusInfoImpl
public IndexStatusInfoImpl()
-
-
Method Details
-
getLastIndexDate
Description copied from interface:IndexStatusInfoThe most recent index date- Specified by:
getLastIndexDatein interfaceIndexStatusInfo- Returns:
-
setLastIndexDate
- Specified by:
setLastIndexDatein interfaceIndexStatusInfo
-
getAdditionalInfo
Description copied from interface:IndexStatusInfoArbitrary information about the index.- Specified by:
getAdditionalInfoin interfaceIndexStatusInfo- Returns:
-
setAdditionalInfo
- Specified by:
setAdditionalInfoin interfaceIndexStatusInfo
-
getIndexErrors
Description copied from interface:IndexStatusInfoError information about previously attempted events- Specified by:
getIndexErrorsin interfaceIndexStatusInfo- Returns:
-
setIndexErrors
- Specified by:
setIndexErrorsin interfaceIndexStatusInfo
-
getDeadIndexEvents
Description copied from interface:IndexStatusInfoEvents that exceeded the retry limit and are considered dead- Specified by:
getDeadIndexEventsin interfaceIndexStatusInfo- Returns:
-
setDeadIndexEvents
- Specified by:
setDeadIndexEventsin interfaceIndexStatusInfo
-