public interface SolrIndexOperationDao extends GenericDao<SolrIndexOperationModel>
SolrIndexOperationModel DAO.| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
findIndexOperationById(long id)
Finds the index operation by id.
|
Optional<SolrIndexOperationModel> |
findLastSuccesfulIndexOperation(SolrIndexModel index)
Finds the last successfully finished FULL or UPDATE index operation for a given index.
|
SolrIndexOperationModel findIndexOperationById(long id)
id - - the index operation idOptional<SolrIndexOperationModel> findLastSuccesfulIndexOperation(SolrIndexModel index)
index - - the indexSolrIndexOperationModelCopyright © 2017 SAP SE. All Rights Reserved.