public interface IndexStatusInfo
| 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> errors) |
void |
setLastIndexDate(Date lastIndexDate) |
Date getLastIndexDate()
void setLastIndexDate(Date lastIndexDate)
Map<String,String> getAdditionalInfo()
Map<Long,Integer> getIndexErrors()
Map<Long,Date> getDeadIndexEvents()
Copyright © 2026. All rights reserved.