public class IndexStatusInfoImpl extends Object implements IndexStatusInfo
| Constructor and Description |
|---|
IndexStatusInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalInfo()
Arbitrary information about the index.
|
Map<Long,Date> |
getDeadIndexEvents()
Events that exceeded the retry limit and are considered dead
|
Map<Long,Integer> |
getIndexErrors()
Error information about previously attempted events
|
Date |
getLastIndexDate()
The most recent index date
|
void |
setAdditionalInfo(Map<String,String> additionalInfo) |
void |
setDeadIndexEvents(Map<Long,Date> deadIndexEvents) |
void |
setIndexErrors(Map<Long,Integer> indexErrors) |
void |
setLastIndexDate(Date lastIndexDate) |
public Date getLastIndexDate()
IndexStatusInfogetLastIndexDate in interface IndexStatusInfopublic void setLastIndexDate(Date lastIndexDate)
setLastIndexDate in interface IndexStatusInfopublic Map<String,String> getAdditionalInfo()
IndexStatusInfogetAdditionalInfo in interface IndexStatusInfopublic void setAdditionalInfo(Map<String,String> additionalInfo)
setAdditionalInfo in interface IndexStatusInfopublic Map<Long,Integer> getIndexErrors()
IndexStatusInfogetIndexErrors in interface IndexStatusInfopublic void setIndexErrors(Map<Long,Integer> indexErrors)
setIndexErrors in interface IndexStatusInfopublic Map<Long,Date> getDeadIndexEvents()
IndexStatusInfogetDeadIndexEvents in interface IndexStatusInfopublic void setDeadIndexEvents(Map<Long,Date> deadIndexEvents)
setDeadIndexEvents in interface IndexStatusInfoCopyright © 2017. All rights reserved.