Interface IndexStatusInfo
- All Known Implementing Classes:
IndexStatusInfoImpl
public interface IndexStatusInfo
General information about the current status of a (embedded) Solr instance's index
- Author:
- Jeff Fischer
-
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> errors) voidsetLastIndexDate(Date lastIndexDate)
-
Method Details
-
getLastIndexDate
Date getLastIndexDate()The most recent index date- Returns:
-
setLastIndexDate
-
getAdditionalInfo
Arbitrary information about the index.- Returns:
-
setAdditionalInfo
-
getIndexErrors
Error information about previously attempted events- Returns:
-
setIndexErrors
-
getDeadIndexEvents
Events that exceeded the retry limit and are considered dead- Returns:
-
setDeadIndexEvents
-