public interface SolrIndexStatusService
SolrIndexStatusProvider
instances. getSeedStatusInstance() can be used to provide a custom IndexStatusInfo
implementation.| Modifier and Type | Method and Description |
|---|---|
void |
addIndexErrorStatus(Long eventId,
Integer retryCount,
Date eventCreatedDate)
Adds an error into the index status
|
void |
addIndexStatus(Long eventId,
Date eventCreatedDate)
Adds a new IndexStatusInfo given the eventId and the create date
|
IndexStatusInfo |
getIndexStatus()
Returns a populated IndexStatusInfo instance from the provider(s)
|
IndexStatusInfo |
getSeedStatusInstance()
Provide a custom IndexStatusInfo instance to be used by the system.
|
void |
setIndexStatus(IndexStatusInfo status)
Adds an IndexStatusInfo entry into the status providers
|
void setIndexStatus(IndexStatusInfo status)
status - void addIndexStatus(Long eventId, Date eventCreatedDate)
status - IndexStatusInfo getIndexStatus()
IndexStatusInfo getSeedStatusInstance()
void addIndexErrorStatus(Long eventId, Integer retryCount, Date eventCreatedDate)
eventId - the Id of the event that has erredretryCount - the pre-set retry count defined in the eventeventCreatedDate - the date that the event was createdCopyright © 2026. All rights reserved.